123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172 |
- {
- "version":"LAYASCENE3D:02",
- "data":{
- "type":"Scene3D",
- "props":{
- "name":"Mainscene",
- "ambientColor":[
- 0.212,
- 0.227,
- 0.259
- ],
- "lightmaps":[],
- "enableFog":false,
- "fogStart":0,
- "fogRange":300,
- "fogColor":[
- 0.5,
- 0.5,
- 0.5
- ]
- },
- "child":[
- {
- "type":"Camera",
- "instanceID":0,
- "props":{
- "name":"Main Camera",
- "active":true,
- "isStatic":false,
- "layer":0,
- "position":[
- 2,
- 66.6,
- 13.2
- ],
- "rotation":[
- 0,
- 0.9238796,
- 0.3826834,
- 0
- ],
- "scale":[
- 1,
- 1,
- 1
- ],
- "clearFlag":1,
- "orthographic":false,
- "orthographicVerticalSize":10,
- "fieldOfView":60,
- "enableHDR":true,
- "nearPlane":0.3,
- "farPlane":1000,
- "viewport":[
- 0,
- 0,
- 1,
- 1
- ],
- "clearColor":[
- 0.1921569,
- 0.3019608,
- 0.4745098,
- 0
- ]
- },
- "components":[],
- "child":[]
- },
- {
- "type":"DirectionLight",
- "instanceID":1,
- "props":{
- "name":"Directional light",
- "active":true,
- "isStatic":false,
- "layer":0,
- "position":[
- -3.037275,
- 3.238948,
- -14.55675
- ],
- "rotation":[
- 0.1093816,
- 0.8754261,
- 0.4082179,
- -0.2345697
- ],
- "scale":[
- 1,
- 1,
- 1
- ],
- "intensity":1,
- "lightmapBakedType":0,
- "color":[
- 1,
- 1,
- 1
- ]
- },
- "components":[],
- "child":[]
- },
- {
- "type":"Sprite3D",
- "instanceID":2,
- "props":{
- "name":"Plane",
- "active":true,
- "isStatic":false,
- "layer":0,
- "position":[
- 0,
- 0,
- 47
- ],
- "rotation":[
- 0,
- 0,
- 0,
- -1
- ],
- "scale":[
- 1,
- 1,
- 1
- ]
- },
- "components":[],
- "child":[
- {
- "type":"MeshSprite3D",
- "instanceID":3,
- "props":{
- "name":"Plane_0",
- "active":true,
- "isStatic":false,
- "layer":0,
- "position":[
- 0,
- 0,
- 0
- ],
- "rotation":[
- 0,
- 0,
- 0,
- -1
- ],
- "scale":[
- 30,
- 30,
- 30
- ],
- "meshPath":"Assets/ArcherAsset/Mesh/Plane-Plane_0.lm",
- "enableRender":true,
- "materials":[
- {
- "type":"Laya.BlinnPhongMaterial",
- "path":"Assets/ArcherAsset/Mesh/Materials/grass.lmat"
- }
- ]
- },
- "components":[],
- "child":[]
- }
- ]
- }
- ]
- }
- }
|