fix sculpt normal direction for mirrored plane sculpts
parent
7d9b316ce6
commit
5e719d13ef
|
@ -310,7 +310,6 @@ namespace PrimMesher
|
||||||
sculptType = (SculptType)(((int)sculptType) & 0x07);
|
sculptType = (SculptType)(((int)sculptType) & 0x07);
|
||||||
|
|
||||||
if (mirror)
|
if (mirror)
|
||||||
if (sculptType == SculptType.plane)
|
|
||||||
invert = !invert;
|
invert = !invert;
|
||||||
|
|
||||||
viewerFaces = new List<ViewerFace>();
|
viewerFaces = new List<ViewerFace>();
|
||||||
|
|
Loading…
Reference in New Issue