aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/Meshing
diff options
context:
space:
mode:
authorTeravus Ovares2008-02-14 01:57:19 +0000
committerTeravus Ovares2008-02-14 01:57:19 +0000
commite3a711536b4c2dad76184747faa0118942368400 (patch)
tree05ef7d92f8fea78a6bb93ee60a83e4e2d1eb8f52 /OpenSim/Region/Physics/Meshing
parentAdded a small but maybe important clue that UserServer is not running. (diff)
downloadopensim-SC_OLD-e3a711536b4c2dad76184747faa0118942368400.zip
opensim-SC_OLD-e3a711536b4c2dad76184747faa0118942368400.tar.gz
opensim-SC_OLD-e3a711536b4c2dad76184747faa0118942368400.tar.bz2
opensim-SC_OLD-e3a711536b4c2dad76184747faa0118942368400.tar.xz
* ODE - This fixes a few things and breaks a few more.
Diffstat (limited to 'OpenSim/Region/Physics/Meshing')
-rw-r--r--OpenSim/Region/Physics/Meshing/Meshmerizer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/Meshing/Meshmerizer.cs b/OpenSim/Region/Physics/Meshing/Meshmerizer.cs
index a394ffb..9244402 100644
--- a/OpenSim/Region/Physics/Meshing/Meshmerizer.cs
+++ b/OpenSim/Region/Physics/Meshing/Meshmerizer.cs
@@ -520,7 +520,7 @@ namespace OpenSim.Region.Physics.Meshing
520 // Calculated separately to avoid errors 520 // Calculated separately to avoid errors
521 cutHull.AddVertex(legEnd); 521 cutHull.AddVertex(legEnd);
522 522
523 m_log.DebugFormat("Starting cutting of the hollow shape from the prim {1}", 0, primName); 523 // m_log.DebugFormat("Starting cutting of the hollow shape from the prim {1}", 0, primName);
524 SimpleHull cuttedHull = SimpleHull.SubtractHull(outerHull, cutHull); 524 SimpleHull cuttedHull = SimpleHull.SubtractHull(outerHull, cutHull);
525 525
526 outerHull = cuttedHull; 526 outerHull = cuttedHull;