Skip to content

v1.5.0

Compare
Choose a tag to compare
@andywiecko andywiecko released this 08 Aug 14:08
· 8 commits to main since this release

Features

  • NativePointQuadtree added. Implemented quadtree supports for AABB range query.
  • Reinterpret<T> and ElementAt methods for NativeIndexedArray<Id, T> added.
  • Ref<T> class added. It is handy for using with native collections.

Changes

  • A small bounding volume structs AABB and MBC refactor.
  • A few code style fixes.

Full Changelog: v1.4.0...v1.5.0