dvdkouril / chromatin-n-out

0 stars 0 forks source link

feature: ability to load much bigger models #8

Open dvdkouril opened 6 months ago

dvdkouril commented 6 months ago

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.

dvdkouril commented 6 months ago

Separate threlte instanced mesh test---25k and even 50k spheres should be doable:

image

Key is setting the limit and range parameters (default is 1000):

<InstancedMesh limit={50000} range={50000}>
dvdkouril commented 6 months ago

Now I can render the data but the performance is crap:

Screenshot 2023-12-14 at 15 24 31