supercoolxyz / modelthulhu

Automatically exported from code.google.com/p/modelthulhu
0 stars 0 forks source link

Detecting isolated submeshes in the return value #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Basically, if a CSG operation produces two or more submeshes which aren't 
connected, there should be something to detect that. It should be computed 
either automatically or on-demand, so that the user can do stuff with the 
result.

There's already code to divide each of the cut input meshes into regions of 
contiguous faces, stopping at the cuts. Modifying that might be the way to 
go.

This was suggested by Bobboau on the hard-light.net forums.

Original issue reported on code.google.com by andrew.lubitz@gmail.com on 31 May 2010 at 7:48

GoogleCodeExporter commented 9 years ago
Not sure if this should be done now, or if most or all of the big refactoring 
stuff 
should be gotten out of the way beforehand.

Original comment by andrew.lubitz@gmail.com on 31 May 2010 at 7:49