Large update with mostly rewritten character subsystem

This commit is contained in:
Segey Lapin
2019-10-17 08:48:21 +03:00
parent 6e18c898b4
commit 0945ef76ee
224 changed files with 77854 additions and 13113 deletions

View File

@@ -247,6 +247,7 @@ mass = 2500.0
[node name="back-left-3" type="VehicleWheel" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.7, -0.157096, -1.74935 )
engine_force = -nan.0
wheel_radius = 0.3
[node name="back-wheel-l" type="MeshInstance" parent="back-left-3"]
@@ -262,6 +263,7 @@ material/0 = null
[node name="back-right-3" type="VehicleWheel" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.7, -0.157096, -1.74935 )
engine_force = 1.70958e-43
wheel_radius = 0.3
[node name="back-wheel-r" type="MeshInstance" parent="back-right-3"]
@@ -318,7 +320,7 @@ material/0 = null
[node name="front-right-3" type="VehicleWheel" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.6, -0.157096, 0.854707 )
engine_force = 3.50605e-42
engine_force = 8.68805e-43
wheel_radius = 0.3
[node name="front-wheel-r" type="MeshInstance" parent="front-right-3"]