PRIM SCULPT TYPE TORUS
From Second Life Wiki
| Languages: |
English |
| LSL Portal | | | Functions | | | Events | | | Types | | | Operators | | | Constants | | | Flow Control | | | Script Library | | | Tutorials |
integer PRIM_SCULPT_TYPE_TORUS = 2;
The integer constant PRIM_SCULPT_TYPE_TORUS has the value 2
When used in conjunction with PRIM_TYPE_SCULPT a torus type sculpty is produced. It does this by stitching the top to bottom and the left side to right.
| type Flags | Style | Description | |||
|---|---|---|---|---|---|
| PRIM_SCULPT_TYPE_SPHERE | 1 | Sphere | Converge top & bottom, stitch left side to right | ||
| PRIM_SCULPT_TYPE_TORUS | 2 | Torus | Stitch top to bottom, stitch left side to right | ||
| PRIM_SCULPT_TYPE_PLANE | 3 | Plane | No stitching or converging | ||
| PRIM_SCULPT_TYPE_CYLINDER | 4 | Cylinder | Stitch left side to right. | ||
Related Functions, Events & Constants
Constants
| • | PRIM_TYPE | |||
| • | PRIM_TYPE_SCULPT |
Functions
| • | llSetPrimitiveParams | |||
| • | llSetLinkPrimitiveParams | |||
| • | llGetPrimitiveParams |
Events
| • | changed |

