123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- {
- "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":[
- 0,
- 10,
- -12
- ],
- "rotation":[
- 0,
- 0.9961947,
- 0.08715578,
- 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":[]
- }
- ]
- }
- }
|