alter behavior of sculpted prim "Inside out" setting. Addresses Mantis #3514
parent
0c639e08ea
commit
09522743cb
|
@ -214,7 +214,7 @@ namespace PrimMesher
|
||||||
uvs = new List<UVCoord>();
|
uvs = new List<UVCoord>();
|
||||||
|
|
||||||
if (mirror)
|
if (mirror)
|
||||||
if (sculptType != SculptType.plane)
|
if (sculptType == SculptType.plane)
|
||||||
invert = !invert;
|
invert = !invert;
|
||||||
|
|
||||||
//float sourceScaleFactor = (float)lod / (float)Math.Max(sculptBitmap.Width, sculptBitmap.Height);
|
//float sourceScaleFactor = (float)lod / (float)Math.Max(sculptBitmap.Width, sculptBitmap.Height);
|
||||||
|
|
Loading…
Reference in New Issue