issues
search
NASA-AMMOS
/
3DTilesRendererJS
Renderer for 3D Tiles in Javascript using three.js
https://nasa-ammos.github.io/3DTilesRendererJS/example/bundle/mars.html
Apache License 2.0
1.64k
stars
291
forks
source link
BatchedTilesPlugin: Improvements
#802
Open
gkjohnson
opened
1 month ago
gkjohnson
commented
1 month ago
Related to #800
Allow for scene objects to be removed from the cache object entirely rather than replacing it with an empty group
Support multiple batched meshes / array textures to work around array texture depth limit.
Add dedicated demo w/ toggle
Consider variant that doesn't delete geometry, only adds visible tiles to the batched mesh
Abstract management of meshes, textures into a separate class
Related to #800