123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- {
- "version":"LAYAMATERIAL:02",
- "props":{
- "type":"Laya.BlinnPhongMaterial",
- "name":"Black",
- "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":[
- {
- "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":"albedoColor",
- "value":[
- 1,
- 0.3722233,
- 0,
- 1
- ]
- },
- {
- "name":"emissionColor",
- "value":[
- 0,
- 0,
- 0,
- 1
- ]
- }
- ],
- "defines":[]
- }
- }
|