Difference between revisions of "Template:LSL Constants/PrimitiveParams/hole shape"

From Second Life Wiki
Jump to navigation Jump to search
m
m
 
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
! Shape
! Shape
{{!}}-
{{!}}-
{{!}}{{LSL_Const|PRIM_HOLE_DEFAULT|integer|hex=0x00}}
{{LSL ConstTB|PRIM_HOLE_DEFAULT|integer|hex=0x00|ihex=0|c=Default|m=3}}
{{!}}{{LSL Hex|0x00}}
{{LSL ConstTB|PRIM_HOLE_SQUARE|integer|hex=0x20|ihex=32|c=Square|m=3}}
{{!}}Default
{{!}}{{LSL_Const|PRIM_HOLE_SQUARE|integer|hex=0x20}}
{{!}}{{LSL Hex|0x20}}
{{!}}Square
{{!}}-
{{!}}-
{{!}}{{LSL_Const|PRIM_HOLE_CIRCLE|integer|hex=0x10}}
{{LSL ConstTB|PRIM_HOLE_CIRCLE|integer|hex=0x10|ihex=16|c=Circle|m=3}}
{{!}}{{LSL Hex|0x10}}
{{LSL ConstTB|PRIM_HOLE_TRIANGLE|integer|hex=0x30|ihex=48|c=Triangle|m=3}}
{{!}}Circle
{{!}}{{LSL_Const|PRIM_HOLE_TRIANGLE|integer|hex=0x30}}
{{!}}{{LSL Hex|0x30}}
{{!}}Triangle
{{!}}}
{{!}}}

Latest revision as of 07:29, 29 May 2012

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