Black.lmat 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "version":"LAYAMATERIAL:02",
  3. "props":{
  4. "type":"Laya.BlinnPhongMaterial",
  5. "name":"Black",
  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. "textures":[
  27. {
  28. "name":"albedoTexture",
  29. "path":"../Black.jpg",
  30. "constructParams":[
  31. 8,
  32. 8,
  33. 0,
  34. true
  35. ],
  36. "propertyParams":{
  37. "filterMode":1,
  38. "wrapModeU":0,
  39. "wrapModeV":0,
  40. "anisoLevel":1
  41. }
  42. }
  43. ],
  44. "vectors":[
  45. {
  46. "name":"tilingOffset",
  47. "value":[
  48. 1,
  49. 1,
  50. 0,
  51. 0
  52. ]
  53. },
  54. {
  55. "name":"albedoColor",
  56. "value":[
  57. 1,
  58. 0.3722233,
  59. 0,
  60. 1
  61. ]
  62. },
  63. {
  64. "name":"emissionColor",
  65. "value":[
  66. 0,
  67. 0,
  68. 0,
  69. 1
  70. ]
  71. }
  72. ],
  73. "defines":[]
  74. }
  75. }