Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@andstor andstor released this 27 Apr 23:01
51f5c7c

Added

  • Migration guide
  • Examples for demonstrating and testing purposes
  • Contributor Covenant Code of Conduct
  • Several tests
  • Raycasting voxelization algorithm raycasts from x, y and z direction (#3)
  • Color voxelization support
  • Modular architecture supporting various voxelization algorithm implementations
  • Bundling with Webpack
  • Automatic publishing to NPM on release
  • Automatic JSDoc genreation with jsdoc-action and upload to GitHub Pages
  • Automatic coverage generation and upload to Coveralls
  • Automatic testing of the project
  • Automatic building of the project

Changed

  • New logo!
  • Package main entry exports named exports instead of one main class

Removed

  • Remove 3rd party file loader in favour of native three.js example loaders