PRIM SCULPT TYPE MASK

From Second Life Wiki
Revision as of 16:52, 21 August 2008 by Strife Onizuka (talk | contribs) (New page: <onlyinclude>{{#if: }}</onlyinclude>{{#if: }}{{LSL Constant |name=PRIM_SCULPT_TYPE_MASK |type=integer |value=7 |desc=PRIM_SCULPT_TYPE_MASK can be used when parsing the output of [[llGetP...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

Constant: integer PRIM_SCULPT_TYPE_MASK = 7;

The integer constant PRIM_SCULPT_TYPE_MASK has the value 7

PRIM_SCULPT_TYPE_MASK can be used when parsing the output of llGetPrimitiveParams when dealing with sculpted prims (PRIM_TYPE_SCULPT) to separate the sculpted type from the flags (PRIM_SCULPT_FLAG_INVERT and PRIM_SCULPT_FLAG_MIRROR) that can modify it.
Sculpted Prims: FAQ

Related Articles

Deep Notes

History

Search JIRA for related Issues

Signature

integer PRIM_SCULPT_TYPE_MASK = 7;