Hello,
I am trying to implement a CSG-based rendering engine.
Is there a general way to perform CSG operations
(Union, Intersection and Subtraction) accuratelly by traversing a CSG tree?
Let say a room consists of two boxes subtracted.
Thanks.Code :Room | | - / \ / \ / \ Box1 Box2



