Renderer/assets/Data/entity/objects.json
austin cdd44bd362
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
bugfixes
2024-09-12 19:13:34 -04:00

33 lines
836 B
JSON

{
"objects" : [
{
"id" : "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/entity/objects/floatingisland.json",
"Data/entity/objects/testscene1objects.json",
"Data/entity/objects/debug_objects.json",
"Data/entity/objects/game_objects.json"
]
}