You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, we are checking for if we've completed a stage of SeqMove and related functions by seeing if we are close to the target pos. This can sometime cause the TAS to double back if it overshoots the target (high movement speed or low TAS update framerate).
This could be solved by improving the target detection code:
Save the "origin" position (start of SeqMove or between steps)
Draw a line to the target position
Draw a perpendicular "finish line" at the target
Check if the TAS has crossed the finish line
The text was updated successfully, but these errors were encountered:
Right now, we are checking for if we've completed a stage of
SeqMove
and related functions by seeing if we are close to the target pos. This can sometime cause the TAS to double back if it overshoots the target (high movement speed or low TAS update framerate).This could be solved by improving the target detection code:
SeqMove
or between steps)The text was updated successfully, but these errors were encountered: