llRotLookAt

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

Summary

Function: llRotLookAt( rotation target, float strength, float damping );

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

Search JIRA for related Issues

Signature

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