diff options
author | Teravus Ovares | 2007-11-12 16:22:23 +0000 |
---|---|---|
committer | Teravus Ovares | 2007-11-12 16:22:23 +0000 |
commit | 9b6e747d789bfc1ba0a193f7b5f8a02f19bf6654 (patch) | |
tree | 0ae34d9fbd4b464ab6a45e8cadef81c6f82ab606 /OpenSim/Region/Application | |
parent | set svn:eol-style, reset default config (diff) | |
download | opensim-SC_OLD-9b6e747d789bfc1ba0a193f7b5f8a02f19bf6654.zip opensim-SC_OLD-9b6e747d789bfc1ba0a193f7b5f8a02f19bf6654.tar.gz opensim-SC_OLD-9b6e747d789bfc1ba0a193f7b5f8a02f19bf6654.tar.bz2 opensim-SC_OLD-9b6e747d789bfc1ba0a193f7b5f8a02f19bf6654.tar.xz |
* Sets ZeroMesher as default. (If you want to cut and hollow, you'll need to uncomment the Meshmerizer in OpenSim.ini)
* Fixes a geometry issue in ODE when using ZeroMesher
Diffstat (limited to 'OpenSim/Region/Application')
-rw-r--r-- | OpenSim/Region/Application/OpenSimMain.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs index e3c326b..7efe408 100644 --- a/OpenSim/Region/Application/OpenSimMain.cs +++ b/OpenSim/Region/Application/OpenSimMain.cs | |||
@@ -213,7 +213,7 @@ namespace OpenSim | |||
213 | { | 213 | { |
214 | m_sandbox = !startupConfig.GetBoolean("gridmode", false); | 214 | m_sandbox = !startupConfig.GetBoolean("gridmode", false); |
215 | m_physicsEngine = startupConfig.GetString("physics", "basicphysics"); | 215 | m_physicsEngine = startupConfig.GetString("physics", "basicphysics"); |
216 | m_meshEngineName = startupConfig.GetString("meshing", "Meshmerizer"); | 216 | m_meshEngineName = startupConfig.GetString("meshing", "ZeroMesher"); |
217 | m_verbose = startupConfig.GetBoolean("verbose", true); | 217 | m_verbose = startupConfig.GetBoolean("verbose", true); |
218 | m_physicalPrim = startupConfig.GetBoolean("physical_prim", true); | 218 | m_physicalPrim = startupConfig.GetBoolean("physical_prim", true); |
219 | m_permissions = startupConfig.GetBoolean("serverside_object_permissions", false); | 219 | m_permissions = startupConfig.GetBoolean("serverside_object_permissions", false); |