Skip to content

Commit

Permalink
docs: bone view update, model spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
BiConsumer committed Oct 9, 2023
1 parent d1e8aeb commit 3eae562
Show file tree
Hide file tree
Showing 2 changed files with 21,408 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,13 @@ default void colorizeDefault() {
colorize(DEFAULT_COLOR);
}


/**
* Sets the relative position and the rotation of
* this bone
* @param position The relative target position
* @param rotation The target rotation
*/
void update(Vector3Float position, Quaternion rotation);

}
21,402 changes: 21,401 additions & 1 deletion runtime-minestom-ce/src/test/resources/dragon.bbmodel

Large diffs are not rendered by default.

0 comments on commit 3eae562

Please sign in to comment.