Advertisement

Fastest learning path to spherical harmonics?

Started by July 27, 2013 07:17 PM
3 comments, last by KaiRohmer 11 years, 3 months ago

I'm doing first year Computer Science now, however I'm not sure if they'll teach me what is required and also I'd like to get to it more quickly, so I'm asking - what is the fastest way to learn Spherical Harmonics?Assuming my high school math was solid, where do I start from?I've used them before, however I just used ready algorithms.I want to be able to understand the math behind it and play around with my own algorithms.I just looked up the wiki page fo SH and each definition branches out with more definitions.I think I require multivariable calculus?So first I need the basics of calculus(differentiation and integration) and then I have to learn to work with the spherical coordinate system which sounds like a more basic task.However I'm not sure from where to start the calculus.Can anyone offer sources for calculus self-teaching?I think I'll also need it for physics calculations later on too.

https://www.khanacademy.org/

Has some great material.

Advertisement

This is where I started and it seemed to have served me pretty well: Spherical Harmonic Lighting: The Gritty Details. It's important to note that "spherical harmonics" doesn't refer to a specific algorithm but rather a mathematical construction that can be used to solve a variety of rendering related problems.

Really understanding it requires multivariate calculus, linear algebra, and a few misc wildcards just for good measure -- notably generalized algebras. But a full mathematical treatment is probably unnecessary to use them effectively The above linked paper is probably a good one to lean on.

SlimDX | Ventspace Blog | Twitter | Diverse teams make better games. I am currently hiring capable C++ engine developers in Baltimore, MD.

This is where I started and it seemed to have served me pretty well: Spherical Harmonic Lighting: The Gritty Details. It's important to note that "spherical harmonics" doesn't refer to a specific algorithm but rather a mathematical construction that can be used to solve a variety of rendering related problems.

I started with this article, too. It's pretty good to see how it's used and what the coefficients do before getting deeper into the math behand.

This topic is closed to new replies.

Advertisement