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
the model should be requested only one time, when model loaded, it appears on the map
Actual behavior
yes, there are many point features on the map and i update their position per animation frame.
after v3.12, mapboxgl supports lazy loading models for performance. that's a good change.
but now it makes model flashing because of too much load request
i don't know if my code's problem, but i can say it never happens before updating mapboxgl version from v3.9 to v3.14