diff --git a/examples/scenes/blocksbuster/blocksbuster.collection b/examples/scenes/blocksbuster/blocksbuster.collection index d733598..3ba4278 100644 --- a/examples/scenes/blocksbuster/blocksbuster.collection +++ b/examples/scenes/blocksbuster/blocksbuster.collection @@ -97,7 +97,7 @@ instances { prototype: "/examples/scenes/blocksbuster/buster.go" position { x: 0.0 - y: 0.05 + y: 0.0 z: 3.5 } rotation { @@ -108,7 +108,7 @@ instances { } scale3 { x: 2.0 - y: 0.1 + y: 2.0 z: 2.0 } } @@ -249,6 +249,8 @@ embedded_instances { " z: 0.0\n" " w: 1.0\n" " }\n" + " property_decls {\n" + " }\n" "}\n" "" position { diff --git a/examples/scenes/blocksbuster/buster.go b/examples/scenes/blocksbuster/buster.go index 78cd70e..7e92095 100644 --- a/examples/scenes/blocksbuster/buster.go +++ b/examples/scenes/blocksbuster/buster.go @@ -25,7 +25,7 @@ embedded_components { "" position { x: 0.0 - y: 0.0 + y: -0.45 z: 0.0 } rotation { @@ -61,8 +61,9 @@ embedded_components { " }\n" " index: 0\n" " count: 2\n" + " id: \"\"\n" " }\n" - " data: 1.0\n" + " data: 0.5\n" " data: 10.0\n" "}\n" "linear_damping: 0.0\n" @@ -94,7 +95,7 @@ embedded_components { "" position { x: 0.0 - y: -0.9 + y: -0.495 z: 0.0 } rotation { @@ -142,7 +143,7 @@ embedded_components { "" position { x: 0.0 - y: 0.0 + y: 0.011303 z: 0.0 } rotation { diff --git a/game.project b/game.project index e872185..985fffc 100644 --- a/game.project +++ b/game.project @@ -40,7 +40,7 @@ type = 3D max_collisions = 10000 max_contacts = 10000 ray_cast_limit_3d = 1000 -trigger_overlap_capacity = 100 +trigger_overlap_capacity = 1000 world_count = 5 use_fixed_timestep = 1 max_collision_object_count = 2000