123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165 |
- {
- "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,
- 1,
- -10
- ],
- "rotation":[
- 0,
- 1,
- 0,
- 0
- ],
- "scale":[
- 1,
- 1,
- 1
- ],
- "clearFlag":0,
- "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":[
- 0,
- 30,
- 0
- ],
- "rotation":[
- 0.1093816,
- 0.8754261,
- 0.4082179,
- -0.2345697
- ],
- "scale":[
- 1,
- 1,
- 1
- ],
- "intensity":1,
- "lightmapBakedType":0,
- "color":[
- 1,
- 0.9568627,
- 0.8392157
- ]
- },
- "components":[],
- "child":[]
- },
- {
- "type":"MeshSprite3D",
- "instanceID":2,
- "props":{
- "name":"end",
- "active":true,
- "isStatic":false,
- "layer":0,
- "position":[
- 0,
- 0,
- 0
- ],
- "rotation":[
- 0,
- 0,
- 0,
- -1
- ],
- "scale":[
- 1.5,
- 1,
- 0.3
- ],
- "meshPath":"Library/unity default resources-Plane.lm",
- "enableRender":true,
- "materials":[
- {
- "path":"Assets/Materials/end.lmat"
- }
- ]
- },
- "components":[
- {
- "type":"PhysicsCollider",
- "restitution":0,
- "friction":0.5,
- "rollingFriction":0,
- "shapes":[
- {
- "type":"BoxColliderShape",
- "center":[
- 0,
- 0,
- 0
- ],
- "size":[
- 10,
- 2.220446E-16,
- 9.999999
- ]
- }
- ],
- "isTrigger":true
- }
- ],
- "child":[]
- }
- ]
- }
- }
|