aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorTeravus Ovares2008-05-13 05:06:58 +0000
committerTeravus Ovares2008-05-13 05:06:58 +0000
commitfcc23be577b68608f3740e4ed2d06bba96c96b6f (patch)
tree92f8cc46c22bae6c5ed6d7809e33bc961dd00c5c /OpenSim
parent* Committing meshmerizer patch from Dahlia. Thanks Dahlia! (diff)
downloadopensim-SC_OLD-fcc23be577b68608f3740e4ed2d06bba96c96b6f.zip
opensim-SC_OLD-fcc23be577b68608f3740e4ed2d06bba96c96b6f.tar.gz
opensim-SC_OLD-fcc23be577b68608f3740e4ed2d06bba96c96b6f.tar.bz2
opensim-SC_OLD-fcc23be577b68608f3740e4ed2d06bba96c96b6f.tar.xz
* Fixed directory not found when saving Mesh previews (my bad, I was testing)
Diffstat (limited to 'OpenSim')
-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 1d719ed..d48a97e 100644
--- a/OpenSim/Region/Physics/Meshing/Meshmerizer.cs
+++ b/OpenSim/Region/Physics/Meshing/Meshmerizer.cs
@@ -56,7 +56,7 @@ namespace OpenSim.Region.Physics.Meshing
56 // Setting baseDir to a path will enable the dumping of raw files 56 // Setting baseDir to a path will enable the dumping of raw files
57 // raw files can be imported by blender so a visual inspection of the results can be done 57 // raw files can be imported by blender so a visual inspection of the results can be done
58 // const string baseDir = "rawFiles"; 58 // const string baseDir = "rawFiles";
59 private const string baseDir = "rawFiles"; 59 private const string baseDir = null; //"rawFiles";
60 private const float DEG_TO_RAD = 0.01745329238f; 60 private const float DEG_TO_RAD = 0.01745329238f;
61 61
62// TODO: unused 62// TODO: unused