xiong.lmat 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "version":"LAYAMATERIAL:02",
  3. "props":{
  4. "type":"Laya.PBRStandardMaterial",
  5. "name":"xiong",
  6. "renderStates":[
  7. {
  8. "cull":2,
  9. "blend":0,
  10. "srcBlend":1,
  11. "dstBlend":0,
  12. "depthWrite":true,
  13. "depthTest":515
  14. }
  15. ],
  16. "alphaTest":false,
  17. "alphaTestValue":0.5,
  18. "renderQueue":2000,
  19. "metallic":0,
  20. "smoothness":0.5,
  21. "smoothnessTextureScale":1,
  22. "smoothnessSource":0,
  23. "normalTextureScale":1,
  24. "parallaxTextureScale":0.02,
  25. "occlusionTextureStrength":1,
  26. "enableReflection":false,
  27. "enableEmission":true,
  28. "textures":[
  29. {
  30. "name":"albedoTexture",
  31. "path":"../xiong.png",
  32. "constructParams":[
  33. 256,
  34. 256,
  35. 1,
  36. true
  37. ],
  38. "propertyParams":{
  39. "filterMode":1,
  40. "wrapModeU":0,
  41. "wrapModeV":0,
  42. "anisoLevel":1
  43. }
  44. },
  45. {
  46. "name":"emissionTexture",
  47. "path":"../xiong.png",
  48. "constructParams":[
  49. 256,
  50. 256,
  51. 1,
  52. true
  53. ],
  54. "propertyParams":{
  55. "filterMode":1,
  56. "wrapModeU":0,
  57. "wrapModeV":0,
  58. "anisoLevel":1
  59. }
  60. }
  61. ],
  62. "vectors":[
  63. {
  64. "name":"tilingOffset",
  65. "value":[
  66. 1,
  67. 1,
  68. 0,
  69. 0
  70. ]
  71. },
  72. {
  73. "name":"albedoColor",
  74. "value":[
  75. 1,
  76. 1,
  77. 1,
  78. 1
  79. ]
  80. },
  81. {
  82. "name":"emissionColor",
  83. "value":[
  84. 0.4485294,
  85. 0.4485294,
  86. 0.4485294,
  87. 1
  88. ]
  89. }
  90. ],
  91. "defines":[]
  92. }
  93. }