mkkellogg / GaussianSplats3D

Three.js-based implementation of 3D Gaussian splatting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to turn the built-in viewer off?

Leaf-Player opened this issue · comments

commented

When I'm already on the current page run the built-in viewer, if I want to run another built-in viewer, they will appear on the same page and overlap.
Just like this:
Snipaste_2024-05-04_14-18-55
What should I do if I want to close the previous viewer?

Trying calling the dispose() function on the viewer, that might be all you need to do.