huggingface / gsplat.js

JavaScript Gaussian Splatting library.
MIT License
1.26k stars 78 forks source link

About SH data and View dependent appearance #37

Closed prakashknaikade closed 7 months ago

prakashknaikade commented 7 months ago

I tried one scene which has view dependent colors, but rendered view dependent colors are not good. How the SH data handled in gsplat.js?

dylanebert commented 7 months ago

There are currently no SH coefficients (except SH0 i.e. color)

prakashknaikade commented 7 months ago

Can you please add a functionality of loading all SH coefficients?

dylanebert commented 7 months ago

I opened an issue for it