Multiple Demo Changes

Signed-off-by: Robear Selwans <robear.selwans@outlook.com>
This commit is contained in:
2021-07-25 10:48:35 +02:00
parent f9018c9878
commit 7e25e7198d
13 changed files with 1009 additions and 33 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"components": [
{
"position": [ 1, 0, 0 ],
"rotation": [ -180, 0, 0 ],
"scale": [ 1, 1, 1 ],
"type": "TransformComponent"
},
{
"material": "CustomMaterial",
"mesh": "assets://meshes/DamagedHelmet_mesh_helmet_LP_13930damagedHelmet.mesh",
"type": "RenderComponent"
},
{
"type": "RigidbodyComponent",
"mass": 1,
"restitution": 1,
"rigidbodyType": "Dynamic",
"collisionShape": {
"type": "Sphere",
"radius": 1.0
}
}
],
"id": "DamagedHelmet"
}