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

28 lines
673 B
JSON

{
"objects" : [
{
"id" : "floatingisland1",
"modelPath" : "Models/floatingisland1.fbx",
"tokens" : [
"DISABLE_COLLISION_REACTION",
"TERRAIN_COLLISION"
],
"collidable": {
"type" : "CYLINDER",
"dimension1" : 1.7,
"dimension2" : 1.7,
"dimension3" : 1.7,
"rotX": 0,
"rotY": 0,
"rotZ": 0,
"rotW": 1,
"offsetX" : 0,
"offsetY" : -1.7,
"offsetZ" : 0
}
}
],
"files" : []
}