mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
switch default physics engine to ODE and default meshmerizer to Meshmerizer in code and in OpenSim.ini.example
This commit is contained in:
@@ -305,8 +305,8 @@ namespace OpenSim
|
||||
config.Set("region_info_source", "filesystem");
|
||||
|
||||
config.Set("gridmode", false);
|
||||
config.Set("physics", "basicphysics");
|
||||
config.Set("meshing", "ZeroMesher");
|
||||
config.Set("physics", "OpenDynamicsEngine");
|
||||
config.Set("meshing", "Meshmerizer");
|
||||
config.Set("physical_prim", true);
|
||||
config.Set("see_into_this_sim_from_neighbor", true);
|
||||
config.Set("serverside_object_permissions", false);
|
||||
|
||||
Reference in New Issue
Block a user