Fix for bug #72.

Update mesh normals after a boolean operation.
Also updated boolen operation to copy face flag (propagate
face smoothness information).
This commit is contained in:
2003-03-24 16:08:15 +00:00
parent b224f90da7
commit f7cc1873b7
2 changed files with 7 additions and 6 deletions

View File

@@ -132,7 +132,7 @@ typedef struct {
/* assorted tface flags */
void *tpage;
char flag, transp;
char flag, transp, faceflag;
short mode, tile;
} FaceData;