aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorVegaslon2014-06-20 09:34:07 -0400
committerJustin Clark-Casey2014-08-02 00:49:50 +0100
commited6aabb19727225d0699f7a623cc88efe1614f99 (patch)
tree64ac223d855df446173675d2ccd9edc077704bfc /bin
parentadd LSL constants PRIM_SPECULAR and PRIM_NORMAL (diff)
downloadopensim-SC_OLD-ed6aabb19727225d0699f7a623cc88efe1614f99.zip
opensim-SC_OLD-ed6aabb19727225d0699f7a623cc88efe1614f99.tar.gz
opensim-SC_OLD-ed6aabb19727225d0699f7a623cc88efe1614f99.tar.bz2
opensim-SC_OLD-ed6aabb19727225d0699f7a623cc88efe1614f99.tar.xz
Bulletsim: Create AvatarTerminalVelocity to BulletSim like what ODE and SL has. Before this falling from really high caused the avatar to fall faster then the veiwer can handle and cause camera issues.
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSimDefaults.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 2ee052b..180d1f3 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -1038,6 +1038,11 @@
1038 AvatarHeightMidFudge = 0 ; Adjustment at mid point of avatar height range 1038 AvatarHeightMidFudge = 0 ; Adjustment at mid point of avatar height range
1039 AvatarHeightHighFudge = 0 ; Adjustment at high end of height range 1039 AvatarHeightHighFudge = 0 ; Adjustment at high end of height range
1040 1040
1041 ; Terminal velocity of a falling avatar
1042 ; This is the same http://en.wikipedia.org/wiki/Terminal_velocity#Examples
1043 ; negative for a downward speed.
1044 AvatarTerminalVelocity = -54
1045
1041 ; Default linkset implmentation 1046 ; Default linkset implmentation
1042 ; 'Constraint' uses physics constraints to hold linkset together. 'Compound' 1047 ; 'Constraint' uses physics constraints to hold linkset together. 'Compound'
1043 ; builds a compound shape from the children shapes to create a single physical 1048 ; builds a compound shape from the children shapes to create a single physical