ands / lightmapper

A C/C++ single-file library for drop-in lightmap baking. Just use your existing OpenGL renderer to bounce light!
1.41k stars 133 forks source link

About Spherical Harmonics #24

Open teks91 opened 1 year ago

teks91 commented 1 year ago

Hello,

Thanks for that great library. I'm investigating the library and example quite some time.The static lightmaps that lib. generates are great and really realistic. I wonder is that possible to calculate sh coefficients with that lib. to implement something kind of Unity's light probes to approximate real time global illumination. Do you have a reference resource you can recommend? I know this is a long path to go but i really want to deep dive into that kind of stuff.

John