• All submissions to this site are governed by Second Life Project Contribution Agreement. By submitting patches and other information using this site, you acknowledge that you have read, understood, and agreed to those terms.
Issue Details (XML | Word | Printable)

Key: SVC-867
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Andrew Linden
Reporter: dan linden
Votes: 1
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
2. Second Life Service - SVC

llMoveToTarget overshoot its target

Created: 23/Oct/07 04:29 PM   Updated: 07/Feb/08 08:19 AM
Return to search
Component/s: Physics, Scripts
Affects Version/s: Havok4 Beta
Fix Version/s: Havok4 Beta

Issue Links:
Relates
 

Linden Lab Issue ID: DEV-4291


 Description  « Hide
Repro:
1) Attach the following script to a 2x2x0.25m physical box.

////
default
{
state_entry()

{ llSay(0, "Hello, Avatar!"); llListen(0,"",llGetOwner(),""); }

listen(integer channel, string name, key id, string message)
{
if (message == "up")

{ llSetText((string)llGetPos(),<1,1,1> , 1); llMoveToTarget(llGetPos()+<0,0,5>, 0.05); }

else
if (message == "down")

{ llSetText((string)llGetPos(),<1,1,1> , 1); llMoveToTarget(llGetPos()+<0,0,-5>, 0.05); }

else
if (message == "drop")

{ llOwnerSay("dropping"); llStopMoveToTarget(); }

}
}
////

2) Create a box 5 meters above it, and alt zoom on it.
3) Say "up"

Observe: The box overshoots, then returns back down to it's final target position.

Expected: The box should damp toward the final target position.



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
lindenrobot made changes - 23/Oct/07 04:33 PM
Field Original Value New Value
Linden Lab Issue ID DEV-4291
dan linden made changes - 23/Oct/07 04:33 PM
Link This issue is related to by SVC-734 [ SVC-734 ]
Andrew Linden made changes - 29/Nov/07 04:59 PM
Resolution Fixed Internally [ 7 ]
Fix Version/s Havok4 Beta [ 10171 ]
Status Open [ 1 ] Resolved [ 5 ]
Assignee Andrew Linden [ Andrew Linden ]
Rob Linden made changes - 22/Dec/07 01:40 AM
Workflow jira [ 16182 ] jira-2007-12-21 [ 22836 ]
WarKirby Magojiro made changes - 22/Dec/07 01:28 PM
Status Resolved [ 5 ] Fix Pending [ 10001 ]
Rob Linden made changes - 23/Dec/07 12:22 AM
Workflow jira-2007-12-21 [ 22836 ] jira-2007-12-22a [ 48692 ]
Rob Linden made changes - 23/Dec/07 01:29 AM
Status Fix Pending [ 10001 ] Resolved [ 5 ]
Rob Linden made changes - 23/Dec/07 01:31 AM
Status Resolved [ 5 ] Fix Pending [ 10001 ]
Resolution Fixed Internally [ 7 ]
Andrew Linden made changes - 07/Feb/08 08:19 AM
Status Fix Pending [ 10001 ] Resolved [ 5 ]
Resolution Fixed [ 1 ]
Sue Linden made changes - 13/Nov/08 12:08 PM
Workflow jira-2007-12-22a [ 48692 ] jira-2008-11-14 [ 82004 ]
Sue Linden made changes - 13/Nov/08 04:39 PM
Workflow jira-2008-11-14 [ 82004 ] jira-2008-11-14a [ 89666 ]