Skip to content

Commit cdfc5ba

Browse files
committed
Add brake properties.
1 parent 37f046a commit cdfc5ba

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

examples/3d-car-coin-hunt/3d-car-coin-hunt.json

+7-4
Original file line numberDiff line numberDiff line change
@@ -1782,6 +1782,7 @@
17821782
"mass": 1500,
17831783
"engineTorqueMax": 4500,
17841784
"engineSpeedMax": 6000,
1785+
"engineInertia": 0.5,
17851786
"reverseGearRatio1": -2.9,
17861787
"gearRatio1": 2.66,
17871788
"gearRatio2": 1.78,
@@ -1795,6 +1796,8 @@
17951796
"wheelOffsetZ": 0,
17961797
"wheelRadius": 6,
17971798
"wheelWidth": 3,
1799+
"brakeTorqueMax": 1500,
1800+
"handBrakeTorqueMax": 4000,
17981801
"hasBackWheelDrive": false,
17991802
"hasFrontWheelDrive": true,
18001803
"pitchRollAngleMax": 90
@@ -48283,9 +48286,9 @@
4828348286
"layer": "",
4828448287
"name": "RoadStraight",
4828548288
"persistentUuid": "af6bdbde-6c09-45fa-91fb-2e4f14c2d22e",
48286-
"width": 1699,
48287-
"x": -4113,
48288-
"y": 1519,
48289+
"width": 1665,
48290+
"x": -4096,
48291+
"y": 1536,
4828948292
"zOrder": 42,
4829048293
"numberProperties": [],
4829148294
"stringProperties": [],
@@ -48619,7 +48622,7 @@
4861948622
"gridColor": 10401023,
4862048623
"gridAlpha": 0.8,
4862148624
"snap": true,
48622-
"zoomFactor": 0.1550857455159367,
48625+
"zoomFactor": 0.13138826996360262,
4862348626
"windowMask": false
4862448627
}
4862548628
},

0 commit comments

Comments
 (0)