-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments for post 2011-04-14-spherical-harmonics-wtf #9
Comments
comment imported from WordPress Hey, I went through the same struggles. Having his images not be gamma correct made me doubt my results. Though, there are a couple things you can do to make sure your results are correct. For example, if your image is all white then if you sample your normal anywhere you can make sure that the convolution is going to be 1.0 I hate the Ravi Rammaoorthi paper that everyone references because it really provides no explanation behind the math. It kept me severely confused for a long time. Though, the second paper you linked and his phd thesis http://graphics.stanford.edu/papers/ravir_thesis/ I learned a lot from his PhD thesis and it cleared up a lot of issues for me. -= Dave |
comment imported from WordPress Thanks for the link to the thesis, I hadn't found that and it looks pretty comprehensive. It'll make for good bedtime reading. I did just what you described with the all white images. What's nice about that is that when you convert to an irradiance map, the values become pi, which is what you'd expect from the integral of a Lambertian BRDF. That was the moment I decided that I was right and the paper was wrong :) |
comment imported from WordPress Been doing a lot of looking into spherical basis functions generally and have come to the conclusion that SH functions are pretty much the wrong thing to use in most all cases. The Ravi Rampossibletospell's paper is truly obtuse, right up there with Schröder & Sweldens implenetrable paper on "Spherical Wavelets". It's heartening to see just how quickly the astrophysics world note the cite and it's deficiencies and move on to better things. |
comment imported from WordPress Also Insomniac's "Useful results in Spherical Harmonics" is a nice summary: http://www.insomniacgames.com/assets/files/128707735545510.pdf @robin can you provide any pointers to alternatives or what the astrophysics world uses instead? |
comment imported from WordPress I can't speak for Robin but I've been doing the same research and came to the same conclusion. I'd refer you to look into spherical radial basis functions. http://www.cse.cuhk.edu.hk/~ttwong/papers/srbf/srbf.html |
comment imported from WordPress Hoping to drop the results in a future Siggraph and GDC paper and tutorial. It's been a long, 4-year journey into the depths of basis functions, Riesz and Hilbert spaces and the fundamental nature of orthogonality. A short post wouldn't cover it. |
comment imported from WordPress I am looking into spherical harmonic lighting for my masters project (C++, OpenGL). I have found Robin's paper quite useful so far. I get uto the point of computing the SH but I am a bit lost when it comes to the lighting equation. Can somebody point me to some code that will make things clearer? |
comment imported from WordPress http://www.insomniacgames.com/useful-results-in-spherical-harmonics-mainly-2-band/ is the up-to-date IG link. Hope that helps. |
comment imported from WordPress hello~ I'm studying SH Light with http://www.cs.columbia.edu/~cs4162/slides/spherical-harmonic-lighting.pdf hmm... I have two question about it.. first is..
in above E4. theta is mapped to '2arccos( root( 1 - deltaX) ).. but I can't understand where come from that... why don't use phi*deltaX ?
I have known, funcY ( SH basis function ) is orthonormal, so P0xP1 = 0. P1xP1->1 but I can't prove Equation 7.... I need help... thank you... |
comment imported from WordPress
|
comment imported from WordPress thanks,
thanks for your help. about question (1), I need more thinking .. |
comment imported from WordPress It should be noted that the values reported in Figure 2 of the Siggraph paper are scaled by multiplying by 10 for the Grace Cathedral and dividing by 10 for the Eucalyptus Grove (rnl_probe) and St. Peters Basilica. |
Comments for blog post 2011-04-14-spherical-harmonics-wtf
The text was updated successfully, but these errors were encountered: