Renderer/assets/Data/objects.json
austin 161f40ee04
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
synchronizing object entities
2024-07-27 00:15:50 -04:00

33 lines
814 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",
"Data/objects/game_objects.json"
]
}