diff options
author | Robert Adams | 2012-03-18 11:53:53 -0700 |
---|---|---|
committer | Robert Adams | 2012-03-21 16:16:46 -0700 |
commit | cb2727cf6e7b40473d10cfbea61155f5bcf6646f (patch) | |
tree | 9c20c005b43923ba130635a563d34bb4d51def1d /bin | |
parent | BulletSim: set buoyancy in only one place (diff) | |
download | opensim-SC_OLD-cb2727cf6e7b40473d10cfbea61155f5bcf6646f.zip opensim-SC_OLD-cb2727cf6e7b40473d10cfbea61155f5bcf6646f.tar.gz opensim-SC_OLD-cb2727cf6e7b40473d10cfbea61155f5bcf6646f.tar.bz2 opensim-SC_OLD-cb2727cf6e7b40473d10cfbea61155f5bcf6646f.tar.xz |
BulletSim: Add AvatarRestitution parameter. Centralize computation of buoyancy for flying. Tweek avatar default friction and resititution
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSimDefaults.ini | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index d291cfb..2f4a549 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -833,7 +833,8 @@ | |||
833 | TerrainFriction = 0.50 | 833 | TerrainFriction = 0.50 |
834 | TerrainHitFriction = 0.8 | 834 | TerrainHitFriction = 0.8 |
835 | TerrainRestitution = 0 | 835 | TerrainRestitution = 0 |
836 | AvatarFriction = 0.5 | 836 | AvatarFriction = 0.2 |
837 | AvatarRestitution = 0.0 | ||
837 | AvatarDensity = 60.0 | 838 | AvatarDensity = 60.0 |
838 | AvatarCapsuleRadius = 0.37 | 839 | AvatarCapsuleRadius = 0.37 |
839 | AvatarCapsuleHeight = 1.5 | 840 | AvatarCapsuleHeight = 1.5 |