aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/Meshing/Meshmerizer.cs
diff options
context:
space:
mode:
authorDahlia Trimble2009-02-24 06:02:44 +0000
committerDahlia Trimble2009-02-24 06:02:44 +0000
commit8afad46d100131e98a4358da8b97da3b15359ce9 (patch)
tree1896388f5a777ea72bf269a2d007bcdd4cc10c7f /OpenSim/Region/Physics/Meshing/Meshmerizer.cs
parentMinor guard protecting against hackers like me who manipulate region UUIDs di... (diff)
downloadopensim-SC_OLD-8afad46d100131e98a4358da8b97da3b15359ce9.zip
opensim-SC_OLD-8afad46d100131e98a4358da8b97da3b15359ce9.tar.gz
opensim-SC_OLD-8afad46d100131e98a4358da8b97da3b15359ce9.tar.bz2
opensim-SC_OLD-8afad46d100131e98a4358da8b97da3b15359ce9.tar.xz
remove log4net dependency and from PrimMesher.cs
sync PrimMesher.cs with PrimMesher.dll version 29 on forge
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Physics/Meshing/Meshmerizer.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/Meshing/Meshmerizer.cs b/OpenSim/Region/Physics/Meshing/Meshmerizer.cs
index 72dc70f..306eab4 100644
--- a/OpenSim/Region/Physics/Meshing/Meshmerizer.cs
+++ b/OpenSim/Region/Physics/Meshing/Meshmerizer.cs
@@ -269,6 +269,10 @@ namespace OpenSim.Region.Physics.Meshing
269 269
270 primMesh = new PrimMesh(sides, profileBegin, profileEnd, profileHollow, hollowSides); 270 primMesh = new PrimMesh(sides, profileBegin, profileEnd, profileHollow, hollowSides);
271 271
272 if (primMesh.errorMessage != null)
273 if (primMesh.errorMessage.Length > 0)
274 m_log.Error("[ERROR] " + primMesh.errorMessage);
275
272 primMesh.topShearX = pathShearX; 276 primMesh.topShearX = pathShearX;
273 primMesh.topShearY = pathShearY; 277 primMesh.topShearY = pathShearY;
274 primMesh.pathCutBegin = pathBegin; 278 primMesh.pathCutBegin = pathBegin;