LlRotLookAt
From Second Life Wiki
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Tutorials |
Contents |
Summary
Function: llRotLookAt( rotation target, float strength, float damping );| 127 | Function ID |
| 0.0 | Delay |
| 10.0 | Energy |
Cause object name to point its forward axis towards target
Continues to face target untill stopped with llStopLookAt.
| • rotation | target | |||
| • float | strength | |||
| • float | damping | – | seconds to critically damps in |
To change the position in the same manner use llMoveToTarget. For physical objects a range between .2 and 1 is good for both parameters.
Caveats
Important Issues
~ Search JIRA for related Bugs| | | SVC-1903 | [c] | llRotLookAt & llLookAt do not update the object's bounding box |
Deep Notes
Issues
~ Search JIRA for related Issues| | | SVC-1903 | [c] | llRotLookAt & llLookAt do not update the object's bounding box |
This article wasn't helpful for you? Maybe the related article at the LSL Wiki is able to bring enlightenment.

