RM.lmat 827 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "version":"LAYAMATERIAL:02",
  3. "props":{
  4. "type":"Laya.BlinnPhongMaterial",
  5. "name":"RM",
  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. "vectors":[
  28. {
  29. "name":"tilingOffset",
  30. "value":[
  31. 1,
  32. 1,
  33. 0,
  34. 0
  35. ]
  36. },
  37. {
  38. "name":"albedoColor",
  39. "value":[
  40. 0.9852941,
  41. 0.1231618,
  42. 0.1231618,
  43. 1
  44. ]
  45. },
  46. {
  47. "name":"emissionColor",
  48. "value":[
  49. 0,
  50. 0,
  51. 0,
  52. 1
  53. ]
  54. }
  55. ],
  56. "defines":[]
  57. }
  58. }