Difference between revisions of "PRIM OMEGA"

From Second Life Wiki
Jump to navigation Jump to search
Line 37: Line 37:
{{LSL DefineRow||[[llSetLinkPrimitiveParams]]|}}
{{LSL DefineRow||[[llSetLinkPrimitiveParams]]|}}
{{LSL DefineRow||[[llGetPrimitiveParams]]|}}
{{LSL DefineRow||[[llGetPrimitiveParams]]|}}
{{LSL DefineRow||[[llTargetOmega]]|}}
|events
|events
|location
|location

Revision as of 02:56, 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;