diff options
Diffstat (limited to 'OpenSim/Region/Physics/Meshing/Meshmerizer.cs')
-rw-r--r-- | OpenSim/Region/Physics/Meshing/Meshmerizer.cs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/OpenSim/Region/Physics/Meshing/Meshmerizer.cs b/OpenSim/Region/Physics/Meshing/Meshmerizer.cs index e92e97b..b79e1a1 100644 --- a/OpenSim/Region/Physics/Meshing/Meshmerizer.cs +++ b/OpenSim/Region/Physics/Meshing/Meshmerizer.cs | |||
@@ -540,7 +540,6 @@ namespace OpenSim.Region.Physics.Meshing | |||
540 | 540 | ||
541 | profileBegin = 0.5f * profileBegin + 0.5f; | 541 | profileBegin = 0.5f * profileBegin + 0.5f; |
542 | profileEnd = 0.5f * profileEnd + 0.5f; | 542 | profileEnd = 0.5f * profileEnd + 0.5f; |
543 | |||
544 | } | 543 | } |
545 | 544 | ||
546 | int hollowSides = sides; | 545 | int hollowSides = sides; |
@@ -660,7 +659,9 @@ namespace OpenSim.Region.Physics.Meshing | |||
660 | 659 | ||
661 | public IMesh CreateMesh(String primName, PrimitiveBaseShape primShape, Vector3 size, float lod, bool isPhysical) | 660 | public IMesh CreateMesh(String primName, PrimitiveBaseShape primShape, Vector3 size, float lod, bool isPhysical) |
662 | { | 661 | { |
663 | // m_log.DebugFormat("[MESH]: Creating mesh for {0}", primName); | 662 | #if SPAM |
663 | m_log.DebugFormat("[MESH]: Creating mesh for {0}", primName); | ||
664 | #endif | ||
664 | 665 | ||
665 | Mesh mesh = null; | 666 | Mesh mesh = null; |
666 | ulong key = 0; | 667 | ulong key = 0; |