106 lines
2.5 KiB
Plaintext
106 lines
2.5 KiB
Plaintext
{
|
|
"id":"SisyphusoScene",
|
|
"nodes": [
|
|
{
|
|
"id": "Camera",
|
|
"components": [
|
|
{
|
|
"type": "TransformComponent",
|
|
"position": [0.0, 0.0, 0.0],
|
|
"rotation": [0.0, 0.0, 0.0],
|
|
"scale": [1.0, 1.0, 1.0]
|
|
},
|
|
{
|
|
"type": "CameraComponent",
|
|
"view": "Perspective",
|
|
"fov": 60,
|
|
"near": 0.001,
|
|
"far": 1000,
|
|
"aspectRatio": 1.3333
|
|
},
|
|
{
|
|
"type": "ScriptComponent",
|
|
"script_name": "SideCameraController",
|
|
"script_path": "scripts://SideScene/camera.lua"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "Player",
|
|
"components": [
|
|
{
|
|
"type": "TransformComponent",
|
|
"position": [0.0, 0.0, -15.0],
|
|
"rotation": [0.0, 0.0, 0.0],
|
|
"scale": [1.0, 1.0, 1.0]
|
|
},
|
|
{
|
|
"type": "RigidbodyComponent",
|
|
"rigidbodyType": "Dynamic",
|
|
"mass": 1.0,
|
|
"restitution": 1.0,
|
|
"collisionShape": {
|
|
"type": "Sphere",
|
|
"radius": 1.0
|
|
}
|
|
},
|
|
{
|
|
"type": "ScriptComponent",
|
|
"script_name": "SidePlayerController",
|
|
"script_path": "scripts://SideScene/player.lua"
|
|
}
|
|
],
|
|
"children": [
|
|
{
|
|
"id": "Child",
|
|
"components": [
|
|
{
|
|
"type": "TransformComponent",
|
|
"position": [0.0, 5.0, -5.0],
|
|
"rotation": [0.0, 0.0, 0.0],
|
|
"scale": [1.0, 1.0, 1.0]
|
|
},
|
|
{
|
|
"type": "RigidbodyComponent",
|
|
"rigidbodyType": "Kinematic",
|
|
"mass": 1.0,
|
|
"restitution": 1.0,
|
|
"collisionShape": {
|
|
"type": "Sphere",
|
|
"radius": 1.0
|
|
}
|
|
},
|
|
{
|
|
"type": "ScriptComponent",
|
|
"script_name": "SideChildController",
|
|
"script_path": "scripts://SideScene/child.lua"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "Ground",
|
|
"components": [
|
|
{
|
|
"type": "TransformComponent",
|
|
"position": [0.0, -15.0, -15.0],
|
|
"rotation": [0.0, 0.0, 0.0],
|
|
"scale": [1.0, 1.0, 1.0]
|
|
},
|
|
{
|
|
"type": "RigidbodyComponent",
|
|
"rigidbodyType": "Static",
|
|
"mass": 0.0,
|
|
"restitution": 0.0,
|
|
"collisionShape": {
|
|
"type": "Sphere",
|
|
"radius": 10.0
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"activeCamera": "Camera"
|
|
}
|