Skip to content

v.2.0.6.

Compare
Choose a tag to compare
@jscastro76 jscastro76 released this 25 Oct 20:46
· 238 commits to master since this release

2.0.6

Minor version by @jscastro76, some enhancements and bugs.

✨ Enhancements

  • #43 Threebox new method tb.removeLayer that removes the 3D objects of a layer, apart from removing the layer itself with map.removeLayer
  • #56 Objects cache at tb.loadObj
    • tb.loadObj now is 100% async and in the first call to an object load by url, then caches the returned object for the sucessive calls to return a clone of the object through obj.duplicate()
    • Closes #51, #55
  • #57 Add a new sample to measure performance
    • Added new example to demonstrate add thousands of objects and measure performance Threebox Performance.
  • #58 Refactor tb.remove
  • #59 Refactor tb.clear to add layerId.
  • #60 Refactor tb.dispose
  • All the examples reviewed and updated and added to the Examples list