mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
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
This commit is contained in:
@@ -439,7 +439,7 @@ namespace OpenSim.Region.Physics.OdePlugin
|
||||
avMovementDivisorWalk = physicsconfig.GetFloat("av_movement_divisor_walk", 1.3f);
|
||||
avMovementDivisorRun = physicsconfig.GetFloat("av_movement_divisor_run", 0.8f);
|
||||
avCapRadius = physicsconfig.GetFloat("av_capsule_radius", 0.37f);
|
||||
avCapsuleTilted = physicsconfig.GetBoolean("av_capsule_tilted", true);
|
||||
avCapsuleTilted = physicsconfig.GetBoolean("av_capsule_tilted", false);
|
||||
|
||||
contactsPerCollision = physicsconfig.GetInt("contacts_per_collision", 80);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user