Print at Jan 20, 2026, 11:00:09 PM

Posted by dorin at Nov 25, 2025, 7:46:24 AM
Re: Furniture to Solid
I work to a plugin able to perform boolean operations with furniture.
The result is transformed back to furniture.
I've managed to make it work except the correct input data.
I've tried with
piece.getModel()
and
root.addChild((Node) factory.createObject3D(home, piece, true));
but, in both cases, I have only the original object without the current transformations.
I need to apply this transformations to each ones before extract the geometry and perform the boolean operations.
----------------------------------------
A computer program does what you tell it to do, not what you want it to do. Murphy's Law
When all else fails, read the instructions. Murphy's Law
If you don't like "AS IS", DIY. Dorin's law