Difference between revisions of "PRIM OMEGA"

From Second Life Wiki
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}}, |i_end= ]);|
|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 02:50, 22 June 2011

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 ]);

Returns the listvector axis, float spinrate, float gain ]

• vector axis
• float spinrate
• float gain

Related Articles

Deep Notes

Search JIRA for related Issues

Signature

integer PRIM_OMEGA = TBD;