Mark Kellogg
Mark Kellogg
The `.ksplat` could conceivably be converted to a `.ply` (all the necessary data is present), but there currently isn't any exporter code in the app to actually output `.ply` files......
That makes sense, but how did you acquire said `.ksplat`? All `.ksplat` files get generated by converting from some other format, often `.ply`. So if you have a `.ksplat` file,...
At some point, I will probably write a `.ply` exporter. I eventually plan on writing an editor and that would be a natural feature.
I'm currently looking into how to do this exactly. At first glance it seems difficult because we don't have surface normals, but as @Ben-Mack mentioned Luma AI appears to have...
No progress yet, I just haven't found the time to dedicate to it.
I've definitely thought about using it for this project, but I'm still not quite sure. Typescript makes more sense to me for larger projects and projects that have a lot...
Have you tried different browsers besides Safari? Also, have you tried setting `sharedMemoryForWorkers` to `false` when instantiating the `Viewer`?
Sorry for the late response, what type of file are you trying to load? If it is a `.ply` file, you might want to try setting `plyInMemoryCompressionLevel: 0`. You should...
Would you be able to try the [memory-optimizations](https://github.com/mkkellogg/GaussianSplats3D/tree/memory-optimizations) branch and see if that works for you?
Did you mean the [memory-optimizations](https://github.com/mkkellogg/GaussianSplats3D/tree/memory-optimizations) branch has the same error cause by `runSplatSort()`? I just pushed a fix for that this morning. If that issue is resolved, but the visual...