diff options
author | Dahlia Trimble | 2009-02-24 06:02:44 +0000 |
---|---|---|
committer | Dahlia Trimble | 2009-02-24 06:02:44 +0000 |
commit | 8afad46d100131e98a4358da8b97da3b15359ce9 (patch) | |
tree | 1896388f5a777ea72bf269a2d007bcdd4cc10c7f /OpenSim/Region/Physics/Meshing/Meshmerizer.cs | |
parent | Minor guard protecting against hackers like me who manipulate region UUIDs di... (diff) | |
download | opensim-SC-8afad46d100131e98a4358da8b97da3b15359ce9.zip opensim-SC-8afad46d100131e98a4358da8b97da3b15359ce9.tar.gz opensim-SC-8afad46d100131e98a4358da8b97da3b15359ce9.tar.bz2 opensim-SC-8afad46d100131e98a4358da8b97da3b15359ce9.tar.xz |
remove log4net dependency and from PrimMesher.cs
sync PrimMesher.cs with PrimMesher.dll version 29 on forge
Diffstat (limited to 'OpenSim/Region/Physics/Meshing/Meshmerizer.cs')
-rw-r--r-- | OpenSim/Region/Physics/Meshing/Meshmerizer.cs | 4 |
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; |