Any way of obtaining dimensions of a structure piece? #1968
-
Currently working on a processor that should randomly mossify N lower blocks and erode N upper blocks of a structure feature. So... is there any way of getting the structure's dimensions or template in Fabric? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I am no expert on structures. But maybe the structure post processor is what you are looking for? See the |
Beta Was this translation helpful? Give feedback.
I am no expert on structures.
But maybe the structure post processor is what you are looking for?
It gets passed the list of structure pieces from which you can get the bounding box for the structure.
See the
WoodlandMansionFeature::postPlace
for example.