alter behavior of sculpted prim "Inside out" setting. Addresses Mantis #3514
förälder
0c639e08ea
incheckning
09522743cb
|
|
@ -214,7 +214,7 @@ namespace PrimMesher
|
|||
uvs = new List<UVCoord>();
|
||||
|
||||
if (mirror)
|
||||
if (sculptType != SculptType.plane)
|
||||
if (sculptType == SculptType.plane)
|
||||
invert = !invert;
|
||||
|
||||
//float sourceScaleFactor = (float)lod / (float)Math.Max(sculptBitmap.Width, sculptBitmap.Height);
|
||||
|
|
|
|||
Laddar…
Referens i nytt ärende