Difference between revisions of "Template:LSLRotGetSet"
Jump to navigation
Jump to search
Kireji Haiku (talk | contribs) m (linked styling of cells in table to yes/maybe/no templates) |
m (Normalized some of the wording so table entries would read more consistently.) |
||
Line 20: | Line 20: | ||
{{!}} {{yes|global rotation of prim}} | {{!}} {{yes|global rotation of prim}} | ||
{{!}} {{yes|rotation of prim relative to root prim}} | {{!}} {{yes|rotation of prim relative to root prim}} | ||
{{!}} {{yes|rotation of attachment relative to | {{!}} {{yes|rotation of attachment relative to attach point}} | ||
{{!}} {{yes|rotation of prim relative to | {{!}} {{yes|rotation of prim relative to root prim}} | ||
{{!}}- | {{!}}- | ||
{{!!}}[[llGetRootRotation]] | {{!!}}[[llGetRootRotation]] | ||
Line 44: | Line 44: | ||
{{!}} {{yes|spin linkset around prim's location}} | {{!}} {{yes|spin linkset around prim's location}} | ||
{{!}} {{maybe|spin prim around its location}} | {{!}} {{maybe|spin prim around its location}} | ||
{{!}} {{yes|spin linkset around | {{!}} {{yes|spin linkset around attach point}} | ||
{{!}} {{maybe|spin prim around its location}} | {{!}} {{maybe|spin prim around its location}} | ||
{{!}}} | {{!}}} |
Latest revision as of 12:29, 30 December 2015
Function | Ground (rez'ed) Prims | Attached Prims | ||
---|---|---|---|---|
Root | Children | Root | Children | |
llGetRot llGPP:PRIM_ROTATION llGetObjectDetails |
global rotation of prim | global rotation of prim | global rotation of avatar | global rotation of avatar * global rotation of prim (Not Useful) |
llGetLocalRot llGPP:PRIM_ROT_LOCAL |
global rotation of prim | rotation of prim relative to root prim | rotation of attachment relative to attach point | rotation of prim relative to root prim |
llGetRootRotation | global rotation of prim | global rotation of root prim | global rotation of avatar | global rotation of avatar |
llSetRot* llSPP:PRIM_ROTATION* |
set global rotation | complicated, see llSetRot | set rotation relative to attach point | set rotation to root attachment rotation * new_rot. |
llSetLocalRot* llSPP:PRIM_ROT_LOCAL* |
set global rotation | set rotation of prim relative to root prim | set rotation relative to attach point | set rotation of prim relative to root prim |
llTargetOmega† ll[GS]PP:PRIM_OMEGA |
spin linkset around prim's location | spin prim around its location | spin linkset around attach point | spin prim around its location |
* | Physical objects which are not children in a linkset will not respond to setting rotations. |
† | For non-Physical objects llTargetOmega is executed on the client side, providing a simple low lag method to do smooth continuous rotation. |