road.lmat 893 B

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