Skip to content

5.1.0

Choose a tag to compare

@csvurt csvurt released this 07 Jan 12:42
· 170 commits to master since this release

The release of v5.1 brings the following features and improvements:

  • #156 - Support for the z-index property to control drawing order of objects
  • #127 - An interface to allow custom HTTP headers for external resource requests
  • #123 - Better performance during resource loading using the Fetch API
  • #27 - Improved garbage collection of unused resources (eg. elements that were removed from the DOM)
  • Improvements to the FormatHandler interface to make writing custom mesh loaders easier