aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2009-11-09 19:26:42 +0000
committerJustin Clark-Casey (justincc)2009-11-09 19:26:42 +0000
commita88a463b5021ff6d40a37298f39e58e93dec6cfa (patch)
tree87d99409c2d12c344b76b5e4012cd5713596d333 /bin
parentminor: remove some mono compiler warnings (diff)
downloadopensim-SC_OLD-a88a463b5021ff6d40a37298f39e58e93dec6cfa.zip
opensim-SC_OLD-a88a463b5021ff6d40a37298f39e58e93dec6cfa.tar.gz
opensim-SC_OLD-a88a463b5021ff6d40a37298f39e58e93dec6cfa.tar.bz2
opensim-SC_OLD-a88a463b5021ff6d40a37298f39e58e93dec6cfa.tar.xz
Following various discussions on irc and in the OpenSim dev OSGrid meeting last week, change av_capsule_tilted to false by default
This appears to now give better ODE physics response (less sinking into the ground, etc.) Please change it back if this is actually a bad idea for some reason
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 6606270..116a8fd 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -543,7 +543,7 @@
543 543
544 ; specifies if the capsule should be tilted (=true; old compatibility mode) 544 ; specifies if the capsule should be tilted (=true; old compatibility mode)
545 ; or straight up-and-down (=false; better and more consistent physics behavior) 545 ; or straight up-and-down (=false; better and more consistent physics behavior)
546 av_capsule_tilted = true 546 av_capsule_tilted = false
547 547
548 ; used to calculate mass of avatar. 548 ; used to calculate mass of avatar.
549 ; float AVvolume = (float) (Math.PI*Math.Pow(CAPSULE_RADIUS, 2)*CAPSULE_LENGTH); 549 ; float AVvolume = (float) (Math.PI*Math.Pow(CAPSULE_RADIUS, 2)*CAPSULE_LENGTH);