123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- {
- "version":"LAYAMATERIAL:02",
- "props":{
- "type":"Laya.BlinnPhongMaterial",
- "name":"ball0Mat",
- "renderStates":[
- {
- "cull":2,
- "blend":0,
- "srcBlend":1,
- "dstBlend":0,
- "depthWrite":true,
- "depthTest":515
- }
- ],
- "enableVertexColor":false,
- "alphaTest":false,
- "alphaTestValue":0.5,
- "renderQueue":2000,
- "albedoIntensity":1,
- "enableLighting":true,
- "shininess":0.4,
- "textures":[
- {
- "name":"albedoTexture",
- "path":"ball0.jpg",
- "constructParams":[
- 512,
- 256,
- 0,
- true
- ],
- "propertyParams":{
- "filterMode":1,
- "wrapModeU":0,
- "wrapModeV":0,
- "anisoLevel":1
- }
- }
- ],
- "vectors":[
- {
- "name":"tilingOffset",
- "value":[
- 1,
- 1,
- 0,
- 0
- ]
- },
- {
- "name":"specularColor",
- "value":[
- 1,
- 1,
- 1,
- 1
- ]
- },
- {
- "name":"albedoColor",
- "value":[
- 0.8490566,
- 0.8490566,
- 0.8490566,
- 1
- ]
- }
- ],
- "defines":[]
- }
- }
|