Mark Kellogg
Mark Kellogg
FWIW, in the [memory-optimizations](https://github.com/mkkellogg/GaussianSplats3D/tree/memory-optimizations) branch I have made some improvements to the memory usage of the viewer, as well as made the in-memory compression of non-ksplat files disbaled by default
In the latest version ([v0.4.5](https://github.com/mkkellogg/GaussianSplats3D/releases/tag/v0.4.5)), the default compression level is back to being 0.
useBuiltInControls = false not working for GaussianSplats3D.Viewer but GaussianSplats3D.DropInViewer
So this behavior actually makes sense, since the `DropInViewer` disables the use of built-in controls: https://github.com/mkkellogg/GaussianSplats3D/blob/2dfc83e497bd76e558fe970c54464b17b5f5c689/src/DropInViewer.js#L14 The idea was that when using the the `DropInViewer`, the splats are just part...
Could you share your model? That will probably help me debug.
Sure, it's [email protected]
@mushrafmustafa Would you be willing to share your model/scene as well?
Out of curiosity, how many splats are in your scene?
Sorry let me rephrase, how many individual splat "blobs" are in your scene? If you press the 'I" key, you'll bring up an info panel that will give you that...
If you want to send me your `.ksplat` or `.ply` file, I can tell you how many splats it has. My suspicion is that it has a large number, which...
That is pretty weird, would you mind sharing your `.ply` or `.ksplat` file and I can try to debug?