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:
@@ -132,7 +132,7 @@ typedef struct {
|
||||
|
||||
/* assorted tface flags */
|
||||
void *tpage;
|
||||
char flag, transp;
|
||||
char flag, transp, faceflag;
|
||||
short mode, tile;
|
||||
} FaceData;
|
||||
|
||||
|
Reference in New Issue
Block a user