diff options
author | Jacek Antonelli | 2008-08-15 23:44:57 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:57 -0500 |
commit | da68d3a57ecb27eba5d7efb8ff77d9640c0be65e (patch) | |
tree | f2fa2b9ed6e8cf49c8a3cb2a1893c4e5c61916a1 /linden/indra/llcommon/lllslconstants.h | |
parent | Second Life viewer sources 1.15.1.3 (diff) | |
download | meta-impy-da68d3a57ecb27eba5d7efb8ff77d9640c0be65e.zip meta-impy-da68d3a57ecb27eba5d7efb8ff77d9640c0be65e.tar.gz meta-impy-da68d3a57ecb27eba5d7efb8ff77d9640c0be65e.tar.bz2 meta-impy-da68d3a57ecb27eba5d7efb8ff77d9640c0be65e.tar.xz |
Second Life viewer sources 1.16.0.5
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llcommon/lllslconstants.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linden/indra/llcommon/lllslconstants.h b/linden/indra/llcommon/lllslconstants.h index 59d1cc8..afe4a9e 100644 --- a/linden/indra/llcommon/lllslconstants.h +++ b/linden/indra/llcommon/lllslconstants.h | |||
@@ -75,6 +75,7 @@ const S32 LSL_PRIM_TYPE_SPHERE = 3; | |||
75 | const S32 LSL_PRIM_TYPE_TORUS = 4; | 75 | const S32 LSL_PRIM_TYPE_TORUS = 4; |
76 | const S32 LSL_PRIM_TYPE_TUBE = 5; | 76 | const S32 LSL_PRIM_TYPE_TUBE = 5; |
77 | const S32 LSL_PRIM_TYPE_RING = 6; | 77 | const S32 LSL_PRIM_TYPE_RING = 6; |
78 | const S32 LSL_PRIM_TYPE_SCULPT = 7; | ||
78 | 79 | ||
79 | const S32 LSL_PRIM_HOLE_DEFAULT = 0x00; | 80 | const S32 LSL_PRIM_HOLE_DEFAULT = 0x00; |
80 | const S32 LSL_PRIM_HOLE_CIRCLE = 0x10; | 81 | const S32 LSL_PRIM_HOLE_CIRCLE = 0x10; |
@@ -117,6 +118,11 @@ const S32 LSL_PRIM_BUMP_STUCCO = 15; | |||
117 | const S32 LSL_PRIM_BUMP_SUCTION = 16; | 118 | const S32 LSL_PRIM_BUMP_SUCTION = 16; |
118 | const S32 LSL_PRIM_BUMP_WEAVE = 17; | 119 | const S32 LSL_PRIM_BUMP_WEAVE = 17; |
119 | 120 | ||
121 | const S32 LSL_PRIM_SCULPT_TYPE_SPHERE = 1; | ||
122 | const S32 LSL_PRIM_SCULPT_TYPE_TORUS = 2; | ||
123 | const S32 LSL_PRIM_SCULPT_TYPE_PLANE = 3; | ||
124 | const S32 LSL_PRIM_SCULPT_TYPE_CYLINDER = 4; | ||
125 | |||
120 | const S32 LSL_ALL_SIDES = -1; | 126 | const S32 LSL_ALL_SIDES = -1; |
121 | const S32 LSL_LINK_ROOT = 1; | 127 | const S32 LSL_LINK_ROOT = 1; |
122 | const S32 LSL_LINK_FIRST_CHILD = 2; | 128 | const S32 LSL_LINK_FIRST_CHILD = 2; |