diff options
author | Teravus Ovares | 2008-12-26 12:58:02 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-12-26 12:58:02 +0000 |
commit | ec2dc354b485491d7879686b4a78027971e3ed92 (patch) | |
tree | 3ea0771a55524ce1b9dec3c3c66f0dac24a006ef /bin | |
parent | Prevent exception in terrain module if just the word terrain is entered at th... (diff) | |
download | opensim-SC_OLD-ec2dc354b485491d7879686b4a78027971e3ed92.zip opensim-SC_OLD-ec2dc354b485491d7879686b4a78027971e3ed92.tar.gz opensim-SC_OLD-ec2dc354b485491d7879686b4a78027971e3ed92.tar.bz2 opensim-SC_OLD-ec2dc354b485491d7879686b4a78027971e3ed92.tar.xz |
* Applying Nlin's NINJA Joint patch. v2. Mantis# 2874
* Thanks nlin!
* To try it out, set ninja joints active in the ODEPhysicsSettings
and use the example at:
* http://forge.opensimulator.org/gf/download/frsrelease/142/304/demo-playground.tgz.
* Don't forget to change the .tgz to .oar and load it with load-oar.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 0f48fb9..bd48f8c 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -434,6 +434,13 @@ | |||
434 | ;; append to existing physics logfile, or overwrite existing logfiles? | 434 | ;; append to existing physics logfile, or overwrite existing logfiles? |
435 | ;physics_logging_append_existing_logfile = true | 435 | ;physics_logging_append_existing_logfile = true |
436 | 436 | ||
437 | ; ## | ||
438 | ; ## Joint support | ||
439 | ; ## | ||
440 | |||
441 | ; if you would like physics joints to be enabled through a special naming convention in the client, set this to true. (see NINJA Physics documentation, http://opensimulator.org/wiki/NINJA_Physics) | ||
442 | ;use_NINJA_physics_joints = true | ||
443 | |||
437 | 444 | ||
438 | [RemoteAdmin] | 445 | [RemoteAdmin] |
439 | enabled = false | 446 | enabled = false |