diff options
author | Robert Adams | 2011-08-30 13:49:50 -0700 |
---|---|---|
committer | Mic Bowman | 2011-08-30 13:49:50 -0700 |
commit | b705ad477e2d1baa683f24ba6ed6c0738cc7f39b (patch) | |
tree | 39f0d3530ab83d53209dc7549f8e9ebe8250f715 /bin/OpenSimDefaults.ini | |
parent | BulletSim: add .so for 64 bit Linux. Move .config file to where it will be read. (diff) | |
download | opensim-SC_OLD-b705ad477e2d1baa683f24ba6ed6c0738cc7f39b.zip opensim-SC_OLD-b705ad477e2d1baa683f24ba6ed6c0738cc7f39b.tar.gz opensim-SC_OLD-b705ad477e2d1baa683f24ba6ed6c0738cc7f39b.tar.bz2 opensim-SC_OLD-b705ad477e2d1baa683f24ba6ed6c0738cc7f39b.tar.xz |
BulletSim: update values in OpenSimDefaults.ini to the same as defaults in the source.
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r-- | bin/OpenSimDefaults.ini | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index f1c0aab..ca4fbfb 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -736,15 +736,15 @@ | |||
736 | 736 | ||
737 | [BulletSim] | 737 | [BulletSim] |
738 | ; World parameters | 738 | ; World parameters |
739 | DefaultFriction = 0.70 | 739 | DefaultFriction = 0.50 |
740 | DefaultDensity = 10.000006836 | 740 | DefaultDensity = 10.000006836 |
741 | DefaultRestitution = 0.0 | 741 | DefaultRestitution = 0.0 |
742 | Gravity = -9.80665 | 742 | Gravity = -9.80665 |
743 | 743 | ||
744 | TerrainFriction = 0.85 | 744 | TerrainFriction = 0.50 |
745 | TerrainHitFriction = 0.8 | 745 | TerrainHitFriction = 0.8 |
746 | TerrainRestitution = 0.2 | 746 | TerrainRestitution = 0 |
747 | AvatarFriction = 0.85 | 747 | AvatarFriction = 0 |
748 | AvatarDensity = 60.0 | 748 | AvatarDensity = 60.0 |
749 | AvatarCapsuleRadius = 0.37 | 749 | AvatarCapsuleRadius = 0.37 |
750 | AvatarCapsuleHeight = 1.5 | 750 | AvatarCapsuleHeight = 1.5 |