mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
alter behavior of sculpted prim "Inside out" setting. Addresses Mantis #3514
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user