llRotLookAt

From Second Life Wiki
Revision as of 17:49, 21 August 2007 by Danger Pugilist (talk | contribs)
Jump to navigation Jump to search

Summary

Function: llRotLookAt( rotation target, float strength, float damping );
0.0 Forced Delay
10.0 Energy

Cause object name to point its forward axis towards target

• rotation target
• float strength
• float damping seconds to critically damp in

To stop the object from maintaining the target positions use llStopLookAt
To change the position in the same manner use llMoveToTarget. For physical objects a range between .2 and 1 is good for both parameters.

Examples

See Also

Functions

Deep Notes

Signature

function void llRotLookAt( rotation target, float strength, float damping );