diff options
author | Dave Parks <davep@lindenlab.com> | 2010-08-26 17:06:59 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2010-08-26 17:06:59 -0500 |
commit | 8a67b31d6a775ef87d29e2c3e22e30368adf59b0 (patch) | |
tree | 2312590b96fd8a58cb677157957e8450eded4edb /indra/newview/llviewerobject.h | |
parent | e41525cac444ecacb96f18178de21b844c4fbe45 (diff) |
Fix for various physics shape rendering glitches.
Diffstat (limited to 'indra/newview/llviewerobject.h')
-rw-r--r-- | indra/newview/llviewerobject.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/llviewerobject.h b/indra/newview/llviewerobject.h index 649b849644..aec920b631 100644 --- a/indra/newview/llviewerobject.h +++ b/indra/newview/llviewerobject.h @@ -554,6 +554,13 @@ public: LL_VO_HUD_PART_GROUP = LL_PCODE_APP | 0xc0, } EVOType; + typedef enum e_physics_shape_types + { + PHYSICS_SHAPE_PRIM = 0, + PHYSICS_SHAPE_NONE, + PHYSICS_SHAPE_CONVEX_HULL, + } EPhysicsShapeType; + LLUUID mID; // unique within region, not unique across regions |