1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "version":"LAYAMATERIAL:02",
- "props":{
- "type":"Laya.BlinnPhongMaterial",
- "name":"Black",
- "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.04,
- "textures":[
- {
- "name":"albedoTexture",
- "path":"../Black.jpg",
- "constructParams":[
- 8,
- 8,
- 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
- ]
- },
- {
- "name":"albedoColor",
- "value":[
- 1,
- 1,
- 1,
- 1
- ]
- }
- ],
- "defines":[]
- }
- }
|