Commit 063223ee authored by zuqiu_rabbit's avatar zuqiu_rabbit

v1.0.0

parent df5d5d56
{
"version":"LAYAMATERIAL:01",
"props":{
"name":"bllom",
"cull":2,
"blend":0,
"srcBlend":1,
"dstBlend":0,
"alphaTest":false,
"depthWrite":true,
"renderQueue":1,
"textures":[
{
"name":"diffuseTexture",
"path":""
},
{
"name":"normalTexture",
"path":""
},
{
"name":"specularTexture",
"path":""
},
{
"name":"emissiveTexture",
"path":""
}
],
"vectors":[
{
"name":"ambientColor",
"value":[
0,
0,
0
]
},
{
"name":"albedo",
"value":[
1,
0,
0,
1
]
},
{
"name":"diffuseColor",
"value":[
1,
1,
1
]
},
{
"name":"specularColor",
"value":[
1,
1,
1,
8
]
},
{
"name":"emissionColor",
"value":[
0,
0,
0
]
}
],
"defines":[]
}
}
\ No newline at end of file
{ {
"version":"LAYAMATERIAL:01", "version":"LAYAMATERIAL:01",
"props":{ "props":{
"name":"Default-Particle", "name":"Default-Material",
"cull":2, "cull":2,
"blend":0, "blend":0,
"srcBlend":1, "srcBlend":1,
...@@ -13,16 +13,61 @@ ...@@ -13,16 +13,61 @@
{ {
"name":"diffuseTexture", "name":"diffuseTexture",
"path":"" "path":""
},
{
"name":"normalTexture",
"path":""
},
{
"name":"specularTexture",
"path":""
},
{
"name":"emissiveTexture",
"path":""
} }
], ],
"vectors":[ "vectors":[
{ {
"name":"tintColor", "name":"ambientColor",
"value":[
0,
0,
0
]
},
{
"name":"albedo",
"value":[
1,
1,
1,
1
]
},
{
"name":"diffuseColor",
"value":[
1,
1,
1
]
},
{
"name":"specularColor",
"value":[
1,
1,
1,
8
]
},
{
"name":"emissionColor",
"value":[ "value":[
0.5, 0,
0.5, 0,
0.5, 0
0.5
] ]
} }
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment