Open dvdkouril opened 11 months ago
Separate threlte instanced mesh test---25k and even 50k spheres should be doable:
Key is setting the limit
and range
parameters (default is 1000):
<InstancedMesh limit={50000} range={50000}>
Now I can render the data but the performance is crap:
One dataset that I have is around 20k bins. Currently the app is not even able to show the whole dataset (for some reason), much less having any respectable performance.