Difference between revisions of "LlRotLookAt"

From Second Life Wiki
Jump to navigation Jump to search
Line 23: Line 23:
|sort=RotLookAt
|sort=RotLookAt
|cat1=Physics
|cat1=Physics
|cat2
|cat2=Target
|cat3
|cat3
|cat4
|cat4
}}
}}

Revision as of 20:24, 1 March 2007

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.

Examples

See Also

Functions

Deep Notes

Search JIRA for related Issues

Signature

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