Commit bba6f8ef authored by zuqiu_rabbit's avatar zuqiu_rabbit

v1.1.0

parent 0ba7806e
{
"version":"LAYAMATERIAL:01",
"props":{
"name":"Props",
"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":[
0.3607843,
0.9215686,
1,
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
...@@ -57,16 +57,13 @@ ...@@ -57,16 +57,13 @@
1920 1920
], ],
"clearColor":[ "clearColor":[
0.1921569, 0,
0.3019608, 0,
0.4745098, 0,
0.1019608 0.1686275
], ],
"skyBox":{ "skyBox":{
"sharedMaterial":{ "sharedMaterial":{}
"type":"Laya.SkyBoxMaterial",
"path":"Assets/sky/Skybox2.lmat"
}
} }
}, },
"components":{}, "components":{},
...@@ -107,6 +104,41 @@ ...@@ -107,6 +104,41 @@
"components":{}, "components":{},
"child":[] "child":[]
}, },
{
"type":"MeshSprite3D",
"props":{
"isStatic":false,
"name":"sky"
},
"customProps":{
"layer":0,
"translate":[
-0.01,
4.34,
-52.5
],
"rotation":[
-0.1198999,
-4.258055E-06,
0.0004288939,
-0.9927859
],
"scale":[
9.088304,
9.088304,
9.088304
],
"meshPath":"Assets/zuhe-sky.lm",
"materials":[
{
"type":"Laya.StandardMaterial",
"path":"Assets/Materials/Props.lmat"
}
]
},
"components":{},
"child":[]
},
{ {
"type":"Sprite3D", "type":"Sprite3D",
"props":{ "props":{
......
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