aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/Meshing
diff options
context:
space:
mode:
authorTeravus Ovares2008-02-19 08:57:43 +0000
committerTeravus Ovares2008-02-19 08:57:43 +0000
commit62f608b152b98f56a98c91308ff8e05312c74d98 (patch)
tree13c0e904301660f011ba8dcea387ba1008885ce1 /OpenSim/Region/Physics/Meshing
parent* This patch adds Prism support to the Meshmerizer. Prism is one of the obj... (diff)
downloadopensim-SC_OLD-62f608b152b98f56a98c91308ff8e05312c74d98.zip
opensim-SC_OLD-62f608b152b98f56a98c91308ff8e05312c74d98.tar.gz
opensim-SC_OLD-62f608b152b98f56a98c91308ff8e05312c74d98.tar.bz2
opensim-SC_OLD-62f608b152b98f56a98c91308ff8e05312c74d98.tar.xz
*rawfile fix.
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 d7e90c5..f2ab01d 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; //"rawFiles";
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)