Results 167 comments of Mark Kellogg
trafficstars

Good to know. I just pushed a fix for the `runSplatSort()` problem to the [memory-optimizations](https://github.com/mkkellogg/GaussianSplats3D/tree/memory-optimizations) branch this morning so I think it should be fixed there.

It sounds like you essentially need to mix normal three.js objects with the splats? There's a section of the README that talks about that: https://github.com/mkkellogg/GaussianSplats3D?tab=readme-ov-file#integrating-threejs-scenes. If that's not quite what...

You're experiencing a common CORS-related issue here. Read through the CORS section of the documentation, that might have the answer to your specific problem: https://github.com/mkkellogg/GaussianSplats3D?tab=readme-ov-file#cors-issues-and-sharedarraybuffer

Are you just trying to access the demo page? Are you trying to access it locally or from another machine? If you are accessing it from a different machine, you...

I'll close this for now, please let me know if you need more assistance.

It's possible that react has a safeguard that requires `AbortController.abort()` to have a valid `reason` parameter. Are you building this library from source or pulling from the `npm` registry? If...

I made an update in the `2dgs` branch that I think might fix this problem, want to give it a try?

Ah, it looks like the `dispose()` function will happily run even if a dispose is already in progress. I think the issue might be solved by just adding a check...

I updated the `dispose()` function in the `2dgs` branch to prevent double disposing, want to give it a try?

Just checking in -- any luck resolving this issue with the latest release?