-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: first attempt at show skeleton (broken)
- Loading branch information
jvenin
committed
Apr 29, 2024
1 parent
79df058
commit 342511f
Showing
17 changed files
with
381 additions
and
203 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,6 +86,7 @@ mixin MeshToModelInterface on Chunk { | |
], | ||
cloth: [], | ||
boundingBox: globalBB, | ||
skeleton: [], | ||
); | ||
} | ||
} | ||
|
Oops, something went wrong.