Minor Changes

Signed-off-by: Robear Selwans <robear.selwans@outlook.com>
This commit is contained in:
2021-06-26 21:23:13 +02:00
parent fdf34f99c6
commit eb27ae4c24
346 changed files with 17218 additions and 86 deletions
+96
View File
@@ -0,0 +1,96 @@
{
"id": "BoxScene",
"materials": [
{
"baseColor": [ 0.800000011920929, 0, 0, 1 ],
"id": "Red",
"metallicFactor": 0,
"pipeline": "DefaultPipeline",
"albedoTexture": "assets://textures/lost.tx"
}
],
"nodes": [
{
"children": [
{
"components": [
{
"position": [ 0, 0, 0 ],
"rotation": [ 0, -0, 0 ],
"scale": [ 1, 1, 1 ],
"type": "TransformComponent"
},
{
"material": "Red",
"mesh": "assets://meshes/Box_Mesh.mesh",
"type": "RenderComponent"
},
{
"type": "RigidbodyComponent",
"rigidbodyType": "Static",
"mass": 0.0,
"restitution": 1.0,
"collisionShape": {
"type": "Mesh",
"meshPath": "assets://meshes/Box_Mesh.mesh"
}
}
],
"id": "nodes[1]"
}
],
"components": [
{
"position": [ 0, 0, 0 ],
"rotation": [ -90.00000250447816, -0, 0 ],
"scale": [ 1, 1, 1 ],
"type": "TransformComponent"
}
],
"id": "nodes[0]"
},
{
"id": "Camera",
"components": [
{
"type": "TransformComponent",
"position": [0.0, -2.0, 11.0],
"rotation": [0.0, 0.0, 0.0],
"scale": [1.0, 1.0, 1.0]
},
{
"type": "ScriptComponent",
"script_name": "MainCameraController",
"script_path": "scripts://MainScene/Camera.lua"
}
],
"children": [
{
"id": "RotationHelper",
"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": 90,
"near": 0.001,
"far": 1000,
"aspectRatio": 1.3333
},
{
"type": "ScriptComponent",
"script_name": "MainCameraRotationHelper",
"script_path": "scripts://MainScene/CameraHelper.lua"
}
]
}
]
}
],
"activeCamera": "Camera.RotationHelper"
}
File diff suppressed because it is too large Load Diff
+8578
View File
File diff suppressed because it is too large Load Diff
+138
View File
@@ -0,0 +1,138 @@
{
"activeCamera": "Camera.RotationHelper",
"id": "",
"materials": [
{
"baseColor": [
1,
1,
1,
1
],
"id": "blinn3-fx",
"metallicFactor": 0,
"pipeline": "DefaultPipeline",
"albedoTexture": "assets://textures/lost.tx"
}
],
"nodes": [
{
"children": [
{
"components": [
{
"position": [
0,
0,
0
],
"rotation": [
0,
-0,
0
],
"scale": [
1,
1,
1
],
"type": "TransformComponent"
},
{
"material": "blinn3-fx",
"mesh": "assets://meshes/Duck_LOD3spShape.mesh",
"type": "RenderComponent"
}
],
"id": "nodes[2]"
},
{
"components": [
{
"position": [
400.1130065917969,
463.2640075683594,
-431.0780334472656
],
"rotation": [
141.59999847622765,
43.19999710403602,
180.00000500895632
],
"scale": [
1,
0.9999999403953552,
1
],
"type": "TransformComponent"
}
],
"id": "nodes[1]"
}
],
"components": [
{
"position": [
0,
0,
0
],
"rotation": [
0,
-0,
0
],
"scale": [
0.009999999776482582,
0.009999999776482582,
0.009999999776482582
],
"type": "TransformComponent"
}
],
"id": "nodes[0]"
},
{
"id": "Camera",
"components": [
{
"type": "TransformComponent",
"position": [0.0, -2.0, -11.0],
"rotation": [0.0, 0.0, 0.0],
"scale": [1.0, 1.0, 1.0]
},
{
"type": "ScriptComponent",
"script_name": "MainCameraController",
"script_path": "scripts://MainScene/Camera.lua"
}
],
"children": [
{
"id": "RotationHelper",
"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": 90,
"near": 0.001,
"far": 1000,
"aspectRatio": 1.3333
},
{
"type": "ScriptComponent",
"script_name": "MainCameraRotationHelper",
"script_path": "scripts://MainScene/CameraHelper.lua"
}
]
}
]
}
]
}
Regular → Executable
+10 -10
View File
@@ -88,7 +88,7 @@
},
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "WhiteMaterial"
}
],
@@ -127,7 +127,7 @@
},
{
"type": "RenderComponent",
"mesh": "project://Cube.mesh",
"mesh": "assets://meshes/Cube.mesh",
"material": "WhiteMaterial"
}
]
@@ -202,13 +202,13 @@
"mass": 0.0,
"restitution": 0.0,
"collisionShape": {
"type": "Box",
"halfExtents": [1.0, 4.0, 9.0]
"type": "Mesh",
"meshPath": "assets://meshes/Avocado.mesh"
}
},
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "WhiteMaterial"
}
]
@@ -263,26 +263,26 @@
"id": "GreenMaterial",
"pipeline": "DefaultPipeline",
"baseColor": [0.0, 1.0, 0.0, 1.0],
"albedoTexture": "project://lost.tx",
"albedoTexture": "assets://textures/lost.tx"
},
{
"id": "RedMaterial",
"pipeline": "DefaultPipeline",
"baseColor": [1.0, 0.0, 0.0, 1.0],
"albedoTexture": "project://lost.tx",
"albedoTexture": "assets://textures/lost.tx"
},
{
"id": "BlueMaterial",
"pipeline": "DefaultPipeline",
"baseColor": [0.0, 0.0, 1.0, 1.0],
"albedoTexture": "project://lost.tx",
"albedoTexture": "assets://textures/lost.tx"
},
{
"id": "WhiteMaterial",
"pipeline": "DefaultPipeline",
"baseColor": [1.0, 1.0, 1.0, 1.0],
"albedoTexture": "project://lost.tx",
},
"albedoTexture": "assets://textures/lost.tx"
}
],
"pipelines": [
{
Regular → Executable
+4 -4
View File
@@ -133,25 +133,25 @@
"id": "GreenMaterial",
"pipeline": "DefaultPipeline",
"baseColor": [0.0, 1.0, 0.0, 1.0],
"albedoTexture": "project://lost.tx",
"albedoTexture": "assets://textures/lost.tx",
},
{
"id": "RedMaterial",
"pipeline": "DefaultPipeline",
"baseColor": [1.0, 0.0, 0.0, 1.0],
"albedoTexture": "project://lost.tx",
"albedoTexture": "assets://textures/lost.tx",
},
{
"id": "BlueMaterial",
"pipeline": "DefaultPipeline",
"baseColor": [0.0, 0.0, 1.0, 1.0],
"albedoTexture": "project://lost.tx",
"albedoTexture": "assets://textures/lost.tx",
},
{
"id": "WhiteMaterial",
"pipeline": "DefaultPipeline",
"baseColor": [1.0, 1.0, 1.0, 1.0],
"albedoTexture": "project://lost.tx",
"albedoTexture": "assets://textures/lost.tx",
},
],
"pipelines": [
+2898
View File
File diff suppressed because it is too large Load Diff
Regular → Executable
+63 -63
View File
@@ -122,7 +122,7 @@
},
{
"type": "RenderComponent",
"mesh": "project://Cube.mesh",
"mesh": "assets://meshes/Cube.mesh",
"material": "GreenMaterial"
}
]
@@ -148,7 +148,7 @@
},
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "GreenMaterial"
}
]
@@ -158,7 +158,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "GreenMaterial"
},
{
@@ -184,7 +184,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "GreenMaterial"
},
{
@@ -210,7 +210,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "GreenMaterial"
},
{
@@ -236,7 +236,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "GreenMaterial"
},
{
@@ -262,7 +262,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "GreenMaterial"
},
{
@@ -288,7 +288,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "GreenMaterial"
},
{
@@ -314,7 +314,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "GreenMaterial"
},
{
@@ -340,7 +340,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "GreenMaterial"
},
{
@@ -366,7 +366,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "GreenMaterial"
},
{
@@ -392,7 +392,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "GreenMaterial"
},
{
@@ -418,7 +418,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "GreenMaterial"
},
{
@@ -444,7 +444,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "GreenMaterial"
},
{
@@ -470,7 +470,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "GreenMaterial"
},
{
@@ -496,7 +496,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "GreenMaterial"
},
{
@@ -522,7 +522,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "GreenMaterial"
},
{
@@ -548,7 +548,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "GreenMaterial"
},
{
@@ -574,7 +574,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "GreenMaterial"
},
{
@@ -600,7 +600,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "GreenMaterial"
},
{
@@ -626,7 +626,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "GreenMaterial"
},
{
@@ -652,7 +652,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "WhiteMaterial"
},
{
@@ -678,7 +678,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "WhiteMaterial"
},
{
@@ -704,7 +704,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "WhiteMaterial"
},
{
@@ -730,7 +730,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "WhiteMaterial"
},
{
@@ -756,7 +756,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "WhiteMaterial"
},
{
@@ -782,7 +782,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "WhiteMaterial"
},
{
@@ -808,7 +808,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "WhiteMaterial"
},
{
@@ -834,7 +834,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "WhiteMaterial"
},
{
@@ -860,7 +860,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "WhiteMaterial"
},
{
@@ -886,7 +886,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "WhiteMaterial"
},
{
@@ -912,7 +912,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "WhiteMaterial"
},
{
@@ -938,7 +938,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "WhiteMaterial"
},
{
@@ -964,7 +964,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "WhiteMaterial"
},
{
@@ -990,7 +990,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "WhiteMaterial"
},
{
@@ -1016,7 +1016,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "WhiteMaterial"
},
{
@@ -1042,7 +1042,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "WhiteMaterial"
},
{
@@ -1068,7 +1068,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "WhiteMaterial"
},
{
@@ -1094,7 +1094,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "WhiteMaterial"
},
{
@@ -1120,7 +1120,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "WhiteMaterial"
},
{
@@ -1146,7 +1146,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "WhiteMaterial"
},
{
@@ -1172,7 +1172,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "WhiteMaterial"
},
{
@@ -1198,7 +1198,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "WhiteMaterial"
},
{
@@ -1224,7 +1224,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "WhiteMaterial"
},
{
@@ -1250,7 +1250,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "WhiteMaterial"
},
{
@@ -1276,7 +1276,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "WhiteMaterial"
},
{
@@ -1302,7 +1302,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "WhiteMaterial"
},
{
@@ -1328,7 +1328,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "WhiteMaterial"
},
{
@@ -1354,7 +1354,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "WhiteMaterial"
},
{
@@ -1380,7 +1380,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "WhiteMaterial"
},
{
@@ -1406,7 +1406,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "WhiteMaterial"
},
{
@@ -1432,7 +1432,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "WhiteMaterial"
},
{
@@ -1458,7 +1458,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "WhiteMaterial"
},
{
@@ -1484,7 +1484,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "WhiteMaterial"
},
{
@@ -1510,7 +1510,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "WhiteMaterial"
},
{
@@ -1536,7 +1536,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "WhiteMaterial"
},
{
@@ -1562,7 +1562,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "WhiteMaterial"
},
{
@@ -1588,7 +1588,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "WhiteMaterial"
},
{
@@ -1614,7 +1614,7 @@
"components": [
{
"type": "RenderComponent",
"mesh": "project://Avocado.mesh",
"mesh": "assets://meshes/Avocado.mesh",
"material": "WhiteMaterial"
},
{
@@ -1759,25 +1759,25 @@
"id": "GreenMaterial",
"pipeline": "DefaultPipeline",
"baseColor": [0.0, 1.0, 0.0, 1.0],
"albedoTexture": "project://lost.tx",
"albedoTexture": "assets://textures/lost.tx",
},
{
"id": "RedMaterial",
"pipeline": "DefaultPipeline",
"baseColor": [1.0, 0.0, 0.0, 1.0],
"albedoTexture": "project://lost.tx",
"albedoTexture": "assets://textures/lost.tx",
},
{
"id": "BlueMaterial",
"pipeline": "DefaultPipeline",
"baseColor": [0.0, 0.0, 1.0, 1.0],
"albedoTexture": "project://lost.tx",
"albedoTexture": "assets://textures/lost.tx",
},
{
"id": "WhiteMaterial",
"pipeline": "DefaultPipeline",
"baseColor": [1.0, 1.0, 1.0, 1.0],
"albedoTexture": "project://lost.tx",
"albedoTexture": "assets://textures/lost.tx",
},
],
"pipelines": [
+199
View File
@@ -0,0 +1,199 @@
{
"id": "Scene",
"materials": [
{
"baseColor": [ 1, 1, 1, 1 ],
"id": "wheels",
"metallicFactor": 0,
"pipeline": "DefaultPipeline",
"albedoTexture": "assets://textures/lost.tx"
},
{
"baseColor": [ 1, 1, 1, 1 ],
"id": "truck",
"metallicFactor": 0,
"pipeline": "DefaultPipeline",
"albedoTexture": "assets://textures/lost.tx"
},
{
"baseColor": [ 0, 0.04050629958510399, 0.021240700036287308, 1 ],
"id": "glass",
"metallicFactor": 0,
"pipeline": "DefaultPipeline",
"albedoTexture": "assets://textures/lost.tx"
},
{
"baseColor": [ 0.06400000303983688, 0.06400000303983688, 0.06400000303983688, 1 ],
"id": "window_trim",
"metallicFactor": 0,
"pipeline": "DefaultPipeline",
"albedoTexture": "assets://textures/lost.tx"
}
],
"nodes": [
{
"children": [
{
"children": [
{
"components": [
{
"position": [ 0, 0, 0 ],
"rotation": [ 0, 0, 0 ],
"scale": [ 1, 1, 1 ],
"type": "TransformComponent"
},
{
"material": "glass",
"mesh": "assets://meshes/CesiumMilkTruck_Cesium_Milk_Truck-1.mesh",
"type": "RenderComponent"
}
],
"id": "Cesium_Milk_Truck_Primitive_1"
},
{
"components": [
{
"position": [ 0, 0, 0 ],
"rotation": [ 0, 0, 0 ],
"scale": [ 1, 1, 1 ],
"type": "TransformComponent"
},
{
"material": "window_trim",
"mesh": "assets://meshes/CesiumMilkTruck_Cesium_Milk_Truck-2.mesh",
"type": "RenderComponent"
}
],
"id": "Cesium_Milk_Truck_Primitive_2"
},
{
"children": [
{
"components": [
{
"position": [ 0, 0, 0 ],
"rotation": [ 0, -10.153014729521423, 0 ],
"scale": [ 1, 1, 1 ],
"type": "TransformComponent"
},
{
"material": "wheels",
"mesh": "assets://meshes/CesiumMilkTruck_Wheels.mesh",
"type": "RenderComponent"
}
],
"id": "Wheels"
}
],
"components": [
{
"position": [ 1.432669997215271, 0, -0.4277220070362091 ],
"rotation": [ 0, -0, 0 ],
"scale": [ 1, 1, 1 ],
"type": "TransformComponent"
}
],
"id": "Node"
},
{
"children": [
{
"components": [
{
"position": [ 0, 0, 0 ],
"rotation": [ 0, -10.153014729521423, 0 ],
"scale": [ 1, 1, 1 ],
"type": "TransformComponent"
},
{
"material": "wheels",
"mesh": "assets://meshes/CesiumMilkTruck_Wheels.mesh",
"type": "RenderComponent"
}
],
"id": "Wheels.001"
}
],
"components": [
{
"position": [ -1.352329969406128, 0, -0.4277220070362091 ],
"rotation": [ 0, -0, 0 ],
"scale": [ 1, 1, 1 ],
"type": "TransformComponent"
}
],
"id": "Node.001"
}
],
"components": [
{
"position": [ 0, 0, 0 ],
"rotation": [ 0, -0, 0 ],
"scale": [ 1, 1, 1 ],
"type": "TransformComponent"
},
{
"material": "truck",
"mesh": "assets://meshes/CesiumMilkTruck_Cesium_Milk_Truck-0.mesh",
"type": "RenderComponent"
}
],
"id": "Cesium_Milk_Truck"
}
],
"components": [
{
"position": [ 0, 0, 0 ],
"rotation": [ 0, -90.00000250447816, 89.999995674289 ],
"scale": [ 0.9999999403953552, 0.9999999403953552, 0.9999999403953552 ],
"type": "TransformComponent"
}
],
"id": "Yup2Zup"
},
{
"id": "Camera",
"components": [
{
"type": "TransformComponent",
"position": [0.0, -2.0, 11.0],
"rotation": [0.0, 0.0, 0.0],
"scale": [1.0, 1.0, 1.0]
},
{
"type": "ScriptComponent",
"script_name": "MainCameraController",
"script_path": "scripts://MainScene/Camera.lua"
}
],
"children": [
{
"id": "RotationHelper",
"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": 90,
"near": 0.001,
"far": 1000,
"aspectRatio": 1.3333
},
{
"type": "ScriptComponent",
"script_name": "MainCameraRotationHelper",
"script_path": "scripts://MainScene/CameraHelper.lua"
}
]
}
]
}
],
"activeCamera": "Camera.RotationHelper"
}