mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 11:25:39 +08:00
Update svn properties, minor formatting cleanup.
This commit is contained in:
@@ -2506,8 +2506,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
|
||||
public void llLookAt(LSL_Vector target, double strength, double damping)
|
||||
{
|
||||
// partial implementation, rotates objects correctly but does not apply strength or damping attributes
|
||||
|
||||
// partial implementation, rotates objects correctly but does not apply strength or damping attributes
|
||||
|
||||
m_host.AddScriptLPS(1);
|
||||
// Determine where we are looking from
|
||||
LSL_Vector from = llGetPos();
|
||||
|
||||
Reference in New Issue
Block a user