llLookAt

From Second Life Wiki
Revision as of 12:54, 21 February 2007 by Strife Onizuka (talk | contribs)
Jump to navigation Jump to search

Summary

Function: llLookAt( vector target, float strength, float damping );

Cause object name to point its forward axis towards target

• vector 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.

Examples

See Also

Functions

Deep Notes

Search JIRA for related Issues

Signature

function void llLookAt( vector target, float strength, float damping );