ThreeCSG
ThreeCSG copied to clipboard
transformation in CSG
if i have similar geometry, but with different orientation and location, I should be able to apply transformation on CSG rather than recreating it again.
Hi,
This would be very useful for me too, as I'm sure converting THREE.Geometry to ThreeBSP takes more than O(n) linear time, probably. I have to do this every render, as I want to subtract one mesh with another smaller moving mesh dynamically rather than one static subtraction.
Thanks, Mike
@MikeJohnsonDev found anything like that. i want to do same this