mkkellogg / GaussianSplats3D

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

fix bug in SH degree setting #227

Closed lxzbg closed 1 month ago

lxzbg commented 1 month ago

SH degree setting not work in index.html

mkkellogg commented 1 month ago

Thanks for noticing this, but I think I'm actually going to just merge in support for 1st and 2nd degree spherical harmonics at the same time with this PR: https://github.com/mkkellogg/GaussianSplats3D/pull/226. This bug should be fixed in that branch :)

lxzbg commented 1 month ago

Thanks for noticing this, but I think I'm actually going to just merge in support for 1st and 2nd degree spherical harmonics at the same time with this PR: #226. This bug should be fixed in that branch :)

Ok, great work, I closed this PR