Random Cobweb Generator
C / C++ / OpenGL
Inspired by a video of Pixar's cobweb generation program for Toy Story 4, I created a cobweb generator for my final project in CS 450 - Introduction to Computer Graphics. I referenced DreamWorks' 2011 paper, "Building and Animating Cobwebs for Antique Sets," as well as a Stack Exchange discussion to achieve similar results in OpenGL. This project taught me a lot about the math behind implementing parabolas in 3D space.
Here is my PDF report that breaks down how I went about creating this program.