Difference between revisions of "PRIM OMEGA"
Jump to navigation
Jump to search
(1st draft) |
|||
Line 24: | Line 24: | ||
|toc=llSetPrimitiveParams | |toc=llSetPrimitiveParams | ||
}} | }} | ||
|pb={{LSL Constant/List|i_front=[[llGetPrimitiveParams]]([ {{#var:omega_const}} | |pb={{LSL Constant/List|i_front=[[llGetPrimitiveParams]]([ {{#var:omega_const}} ]);| | ||
|r_front=Returns the [[list]] [ |r_end= ] | |r_front=Returns the [[list]] [ |r_end= ] | ||
|text <!-- ='''Caveats:''' | |text <!-- ='''Caveats:''' |
Revision as of 01:50, 22 June 2011
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 |