aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/lllslconstants.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:57 -0500
committerJacek Antonelli2008-08-15 23:44:57 -0500
commitda68d3a57ecb27eba5d7efb8ff77d9640c0be65e (patch)
treef2fa2b9ed6e8cf49c8a3cb2a1893c4e5c61916a1 /linden/indra/llcommon/lllslconstants.h
parentSecond Life viewer sources 1.15.1.3 (diff)
downloadmeta-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.h6
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;
75const S32 LSL_PRIM_TYPE_TORUS = 4; 75const S32 LSL_PRIM_TYPE_TORUS = 4;
76const S32 LSL_PRIM_TYPE_TUBE = 5; 76const S32 LSL_PRIM_TYPE_TUBE = 5;
77const S32 LSL_PRIM_TYPE_RING = 6; 77const S32 LSL_PRIM_TYPE_RING = 6;
78const S32 LSL_PRIM_TYPE_SCULPT = 7;
78 79
79const S32 LSL_PRIM_HOLE_DEFAULT = 0x00; 80const S32 LSL_PRIM_HOLE_DEFAULT = 0x00;
80const S32 LSL_PRIM_HOLE_CIRCLE = 0x10; 81const S32 LSL_PRIM_HOLE_CIRCLE = 0x10;
@@ -117,6 +118,11 @@ const S32 LSL_PRIM_BUMP_STUCCO = 15;
117const S32 LSL_PRIM_BUMP_SUCTION = 16; 118const S32 LSL_PRIM_BUMP_SUCTION = 16;
118const S32 LSL_PRIM_BUMP_WEAVE = 17; 119const S32 LSL_PRIM_BUMP_WEAVE = 17;
119 120
121const S32 LSL_PRIM_SCULPT_TYPE_SPHERE = 1;
122const S32 LSL_PRIM_SCULPT_TYPE_TORUS = 2;
123const S32 LSL_PRIM_SCULPT_TYPE_PLANE = 3;
124const S32 LSL_PRIM_SCULPT_TYPE_CYLINDER = 4;
125
120const S32 LSL_ALL_SIDES = -1; 126const S32 LSL_ALL_SIDES = -1;
121const S32 LSL_LINK_ROOT = 1; 127const S32 LSL_LINK_ROOT = 1;
122const S32 LSL_LINK_FIRST_CHILD = 2; 128const S32 LSL_LINK_FIRST_CHILD = 2;