mkkellogg / GaussianSplats3D

Three.js-based implementation of 3D Gaussian splatting
MIT License
1.09k stars 134 forks source link

How to turn the built-in viewer off? #224

Closed Leaf-Player closed 1 month ago

Leaf-Player commented 1 month ago

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?

mkkellogg commented 1 month ago

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