Difference between revisions of "Template:LSL Constants/PrimitiveParams/hole shape"
Jump to navigation
Jump to search
m |
|||
Line 6: | Line 6: | ||
! Shape | ! Shape | ||
{{!}}- | {{!}}- | ||
{{!}} | {{!}}{{LSL_Const|PRIM_HOLE_DEFAULT|integer|;|hex=0x00}} | ||
{{!}}{{LSL Hex|0x00}} | {{!}}{{LSL Hex|0x00}} | ||
{{!}}Default | {{!}}Default | ||
{{!}} | {{!}}{{LSL_Const|PRIM_HOLE_CIRCLE|integer|;|hex=0x10}} | ||
{{!}}{{LSL Hex|0x10}} | {{!}}{{LSL Hex|0x10}} | ||
{{!}}Circle | {{!}}Circle | ||
{{!}}- | {{!}}- | ||
{{!}} | {{!}}{{LSL_Const|PRIM_HOLE_SQUARE|integer|;|hex=0x20}} | ||
{{!}}{{LSL Hex|0x20}} | {{!}}{{LSL Hex|0x20}} | ||
{{!}}Square | {{!}}Square | ||
{{!}} | {{!}}{{LSL_Const|PRIM_HOLE_TRIANGLE|integer|;|hex=0x30}} | ||
{{!}}{{LSL Hex|0x30}} | {{!}}{{LSL Hex|0x30}} | ||
{{!}}Triangle | {{!}}Triangle | ||
{{!}}} | {{!}}} |
Revision as of 17:52, 17 May 2007
hole_shape Flags | Shape | hole_shape Flags | Shape | ||
---|---|---|---|---|---|
PRIM_HOLE_DEFAULT | 0x00 | Default | PRIM_HOLE_CIRCLE | 0x10 | Circle |
PRIM_HOLE_SQUARE | 0x20 | Square | PRIM_HOLE_TRIANGLE | 0x30 | Triangle |