diff options
author | Robert Adams | 2012-11-20 11:33:42 -0800 |
---|---|---|
committer | Robert Adams | 2012-11-21 16:43:06 -0800 |
commit | 8dd5813889b17cc213d20491b41dbf8142b3ccb9 (patch) | |
tree | 7377d9f15e5afa6205df23711219ae2c15b25e20 /OpenSim/Region/Physics/BulletSPlugin/BulletSimAPI.cs | |
parent | BulletSim: uplevel FixedShapeKey out of ShapeData structure (since it is gett... (diff) | |
download | opensim-SC_OLD-8dd5813889b17cc213d20491b41dbf8142b3ccb9.zip opensim-SC_OLD-8dd5813889b17cc213d20491b41dbf8142b3ccb9.tar.gz opensim-SC_OLD-8dd5813889b17cc213d20491b41dbf8142b3ccb9.tar.bz2 opensim-SC_OLD-8dd5813889b17cc213d20491b41dbf8142b3ccb9.tar.xz |
BulletSim: rename SHAPE_AVATAR to SHAPE_CAPSULE with the eye to eventually having mesh avatars.
Diffstat (limited to 'OpenSim/Region/Physics/BulletSPlugin/BulletSimAPI.cs')
-rw-r--r-- | OpenSim/Region/Physics/BulletSPlugin/BulletSimAPI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BulletSimAPI.cs b/OpenSim/Region/Physics/BulletSPlugin/BulletSimAPI.cs index 75e7f99..407d6d7 100644 --- a/OpenSim/Region/Physics/BulletSPlugin/BulletSimAPI.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BulletSimAPI.cs | |||
@@ -181,7 +181,7 @@ public struct ConvexHull | |||
181 | public enum PhysicsShapeType | 181 | public enum PhysicsShapeType |
182 | { | 182 | { |
183 | SHAPE_UNKNOWN = 0, | 183 | SHAPE_UNKNOWN = 0, |
184 | SHAPE_AVATAR = 1, | 184 | SHAPE_CAPSULE = 1, |
185 | SHAPE_BOX = 2, | 185 | SHAPE_BOX = 2, |
186 | SHAPE_CONE = 3, | 186 | SHAPE_CONE = 3, |
187 | SHAPE_CYLINDER = 4, | 187 | SHAPE_CYLINDER = 4, |