Difference between revisions of "PRIM HOLE TRIANGLE"

From Second Life Wiki
Jump to navigation Jump to search
(New page: {{#if: {{LSL_Constants/PrimitiveParams}} }}{{LSL Constant |name=PRIM_HOLE_TRIANGLE |type=integer |value=0x30 |desc=Makes a triangular hole |examples= |constants= {{LSL ConstRow|PRIM_TYPE}...)
 
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#if:
{{LSL Constant
{{LSL_Constants/PrimitiveParams}}
}}{{LSL Constant
|name=PRIM_HOLE_TRIANGLE
|name=PRIM_HOLE_TRIANGLE
|type=integer
|type=integer
|value=0x30
|value=48
|desc=Makes a triangular hole  
|hvalue=0x30
|desc=Used with certain [[PRIM_TYPE|PRIM_TYPE_*]] flags to make a triangular hole, via the hole_shape parameter.
|examples=
|examples=
|constants=
|constants=
{{!}} colspan="5" {{!}}
{{LSL Constants/PrimitiveParams/hole shape|table=*|simple=*|sortable=*|style=margin-top:0; margin-right:0;}}
{{LSL ConstRow|PRIM_TYPE}}
{{LSL ConstRow|PRIM_TYPE}}
{{LSL ConstRow|PRIM TYPE BOX}}
{{LSL ConstRow|PRIM TYPE CYLINDER}}
{{LSL ConstRow|PRIM TYPE PRISM}}
{{LSL ConstRow|PRIM TYPE SPHERE}}
{{LSL ConstRow|PRIM TYPE TORUS}}
{{LSL ConstRow|PRIM TYPE TUBE}}
{{LSL ConstRow|PRIM TYPE RING}}
|functions=
|functions=
{{LSL DefineRow||[[llSetPrimitiveParams]]|}}
{{LSL DefineRow||[[llSetPrimitiveParams]]|}}

Latest revision as of 09:16, 28 May 2012

Description

Constant: integer PRIM_HOLE_TRIANGLE = 0x30;

The integer constant PRIM_HOLE_TRIANGLE has the value 0x30

Used with certain PRIM_TYPE_* flags to make a triangular hole, via the hole_shape parameter.

Related Articles

Constants

hole_shape Flags Shape hole_shape Flags Shape
PRIM_HOLE_DEFAULT 0x00 Default PRIM_HOLE_SQUARE 0x20 Square
PRIM_HOLE_CIRCLE 0x10 Circle PRIM_HOLE_TRIANGLE 0x30 Triangle
•  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

Deep Notes

Search JIRA for related Issues

Signature

integer PRIM_HOLE_TRIANGLE = 0x30;