Advertisement
dasmalle

direction vector

Apr 4th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. // Gets a vector that points from the player's position to the target's.
  2. var heading = target.position - player.position;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement