Skip to main content
GameDev.net gamedev.net

Topics

Fractals

Fractals are the purest case of a shader as a mathematical object: no assets, no geometry, just an iteration that either escapes or does not. The 3D ones pair naturally with raymarching through a distance estimator.

2 shaders