PRIM HOLE CIRCLE: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 4: | Line 4: | ||
|value=16 | |value=16 | ||
|hvalue=0x10 | |hvalue=0x10 | ||
|desc= | |desc=Used with certain PRIM_TYPE_* flags to make a circular hole, via the hole_shape parameter. | ||
|examples= | |examples= | ||
|constants= | |constants= | ||
| Line 17: | Line 17: | ||
{{LSL ConstRow|PRIM TYPE TUBE}} | {{LSL ConstRow|PRIM TYPE TUBE}} | ||
{{LSL ConstRow|PRIM TYPE RING}} | {{LSL ConstRow|PRIM TYPE RING}} | ||
|functions= | |functions= | ||
{{LSL DefineRow||[[llSetPrimitiveParams]]|}} | {{LSL DefineRow||[[llSetPrimitiveParams]]|}} | ||
Revision as of 09:11, 28 May 2012
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer PRIM_HOLE_CIRCLE = 0x10;The integer constant PRIM_HOLE_CIRCLE has the value 0x10
Used with certain PRIM_TYPE_* flags to make a circular hole, via the hole_shape parameter.
Caveats
Related Articles
Constants
| ||||||||||||||||||||||
| • | PRIM_TYPE | |||||||||||||||||||||
| • | PRIM TYPE BOX | |||||||||||||||||||||
| • | PRIM TYPE CYLINDER | |||||||||||||||||||||
| • | PRIM TYPE PRISM | |||||||||||||||||||||
| • | PRIM TYPE SPHERE | |||||||||||||||||||||
| • | PRIM TYPE TORUS | |||||||||||||||||||||
| • | PRIM TYPE TUBE | |||||||||||||||||||||
| • | PRIM TYPE RING | |||||||||||||||||||||
Functions
| • | llSetPrimitiveParams | |||
| • | llSetLinkPrimitiveParams | |||
| • | llGetPrimitiveParams |
Events
| • | changed |