diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 27aa5e0..8612875 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -569,6 +569,16 @@ | |||
569 | ; (see NINJA Physics documentation, http://opensimulator.org/wiki/NINJA_Physics) | 569 | ; (see NINJA Physics documentation, http://opensimulator.org/wiki/NINJA_Physics) |
570 | ; default is false | 570 | ; default is false |
571 | ;use_NINJA_physics_joints = true | 571 | ;use_NINJA_physics_joints = true |
572 | |||
573 | ; ## | ||
574 | ; ## additional meshing options | ||
575 | ; ## | ||
576 | |||
577 | ; physical collision mesh proxies are normally created for complex prim shapes, and collisions for simple boxes and | ||
578 | ; spheres are computed algorithmically. If you would rather have mesh proxies for simple prims, you can set this to | ||
579 | ; true. Note that this will increase memory usage and region startup time. Default is false. | ||
580 | ;force_simple_prim_meshing = true | ||
581 | |||
572 | 582 | ||
573 | 583 | ||
574 | [RemoteAdmin] | 584 | [RemoteAdmin] |