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
In case if we render lots of groups with single point data, the draw/update becomes a bottleneck.
We can merge multiple groups with the same data into one group and do single draw call.
Also we can open forEach cycle, that would score 1-2ms in total.
The text was updated successfully, but these errors were encountered:
In case if we render lots of groups with single point data, the draw/update becomes a bottleneck.
We can merge multiple groups with the same data into one group and do single draw call.
Also we can open forEach cycle, that would score 1-2ms in total.
The text was updated successfully, but these errors were encountered: