Simple CSG

Blitz3D Forums/Blitz3D Programming/Simple CSG

Odds On(Posted 2006) [#1]
Hi,

A project I'm currently working on requires the use of some (potentially) very simple CSG operations. All I need is simple Box to Box subtraction so I can hollow out a cube to create a building structure, and subtract any number of doors and windows from the building.

I tried the CSG code in the code archives which wasn't bad, but it proved to be quite buggy and placed random triangles in places.

Any help would be appreciated!
Chris