diff options
author | dahlia | 2010-10-07 19:34:46 -0700 |
---|---|---|
committer | dahlia | 2010-10-07 19:34:46 -0700 |
commit | 9391c3ffee4fb722657ebb064f8ba02f1d1f8802 (patch) | |
tree | 29ac369393e203477bc29bc645c0572b6db327a6 /OpenSim/Region/Physics/Meshing | |
parent | Fix autoreturn to not return zero objects (diff) | |
download | opensim-SC_OLD-9391c3ffee4fb722657ebb064f8ba02f1d1f8802.zip opensim-SC_OLD-9391c3ffee4fb722657ebb064f8ba02f1d1f8802.tar.gz opensim-SC_OLD-9391c3ffee4fb722657ebb064f8ba02f1d1f8802.tar.bz2 opensim-SC_OLD-9391c3ffee4fb722657ebb064f8ba02f1d1f8802.tar.xz |
add a flag in OpenSim.ini.example for enabling/disabling decoded sculpt map caching for meshing
Diffstat (limited to 'OpenSim/Region/Physics/Meshing')
-rw-r--r-- | OpenSim/Region/Physics/Meshing/Meshmerizer.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/Meshing/Meshmerizer.cs b/OpenSim/Region/Physics/Meshing/Meshmerizer.cs index 20a5bb4..c97db8c 100644 --- a/OpenSim/Region/Physics/Meshing/Meshmerizer.cs +++ b/OpenSim/Region/Physics/Meshing/Meshmerizer.cs | |||
@@ -81,7 +81,8 @@ namespace OpenSim.Region.Physics.Meshing | |||
81 | { | 81 | { |
82 | IConfig start_config = config.Configs["Startup"]; | 82 | IConfig start_config = config.Configs["Startup"]; |
83 | 83 | ||
84 | decodedSculptMapPath = start_config.GetString("DecodedSculptMapPath","j2kDecodeCache"); | 84 | decodedSculptMapPath = start_config.GetString("DecodedSculptMapPath","j2kDecodeCache"); |
85 | cacheSculptMaps = start_config.GetBoolean("CacheSculptMaps", cacheSculptMaps); | ||
85 | 86 | ||
86 | try | 87 | try |
87 | { | 88 | { |