diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 2d03731..b311064 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -473,6 +473,10 @@ | |||
473 | av_capsule_standup_tensor_win = 550000 | 473 | av_capsule_standup_tensor_win = 550000 |
474 | av_capsule_standup_tensor_linux = 550000 | 474 | av_capsule_standup_tensor_linux = 550000 |
475 | 475 | ||
476 | ; specifies if the capsule should be tilted (=true; old compatibility mode) | ||
477 | ; or straight up-and-down (=false; better and more consistent physics behavior) | ||
478 | av_capsule_tilted = true | ||
479 | |||
476 | ; used to calculate mass of avatar. | 480 | ; used to calculate mass of avatar. |
477 | ; float AVvolume = (float) (Math.PI*Math.Pow(CAPSULE_RADIUS, 2)*CAPSULE_LENGTH); | 481 | ; float AVvolume = (float) (Math.PI*Math.Pow(CAPSULE_RADIUS, 2)*CAPSULE_LENGTH); |
478 | ; av_density * AVvolume; | 482 | ; av_density * AVvolume; |