Skip to content

Instantly share code, notes, and snippets.

@macalinao
Created August 7, 2012 14:44
Show Gist options
  • Save macalinao/3285928 to your computer and use it in GitHub Desktop.
Save macalinao/3285928 to your computer and use it in GitHub Desktop.
Transform t = ((Client) engine).getActivePlayer().getTransform();
Vector3 forward = t.forwardVector();
System.out.println(forward);
((Client) engine).getActivePlayer().translate(forward);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment