End of a Species
A reflection on the rapidly accelerating climate crisis and the self-destructive nature of our species.
Overview
This project sprung from a collection of random R&D in Houdini over the last month or so. From researching ways to create procedural organic forms to using gobos/brute force GI for interesting lighting/shadow casting. I eventually found a way to piece everything together, inspired by the frightening scenes of climate chaos across the planet right now.
I also created all the sound design myself, using Ableton.
Breakdown
Shortest Path Groot
The main technique behind the organic tree forms is Shortest Path Growth. It uses Houdini’s built-in FindShortestPath SOP, which takes start and end points defined in groups. To have the roots flowing down the arm I defined a bunch of points at the shoulder, then for the end points just selected one of every 5. The density and distribution of geometry on the incoming mesh is crucial for defining the look. To have more growth detail in the fingers I remeshed it using adaptive sizing.
Circular Storm System
I based my storm simulation on Saturn’s Great White Spot
Spherical Black Hole
Particle / Volume Process
To displace the original particle sim into a spherical shape, I took the volume sim as reference and compared each particle to its distance from the surface of the sim. Usually this would be done to conform it to the surface, however if you push it too far you can get some pretty crazy displacement effects (which seem to still follow the overall contour of the reference sim).