diff options
author | Teravus Ovares | 2009-04-05 08:43:29 +0000 |
---|---|---|
committer | Teravus Ovares | 2009-04-05 08:43:29 +0000 |
commit | cf1e8b17237a7e4e5367e7bde887f97eba2547d8 (patch) | |
tree | 0c0fcd4b5473fdc5fedbd1c756dddc509d3e416f /OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETPluginStructs.cs | |
parent | * Committing what I have on the BulletDotNETPlugin that I have so far. (diff) | |
download | opensim-SC_OLD-cf1e8b17237a7e4e5367e7bde887f97eba2547d8.zip opensim-SC_OLD-cf1e8b17237a7e4e5367e7bde887f97eba2547d8.tar.gz opensim-SC_OLD-cf1e8b17237a7e4e5367e7bde887f97eba2547d8.tar.bz2 opensim-SC_OLD-cf1e8b17237a7e4e5367e7bde887f97eba2547d8.tar.xz |
* Fixing SVN properties
Diffstat (limited to 'OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETPluginStructs.cs')
-rw-r--r-- | OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETPluginStructs.cs | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETPluginStructs.cs b/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETPluginStructs.cs index 382f445..26517dc 100644 --- a/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETPluginStructs.cs +++ b/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETPluginStructs.cs | |||
@@ -1,33 +1,33 @@ | |||
1 | using System; | 1 | using System; |
2 | 2 | ||
3 | public enum StatusIndicators : int | 3 | public enum StatusIndicators : int |
4 | { | 4 | { |
5 | Generic = 0, | 5 | Generic = 0, |
6 | Start = 1, | 6 | Start = 1, |
7 | End = 2 | 7 | End = 2 |
8 | } | 8 | } |
9 | 9 | ||
10 | public struct sCollisionData | 10 | public struct sCollisionData |
11 | { | 11 | { |
12 | public uint ColliderLocalId; | 12 | public uint ColliderLocalId; |
13 | public uint CollidedWithLocalId; | 13 | public uint CollidedWithLocalId; |
14 | public int NumberOfCollisions; | 14 | public int NumberOfCollisions; |
15 | public int CollisionType; | 15 | public int CollisionType; |
16 | public int StatusIndicator; | 16 | public int StatusIndicator; |
17 | public int lastframe; | 17 | public int lastframe; |
18 | } | 18 | } |
19 | 19 | ||
20 | [Flags] | 20 | [Flags] |
21 | public enum CollisionCategories : int | 21 | public enum CollisionCategories : int |
22 | { | 22 | { |
23 | Disabled = 0, | 23 | Disabled = 0, |
24 | Geom = 0x00000001, | 24 | Geom = 0x00000001, |
25 | Body = 0x00000002, | 25 | Body = 0x00000002, |
26 | Space = 0x00000004, | 26 | Space = 0x00000004, |
27 | Character = 0x00000008, | 27 | Character = 0x00000008, |
28 | Land = 0x00000010, | 28 | Land = 0x00000010, |
29 | Water = 0x00000020, | 29 | Water = 0x00000020, |
30 | Wind = 0x00000040, | 30 | Wind = 0x00000040, |
31 | Sensor = 0x00000080, | 31 | Sensor = 0x00000080, |
32 | Selected = 0x00000100 | 32 | Selected = 0x00000100 |
33 | } \ No newline at end of file | 33 | } \ No newline at end of file |