mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
add a flag in OpenSim.ini.example for enabling/disabling decoded sculpt map caching for meshing
This commit is contained in:
@@ -81,7 +81,8 @@ namespace OpenSim.Region.Physics.Meshing
|
||||
{
|
||||
IConfig start_config = config.Configs["Startup"];
|
||||
|
||||
decodedSculptMapPath = start_config.GetString("DecodedSculptMapPath","j2kDecodeCache");
|
||||
decodedSculptMapPath = start_config.GetString("DecodedSculptMapPath","j2kDecodeCache");
|
||||
cacheSculptMaps = start_config.GetBoolean("CacheSculptMaps", cacheSculptMaps);
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user