Re: [Algorithms] More SH exponentiation questions
Brought to you by:
vexxed72
From: Ben Y. <shu...@gm...> - 2009-11-11 14:05:16
|
Okay. Figured out the issue. PIX saved me on this one. So multiplying the log visibility coefficients by N amount of spheres and fitting it to the single sphere case to derive the AB table actually does work. And all this time I'm wondering why it didn't. Turns out that I was also stupidly storing the post-multiplied log coefficients in the sphere visibility lookup table instead of the original log values... Sigh. |