Y
Hacker News
new
|
ask
|
show
|
jobs
by
omneity
981 days ago
Can someone explain to me how is it possible using gaussians to have different reflections based on the angle of view like on the demos? I'm finding it hard to grasp.
1 comments
jacobgorm
981 days ago
I believe that is due to the use of Spherical Harmonics.
link
Aardwolf
981 days ago
That seems more complex to store and render than everything else about a gaussian splat, how are these used efficiently?
link
jacobgorm
981 days ago
There is a bit of explanation here
https://aras-p.info/blog/2023/09/05/Gaussian-Splatting-is-pr...
(found via Google).
link