Skip to content

v2.0.0

Compare
Choose a tag to compare
@sbj42 sbj42 released this 25 Jan 01:13
· 27 commits to master since this release

This brings in many changes, some breaking, to clean up the code and make it easier to maintain and use.

  • Geometry code extracted into a separate package (tiled-geometry)
  • Clean up repository and npm package (no need for npm-build code to be in repo, and no need for TypeScript source to be in the package)
  • Stricter linting
  • Demo code is now included in this repo
  • API changes (see below)

Some exposed type names have changed, computeFieldOfView is now a non-member function, and the return type is now FieldOfView instead, with clearer method names.