llLookAt
LSLvoid llLookAt(vector target, float strength, float damping)
Cause object name to point its forward axis towards Target, at a force controlled by Strength and Damping.\ Good Strength values are around half the mass of the object and good Damping values are less than 1/10th of the Strength.\ Asymmetrical shapes require smaller Damping. A Strength of 0.0 cancels the look at.
Parameters
| Type | Name |
|---|---|
| vector | target |
| float | strength |
| float | damping |
Energy
10
The Linden Scripting Library — what every SL-compatible grid provides.
More in LSL
void llSetTimerEvent(float sec)
void llListenControl(integer number, integer active)
void llMakeFire(integer particles, float scale, float vel, float lifetime, float arc, string texture, vector offset)
list llCSV2List(string src)
integer llIsFriend(key agent_id)
key llGetLinkKey(integer linknum)
rotation llGetRot()
vector llGetGeometricCenter()