3DTilesRendererJS
3DTilesRendererJS copied to clipboard
Renderer for 3D Tiles in Javascript using three.js
When completely zoomed out at the edge of the allowed zoom distance, transitioning from orthographic to perspective the position "jumps" once finished. We could add a function to "GlobeControls" (or...
When loading the the google earth tile set the tiles "trickle" in some times.
Add toggle for BatchedMesh plugin to google tiles **TODO** - Issue with tiles not displaying during load at (lower instance count to 5): http://localhost:5173/googleMapsExample.html#lat=3.0167&lon=98.9103&height=4274.17&az=-29.18&el=-26.00&batched=1
**Is your feature request related to a problem? Please describe.** I am trying to add [this tileset](https://3d.geo.admin.ch/3d-tiles/ch.swisstopo.swissnames3d.3d/20180716/tileset.json) which is supposed to display labels of places. (Limited) Docs of the tileset...
If traversing tiles with known lat / lon values we can mark them as non traversable / non visible based on camera facing direction.
In d316413 the check for child visibility has been disabled because it can cause unused children to be added to the lru cache. We should understand why and see if...
**Is your feature request related to a problem? Please describe.** I am overlaying multiple tilesets: google photorealistic tiles for the whole world and another tileset specifically for Switzerland. I would...
Fix https://github.com/NASA-AMMOS/3DTilesRendererJS/pull/764 For this PR to fully work, we need to add the following things first: - [ ] Install the Changesets bot to this repo: https://github.com/apps/changeset-bot - [ ]...
Original issue : https://github.com/iTowns/itowns/issues/2434 > > Hi, I want to show attributes of Instanced 3D Tiles (I3dm), like it works with Batched 3D Tiles (b3dm) > > Sample (does not...