You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue tb.remove is not disposing the objects properly, .geometry, .material and its subsequent .material.map, .material.alphaMap... are not disposed.
The text was updated successfully, but these errors were encountered:
…e 3D objects of a layer, apart from removing the layer itself with `map.removeLayer`
- [**#56**](#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**](#51), [**#55**](#55)
- [**#57**](#57) Add a new sample to measure performance
- Added new example to demonstrate add thousands of objects and measure performance [Threebox Performance](https://github.com/jscastro76/threebox/blob/master/examples/15-performance.html).
- [**#58**](#58) Refactor `tb.remove`
- [**#59**](#59) Refactor `tb.clear` to add `layerId`.
- [**#60**](#58) Refactor `tb.dispose`
- All the examples reviewed and updated and added to the [Examples list](https://github.com/jscastro76/threebox/blob/master/examples/readme.md)
Describe the issue
tb.remove
is not disposing the objects properly,.geometry
,.material
and its subsequent.material.map
,.material.alphaMap
... are not disposed.The text was updated successfully, but these errors were encountered: