diff options
author | Teravus Ovares | 2008-03-14 05:22:52 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-03-14 05:22:52 +0000 |
commit | abacfba287efe89ead9bff529d62f65a253eceb8 (patch) | |
tree | a6562417f9bdfa499bfae9f50caffbf11e713ea4 /OpenSim/Region/Physics/OdePlugin/ODECharacter.cs | |
parent | Update svn properties. (diff) | |
download | opensim-SC_OLD-abacfba287efe89ead9bff529d62f65a253eceb8.zip opensim-SC_OLD-abacfba287efe89ead9bff529d62f65a253eceb8.tar.gz opensim-SC_OLD-abacfba287efe89ead9bff529d62f65a253eceb8.tar.bz2 opensim-SC_OLD-abacfba287efe89ead9bff529d62f65a253eceb8.tar.xz |
* Preliminary work with the ODEPlugin to collect collision data.
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin/ODECharacter.cs')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/ODECharacter.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs b/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs index 9bbbb22..dc12a9a 100644 --- a/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs +++ b/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs | |||
@@ -86,6 +86,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
86 | private bool m_hackSentFall = false; | 86 | private bool m_hackSentFall = false; |
87 | private bool m_hackSentFly = false; | 87 | private bool m_hackSentFly = false; |
88 | public uint m_localID = 0; | 88 | public uint m_localID = 0; |
89 | public bool m_returnCollisions = false; | ||
89 | 90 | ||
90 | private float m_buoyancy = 0f; | 91 | private float m_buoyancy = 0f; |
91 | 92 | ||