PRIM OMEGA

From Second Life Wiki
Revision as of 02:50, 22 June 2011 by Cerise Sorbet (talk | contribs)
Jump to navigation Jump to search

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;