diff options
author | UbitUmarov | 2012-07-12 20:05:00 +0100 |
---|---|---|
committer | UbitUmarov | 2012-07-12 20:05:00 +0100 |
commit | 4c2523b1c2dd518cc21baf7674775fa2e11e1ca9 (patch) | |
tree | 48f58979253066b6a4f201afc7775283d871f1e3 /OpenSim/Region/Physics/UbitOdePlugin/OdeApi.cs | |
parent | Revert "Add instrumentation to log finalizer being called. Suppressed for bac... (diff) | |
download | opensim-SC-4c2523b1c2dd518cc21baf7674775fa2e11e1ca9.zip opensim-SC-4c2523b1c2dd518cc21baf7674775fa2e11e1ca9.tar.gz opensim-SC-4c2523b1c2dd518cc21baf7674775fa2e11e1ca9.tar.bz2 opensim-SC-4c2523b1c2dd518cc21baf7674775fa2e11e1ca9.tar.xz |
Use faster any contact point collision detection for Volumedetect, plus
some clean up
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Physics/UbitOdePlugin/OdeApi.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/UbitOdePlugin/OdeApi.cs b/OpenSim/Region/Physics/UbitOdePlugin/OdeApi.cs index 2341186..ee48db5 100644 --- a/OpenSim/Region/Physics/UbitOdePlugin/OdeApi.cs +++ b/OpenSim/Region/Physics/UbitOdePlugin/OdeApi.cs | |||
@@ -61,6 +61,8 @@ namespace OdeAPI | |||
61 | public static int NTotalBodies = 0; | 61 | public static int NTotalBodies = 0; |
62 | public static int NTotalGeoms = 0; | 62 | public static int NTotalGeoms = 0; |
63 | 63 | ||
64 | public const uint CONTACTS_UNIMPORTANT = 0x80000000; | ||
65 | |||
64 | #region Flags and Enumerations | 66 | #region Flags and Enumerations |
65 | 67 | ||
66 | [Flags] | 68 | [Flags] |