Skip to content

Commit

Permalink
Create dumpster.json
Browse files Browse the repository at this point in the history
  • Loading branch information
madjin authored Oct 27, 2023
1 parent c9d7823 commit df795f4
Showing 1 changed file with 80 additions and 0 deletions.
80 changes: 80 additions & 0 deletions vehicles/dumpster.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
{
"prefab": "",
"src": {
"name": "trash.glb",
"url": "https://data.hyperfy.xyz/uploads/55f94e5ce76c9aba4ca82d4c144a6027283abd5d4b63dca7c054293bf39322e4.glb"
},
"size": [
3.3,
1.3,
2.5
],
"centerOfMass": [
0,
-0.2,
0
],
"drag": 0.3,
"angularDrag": 3,
"accelAmount": 6.6,
"decelAmount": 3,
"brakeAmount": 5,
"speedMax": 46,
"powerCurve": "0,1,0,-1.725|1,1,0,0",
"turnSpeed": 8,
"turnMax": 35,
"turnCurve": "0,1,0,0|0.800,0.234,0,0|1,0.349,0,0",
"antiRoll": 50,
"forwardSlip": 5,
"mode": "4WD",
"engineSound": true,
"frontZ": -0.56,
"frontY": 0.2,
"frontWidth": 3.5,
"frontSpringLength": 0.5,
"frontSpringStrength": 20,
"frontSpringDamper": 4,
"frontTireRadius": 0.54,
"frontGripCurve": "0,0.600,0,0|0.525,0.451,-0.478,-0.647|1,0.274,0,0",
"frontBrake": false,
"frontBrakeGrip": 0.2,
"backZ": 1.7,
"backY": 0.2,
"backWidth": 0.3,
"backSpringLength": 0.5,
"backSpringStrength": 20,
"backSpringDamper": 4,
"backTireRadius": 0.55,
"backGripCurve": "0,0.580,0,-1.401|0.116,0.489,0,0|0.301,0.200,0,0|0.548,0.411,-0.323,-1.276|1,0.226,0,0",
"backBrake": true,
"backBrakeGrip": 0.1,
"seat1Enabled": true,
"seat1Position": [
0.52,
1.4,
-0.3
],
"seat1RotationY": 0,
"seat2Enabled": true,
"seat2Position": [
0.38,
0.3,
-0.2
],
"seat2RotationY": 0,
"seat3Enabled": false,
"seat3Position": [
0,
0,
0
],
"seat3RotationY": 0,
"seat4Enabled": false,
"seat4Position": [
0,
0,
0
],
"seat4RotationY": 0,
"reset": null
}

0 comments on commit df795f4

Please sign in to comment.