mkkellogg / GaussianSplats3D

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

Add options for addSplatScene to set headers or other required request parameters #337

Open jesse-small opened 2 months ago

jesse-small commented 2 months ago

It would be great if the addSplatScene method also took in a request options parameter that would get passed to the eventual fetch request. This would allow for appropriate request parameters to be set such as headers for authentication purposes.

jesse-small commented 1 month ago

@mkkellogg I have created a PR for this change, I've been testing and using it on my forked repository with my own project and have had no issues. Let me know if you would like any changes!

https://github.com/mkkellogg/GaussianSplats3D/pull/354

mkkellogg commented 3 weeks ago

Sorry for the late response on this, I've been super busy lately. Hopefully I can take a closer look at this soon.