# Spherical Harmonics

**URL:** https://discourse.processing.org/t/spherical-harmonics/4266
**Category:** Project Guidance
**Created:** [October 9, 2018, 1:44am UTC](https://discourse.processing.org/t/spherical-harmonics/4266 "2018-10-09T01:44:37Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![zepadovani](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/zepadovani/32/1900_2.png) [@zepadovani](https://discourse.processing.org/u/zepadovani)
#### Post date: [October 9, 2018, 1:44am UTC](https://discourse.processing.org/t/spherical-harmonics/4266/1 "2018-10-09T01:44:37Z")

</div>

Hello,

I would like to illustrate Ambisonics principles to my students and thought that would be nice to visualize spherical harmonics in 3d dynamically…

Has anyone tried this? Any codes/tips?

Thanks!

---

<div class="post-metadata">

### Author: ![monkstone](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/monkstone/32/64_2.png) [@monkstone](https://discourse.processing.org/u/monkstone)
#### Post date: [October 9, 2018, 5:21am UTC](https://discourse.processing.org/t/spherical-harmonics/4266/2 "2018-10-09T05:21:21Z")

</div>

You might want to take a look at toxicilibs [spherical harmonics](https://github.com/postspectacular/toxiclibs/blob/master/examples/core/mesh/SphericalHarmonicsMeshBuilder/SphericalHarmonicsMeshBuilder.pde), you will need to replace OPENGL with P3D. I think there is also a processing.js version.
