aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/Meshing/Meshmerizer.cs
diff options
context:
space:
mode:
authorTeravus Ovares2008-02-08 12:07:39 +0000
committerTeravus Ovares2008-02-08 12:07:39 +0000
commit3be2e772eca45c3dfd47cb6b08f421ce94906583 (patch)
tree9d4e8c737454816fb979095b1994a35085f5a930 /OpenSim/Region/Physics/Meshing/Meshmerizer.cs
parent* Okay, fixed the path cut offset, however the inner wall isn't properly 'cut... (diff)
downloadopensim-SC_OLD-3be2e772eca45c3dfd47cb6b08f421ce94906583.zip
opensim-SC_OLD-3be2e772eca45c3dfd47cb6b08f421ce94906583.tar.gz
opensim-SC_OLD-3be2e772eca45c3dfd47cb6b08f421ce94906583.tar.bz2
opensim-SC_OLD-3be2e772eca45c3dfd47cb6b08f421ce94906583.tar.xz
* Removed a statement that crashes the Meshmerizer if you don't have a specific /dev/ folder
Diffstat (limited to 'OpenSim/Region/Physics/Meshing/Meshmerizer.cs')
-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 a420c0b..38d431f 100644
--- a/OpenSim/Region/Physics/Meshing/Meshmerizer.cs
+++ b/OpenSim/Region/Physics/Meshing/Meshmerizer.cs
@@ -58,7 +58,7 @@ namespace OpenSim.Region.Physics.Meshing
58 // Setting baseDir to a path will enable the dumping of raw files 58 // Setting baseDir to a path will enable the dumping of raw files
59 // raw files can be imported by blender so a visual inspection of the results can be done 59 // raw files can be imported by blender so a visual inspection of the results can be done
60 // const string baseDir = "rawFiles"; 60 // const string baseDir = "rawFiles";
61 private const string baseDir = "rawFiles"; 61 private const string baseDir = null;
62 62
63 private static void IntersectionParameterPD(PhysicsVector p1, PhysicsVector r1, PhysicsVector p2, 63 private static void IntersectionParameterPD(PhysicsVector p1, PhysicsVector r1, PhysicsVector p2,
64 PhysicsVector r2, ref float lambda, ref float mu) 64 PhysicsVector r2, ref float lambda, ref float mu)