* 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.
This commit is contained in:
Teravus Ovares
2008-05-15 06:35:01 +00:00
parent bc177b1c37
commit 173d13b0a4
4 changed files with 183 additions and 61 deletions

View File

@@ -780,7 +780,7 @@ namespace OpenSim.Region.Physics.OdePlugin
}
if (flying)
{
vec.Z += (9.8f*m_mass);
vec.Z += ((-1 * _parent_scene.gravityz)*m_mass);
}