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
I'd like to write a plugin with a calculateTileViewError function which returns inView: false if the tile is farther away than a certain distance from the camera. As far as I can see in the current implementation [1], a plugin can only override inView to true, but not to false if the tile volume was above found to intersect the frustum.
Is it possible with the current plugin mechanism to implement hiding of far away tiles?