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
Because of the asynchronus nature of the library, there's no beautiful solution.
Currently when a tile got calculated it immeadetly gets converted to a renderable ogretile.
You could collect all the tiles coming from geometry and convert them to OgreTiles in a single frame.
Can we somehave reduce the poping effect when lod's change? Like transform gradually to smooth out the process? Any ideas?
The text was updated successfully, but these errors were encountered: