Skip to content

Commit ac8af6e

Browse files
committed
[ERA-0] simulated vehicles
1 parent 43d3247 commit ac8af6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/core/src/application.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,8 +399,8 @@ namespace era_engine
399399
// .addComponent<physics::px_cloth_component>(100, 100, vec3(0.f, 15.0f, 0.0f));
400400

401401
scene.createEntity("Platform")
402-
.addComponent<transform_component>(vec3(10, -6.f, 0.f), quat(vec3(1.f, 0.f, 0.f), deg2rad(0.f)))
403-
.addComponent<physics::px_plane_collider_component>(vec3(0.f, -2.0, 0.0f))
402+
.addComponent<transform_component>(vec3(10, -7.f, 0.f), quat(vec3(1.f, 0.f, 0.f), deg2rad(0.f)))
403+
.addComponent<physics::px_plane_collider_component>(vec3(0.f, -3.0, 0.0f))
404404
.addComponent<mesh_component>(groundMesh);
405405

406406
auto chainMesh = make_ref<multi_mesh>();

0 commit comments

Comments
 (0)