Black.lmat 959 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. "enableVertexColor":false,
  17. "alphaTest":false,
  18. "alphaTestValue":0.5,
  19. "renderQueue":2000,
  20. "albedoIntensity":1,
  21. "enableLighting":true,
  22. "shininess":0.04,
  23. "textures":[
  24. {
  25. "name":"albedoTexture",
  26. "path":"../Black.jpg",
  27. "constructParams":[
  28. 8,
  29. 8,
  30. 0,
  31. true
  32. ],
  33. "propertyParams":{
  34. "filterMode":1,
  35. "wrapModeU":0,
  36. "wrapModeV":0,
  37. "anisoLevel":1
  38. }
  39. }
  40. ],
  41. "vectors":[
  42. {
  43. "name":"tilingOffset",
  44. "value":[
  45. 1,
  46. 1,
  47. 0,
  48. 0
  49. ]
  50. },
  51. {
  52. "name":"specularColor",
  53. "value":[
  54. 1,
  55. 1,
  56. 1
  57. ]
  58. },
  59. {
  60. "name":"albedoColor",
  61. "value":[
  62. 1,
  63. 1,
  64. 1,
  65. 1
  66. ]
  67. }
  68. ],
  69. "defines":[]
  70. }
  71. }