PRIM OMEGA
Revision as of 01:56, 22 June 2011 by Cerise Sorbet (talk | contribs)
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer PRIM_OMEGA = TBD;The integer constant PRIM_OMEGA has the value TBD
Used to make the object spin at the specified axis and rate, or retrieve spin settings.
llSetPrimitiveParams
[ PRIM_OMEGA, vector axis, float spinrate, float gain ]• vector | axis | |||
• float | spinrate | |||
• float | gain |
When used with llSetPrimitiveParams & llSetLinkPrimitiveParams
llGetPrimitiveParams
llGetPrimitiveParams([ PRIM_OMEGA ]);Caveats
Related Articles
Functions
• | llSetPrimitiveParams | |||
• | llSetLinkPrimitiveParams | |||
• | llGetPrimitiveParams | |||
• | llTargetOmega |