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

From Second Life Wiki
Jump to navigation Jump to search
 
m
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{{!}} {{Prettytable}}
{{{!}} {{Prettytable}}
{{!}}-{{Hl2}}
{{!}}-{{Hl2}}
! colspan="2" {{!}} {{LSL Param|hole_shape}}
! colspan="2" {{!}} {{LSL Param|hole_shape}} Flags
! Shape
! Shape
! colspan="2" {{!}} {{LSL Param|hole_shape}}
! colspan="2" {{!}} {{LSL Param|hole_shape}} Flags
! Shape
! Shape
{{!}}-
{{!}}-
{{!}}[[PRIM_HOLE_DEFAULT]]
{{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
{{!}}[[PRIM_HOLE_CIRCLE]]
{{!}}{{LSL Hex|0x10}}
{{!}}Circle
{{!}}-
{{!}}-
{{!}}[[PRIM_HOLE_SQUARE]]
{{LSL ConstTB|PRIM_HOLE_CIRCLE|integer|hex=0x10|ihex=16|c=Circle|m=3}}
{{!}}{{LSL Hex|0x20}}
{{LSL ConstTB|PRIM_HOLE_TRIANGLE|integer|hex=0x30|ihex=48|c=Triangle|m=3}}
{{!}}Square
{{!}}[[PRIM_HOLE_TRIANGLE]]
{{!}}{{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