Renderer/assets/Data/entity/objects/containers.json
austin b761299c29
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
physics work
2024-09-13 09:30:21 -04:00

37 lines
909 B
JSON

{
"objects" : [
{
"id" : "crate",
"hitboxData" : [
{
"type": "static_capsule",
"radius": 2,
"length": 5
}
],
"collidable": {
"type" : "CUBE",
"mass": 10.0,
"rollingFriction": 100.0,
"linearFriction": 100.0,
"dimension1" : 2.0,
"dimension2" : 2.0,
"dimension3" : 2.0,
"rotX": 0,
"rotY": 0,
"rotZ": 0,
"rotW": 1,
"offsetX" : 0,
"offsetY" : 0.05,
"offsetZ" : 0
},
"tokens": [
"GRAVITY"
],
"modelPath" : "Models/objects/crate2.glb"
}
],
"files" : []
}