Difference between revisions of "PRIM OMEGA"

From Second Life Wiki
Jump to navigation Jump to search
Line 7: Line 7:
{{!}} [ {{#var:omega_const}} ]
{{!}} [ {{#var:omega_const}} ]
{{!}} {{#var:return}} }}
{{!}} {{#var:return}} }}
{{#vardefine:caveats|* '''Only on RC BlueSteel [[Release Notes/Second Life RC BlueSteel/11#11.06.20.233291|as of 2011-06-22]]'''}}


}}</onlyinclude>{{#if:
}}</onlyinclude>{{#if:
Line 26: Line 28:
|pb={{LSL Constant/List|i_front=[[llGetPrimitiveParams]]([&nbsp;{{#var:omega_const}}&nbsp;]);|
|pb={{LSL Constant/List|i_front=[[llGetPrimitiveParams]]([&nbsp;{{#var:omega_const}}&nbsp;]);|
|r_front=Returns the [[list]] [&nbsp;|r_end=&nbsp;]
|r_front=Returns the [[list]] [&nbsp;|r_end=&nbsp;]
|text <!-- ='''Caveats:'''
|text='''Caveats:'''
{{#var:caveats}}{{#vardefine:caveats}} -->
{{#var:caveats}}{{#vardefine:caveats}}
|toc=llGetPrimitiveParams
|toc=llGetPrimitiveParams
|r1_type=vector|r1_name=axis
|r1_type=vector|r1_name=axis

Revision as of 03:25, 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

Caveats:

Related Articles

Deep Notes

Search JIRA for related Issues

Signature

integer PRIM_OMEGA = TBD;