Raytracing Procedural Worlds

Home --> Programming Projects --> Raytracing --> Procedural Worlds
The Menger sponge fractal is an example of a scene that can be easily rendered using ray tracing:



The color of each point on the sponge it determined lazily using Perlin noise.