Renderer/assets/Data/objects.json
austin e671cda62d
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
hitboxes, ui, bug fixes, network fixes, etc
2024-06-14 13:58:10 -04:00

32 lines
772 B
JSON

{
"objects" : [
{
"objectId" : "crateWooden",
"modelPath" : "Models/crate2.fbx",
"tokens" : [
"GRAVITY",
"OUTLINE"
],
"collidable": {
"type" : "CUBE",
"dimension1" : 0.1,
"dimension2" : 0.1,
"dimension3" : 0.35,
"rotX": 0,
"rotY": 0,
"rotZ": 0,
"rotW": 1,
"offsetX" : 0,
"offsetY" : 0.05,
"offsetZ" : 0
}
}
],
"files" : [
"Data/objects/floatingisland.json",
"Data/objects/testscene1objects.json",
"Data/objects/debug_objects.json"
]
}