diff options
author | Teravus Ovares | 2008-05-15 06:35:01 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-05-15 06:35:01 +0000 |
commit | 173d13b0a4e68e682fd5e585290a48f82ec9a475 (patch) | |
tree | a5bffacc2f1c60a26e6a5528603954cce11b6787 /OpenSim/Region/Physics/OdePlugin/ODECharacter.cs | |
parent | * Committing Patch mantis 0001275: [PATCH] Add more perms-fu. From Melanie. ... (diff) | |
download | opensim-SC_OLD-173d13b0a4e68e682fd5e585290a48f82ec9a475.zip opensim-SC_OLD-173d13b0a4e68e682fd5e585290a48f82ec9a475.tar.gz opensim-SC_OLD-173d13b0a4e68e682fd5e585290a48f82ec9a475.tar.bz2 opensim-SC_OLD-173d13b0a4e68e682fd5e585290a48f82ec9a475.tar.xz |
* Added about half of the planned ODE physics options to OpenSim.ini.example.
* Some will do cool things, some will make your scene explode dramatically if you're not careful.
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin/ODECharacter.cs')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/ODECharacter.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs b/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs index 17e041d..606b13e 100644 --- a/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs +++ b/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs | |||
@@ -780,7 +780,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
780 | } | 780 | } |
781 | if (flying) | 781 | if (flying) |
782 | { | 782 | { |
783 | vec.Z += (9.8f*m_mass); | 783 | vec.Z += ((-1 * _parent_scene.gravityz)*m_mass); |
784 | } | 784 | } |
785 | 785 | ||
786 | 786 | ||