12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "version":"LAYAMATERIAL:02",
- "props":{
- "type":"Laya.BlinnPhongMaterial",
- "name":"cube",
- "renderStates":[
- {
- "cull":2,
- "blend":0,
- "srcBlend":1,
- "dstBlend":0,
- "depthWrite":true,
- "depthTest":515
- }
- ],
- "alphaTest":false,
- "alphaTestValue":0.5,
- "renderQueue":2000,
- "metallic":0,
- "smoothness":0.5,
- "smoothnessTextureScale":1,
- "smoothnessSource":0,
- "normalTextureScale":1,
- "parallaxTextureScale":0.02,
- "occlusionTextureStrength":1,
- "textures":[],
- "vectors":[
- {
- "name":"tilingOffset",
- "value":[
- 1,
- 1,
- 0,
- 0
- ]
- },
- {
- "name":"albedoColor",
- "value":[
- 0.7279412,
- 0.7386461,
- 0.7386461,
- 1
- ]
- },
- {
- "name":"emissionColor",
- "value":[
- 0,
- 0,
- 0,
- 1
- ]
- }
- ],
- "defines":[]
- }
- }
|