Mark Kellogg
Mark Kellogg
Supporting larger scenes is definitely something on the roadmap for this project, but it's very much a non-trivial thing to implement. Right now the viewer is just not set up...
Please excuse my ignorance, but what exactly do you mean by H5? Also, would you be able to share your setup code? That might help me troubleshoot.
@robinsonkwame It's hard to say exactly what issue(s) you might be encountering. If it's an out-of-memory related problem, you could try setting the `freeIntermediateSplatData` parameter to `true`, but of course...
I'm not sure where you got that CDN url for my library, one that should work would be: ``` https://unpkg.com/browse/@mkkellogg/[email protected]/build/gaussian-splats-3d.module.js ``` For the second approach ( `npm install` ), can...
I can't access that shared folder, could you just post the relevant code snippet(s) here?
Any updates on this issue? I'd be glad to help, but I can't access your code.
I'm sorry, I still don't see any sample code and cannot access your google drive folder..
I'm going to close this for now, please let me know if you still need assistance.
Sorry for the late response, how did you want to achieve the measurement? You could certainly use the built-in ray caster to get the 3D position (as a Three.js vector)...
You probably don't need to worry about `splatIndex`, that just tells you the relative order of the splat within the file from which the splats were loaded. I mainly have...