ball0Mat.lmat 994 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "version":"LAYAMATERIAL:02",
  3. "props":{
  4. "type":"Laya.BlinnPhongMaterial",
  5. "name":"ball0Mat",
  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.4,
  23. "textures":[
  24. {
  25. "name":"albedoTexture",
  26. "path":"ball0.jpg",
  27. "constructParams":[
  28. 512,
  29. 256,
  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. 1
  58. ]
  59. },
  60. {
  61. "name":"albedoColor",
  62. "value":[
  63. 0.8490566,
  64. 0.8490566,
  65. 0.8490566,
  66. 1
  67. ]
  68. }
  69. ],
  70. "defines":[]
  71. }
  72. }