Skip to content

v0.0.5

Compare
Choose a tag to compare
@kayhhh kayhhh released this 15 Jan 21:35
· 366 commits to main since this release
4eb5dd9
  • #15 Add a custom Bevy gltf importer, which will be used in the future for a variety of features. Most notable being glTF extension support.
  • Accessor internals refactor. Now uses a new AccessorIter type which should be more efficient than the previous solution, and provides a lot of utility functions. Much of this code was copied and modified from other libraries. 🙏
  • Bug fixes