jiantouMaterial.lmat 618 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "version":"LAYAMATERIAL:02",
  3. "props":{
  4. "type":"Laya.UnlitMaterial",
  5. "name":"jiantouMaterial",
  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. "textures":[],
  22. "vectors":[
  23. {
  24. "name":"tilingOffset",
  25. "value":[
  26. 1,
  27. 1,
  28. 0,
  29. 0
  30. ]
  31. },
  32. {
  33. "name":"albedoColor",
  34. "value":[
  35. 0.7830189,
  36. 0.1662069,
  37. 0.1662069,
  38. 1
  39. ]
  40. }
  41. ],
  42. "defines":[]
  43. }
  44. }