Renderer/assets/Data/entity/foliage/bushes.json
austin 90a88bbd8b
Some checks reported errors
studiorailgun/Renderer/pipeline/head Something is wrong with the build of this commit
break out interaction into dedicated collision eng
2025-04-03 16:35:01 -04:00

34 lines
861 B
JSON

{
"foliageList" : [
{
"id" : "bush4",
"tokens" : [
"FLAMMABLE"
],
"buttonInteraction" : {
"onInteract" : "harvest",
"interactionShape" : {
"type" : "CUBE",
"dimension1" : 1.0,
"dimension2" : 1.0,
"dimension3" : 1.0,
"rotX": 0,
"rotY": 0,
"rotZ": 0,
"rotW": 1,
"offsetX" : 0.0,
"offsetY" : 0.5,
"offsetZ" : 0.0
}
},
"graphicsTemplate": {
"model": {
"path" : "Models/foliage/bush4.glb"
}
}
}
],
"files" : [
]
}