diff options
author | Teravus Ovares | 2008-02-14 01:57:19 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-02-14 01:57:19 +0000 |
commit | e3a711536b4c2dad76184747faa0118942368400 (patch) | |
tree | 05ef7d92f8fea78a6bb93ee60a83e4e2d1eb8f52 /OpenSim/Region/Physics/Meshing | |
parent | Added a small but maybe important clue that UserServer is not running. (diff) | |
download | opensim-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.cs | 2 |
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; |