Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@netopyr
Created March 27, 2013 21:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save netopyr/5258244 to your computer and use it in GitHub Desktop.
Save netopyr/5258244 to your computer and use it in GitHub Desktop.
Adding bone b2 to the children of bone b1
// Adding bone b2 to the children of bone b1
b1.getChildren().add(b2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment