Boolean op error handling has been added. When a no closed mesh is used the follow message is showed:

"Both meshes must be a closed mesh"
This commit is contained in:
2005-11-30 17:38:41 +00:00
parent 738d3e4ae3
commit ce3164e259
2 changed files with 4 additions and 2 deletions

View File

@@ -694,7 +694,7 @@ NewBooleanMesh(
);
}
if (success) {
if (success==1) {
// descriptions of the output;
CSG_VertexIteratorDescriptor vd_o;
CSG_FaceIteratorDescriptor fd_o;