# 3D Fractals: Mandelbulb, Mandelbox & Beyond

> In 2009, two hobbyists on an internet forum did what professional mathematicians had sought for decades: they extended the Mandelbrot set into three dimensions. Here is the story of the Mandelbulb, the Mandelbox, and the strange geometry of 3D fractal space.

*Published 2026-06-25 · Updated 2026-06-25 · By Dr. Elena Marchetti*

For roughly thirty years after Benoit Mandelbrot introduced the world to the fractal geometry of nature, mathematicians and computer artists shared a nagging ambition: push the [Mandelbrot set](https://fractal.us/famous-fractals/mandelbrot-set) into three dimensions. The 2D set — generated by the deceptively simple iteration **zn+1 = zn2 + c** on the complex plane — yields infinite boundary detail, iconic bulging cardioids, and an inexhaustible supply of miniature self-similar copies. Surely, the reasoning went, a 3D equivalent would be even more extraordinary.

The problem is algebraic. Complex numbers live on a 2D plane, so the Mandelbrot iteration maps neatly onto pixels. Three-dimensional space lacks an equivalent algebra: [quaternions](https://en.wikipedia.org/wiki/Quaternion) work in four dimensions, not three, and the algebraic structures that *do* exist in three dimensions lack the properties needed for a well-behaved Mandelbrot-like iteration. Dimension three, as one researcher put it, is the gap in the sequence — present in physical reality but absent from the algebraic roster.

The solution, when it came, did not arrive from a tenured professor or a well-funded lab. It came from two amateur mathematicians — Daniel White and Paul Nylander — collaborating on an internet forum called Fractal Forums, working through evenings and weekends over two years. What they found in 2009 is now known as the **Mandelbulb**: the most celebrated object in 3D fractal geometry, and the starting point for a family of three-dimensional fractal forms that has since exploded in variety and richness.

  Key Takeaway: The Mandelbulb is not a mathematically exact 3D Mandelbrot set — no such thing can exist in the strict algebraic sense. It is instead the most successful approximation: a 3D fractal built using a spherical-coordinates extension of the Mandelbrot iteration, generating extraordinary self-similar surface detail across every scale of magnification.

## How Was the Mandelbulb Discovered?

Daniel White began experimenting with 3D Mandelbrot extensions in November 2007, posting his progress to [Fractal Forums](https://fractalforums.org/), the premier online community for fractal artists and enthusiasts. His core insight was geometric rather than algebraic: rather than looking for a 3D number system that mirrors complex multiplication, he asked what the *geometric operations* implicit in complex squaring would look like if performed in spherical rather than polar coordinates.

In two-dimensional polar coordinates, squaring a complex number doubles its angle and squares its radius. White extended this idea to three dimensions: in [spherical coordinates](https://en.wikipedia.org/wiki/Spherical_coordinate_system), a point is described by a radius r, a polar angle &theta;, and an azimuthal angle &phi;. White defined the &ldquo;nth power&rdquo; of a 3D vector **v** as:

**v**n  :=  rn &thinsp;&langle;&thinsp; sin(n&theta;)cos(n&phi;),&ensp;sin(n&theta;)sin(n&phi;),&ensp;cos(n&theta;) &thinsp;&rangle;

The iteration **v**  &mapsto;  **v**n + **c** is then run in the same way as the Mandelbrot set: points whose orbit stays bounded are inside the object; points whose orbit escapes to infinity are outside, colored by escape speed. Paul Nylander refined the formula and rendered the first compelling images of the power-8 version in late 2009. A *New Scientist* article entitled &ldquo;The Mandelbulb: first &lsquo;true&rsquo; 3D image of famous fractal&rdquo; brought the discovery to a global audience.

The **power-8 Mandelbulb** &mdash; **f(p) = p8 + c** &mdash; quickly became the canonical form. Its eight-lobed body, honeycombed with increasingly fine tentacles and filaments, strikes an almost organic balance between global structure and microscopic detail. As White himself noted to *New Scientist*, the form is still not a *perfect* 3D fractal: &ldquo;There are still &lsquo;whipped cream&rsquo; sections, where there isn&rsquo;t detail.&rdquo; The iteration does not preserve conformality the way complex-number multiplication does in 2D, so some surface regions remain smoother than others. But the overall structure &mdash; self-similar, inexhaustible, and visually arresting &mdash; captured the imagination of the mathematical world immediately.

Several contributors beyond White and Nylander were instrumental in the early development. Thomas Ludwig was the first to render the power-2 Mandelbulb in early 2008. David Makin contributed formula work alongside Nylander. Later, Jérémie Brunet, Krzysztof Marczak, and Johan Andersson extended the software ecosystem that made high-quality Mandelbulb rendering accessible to artists worldwide.

  Mandelbulb Power Variants at a Glance

      Power (n)
      Lobes
      Visual Character
      Notes

      2
      2
      Rounded, sphere-like
      First rendered by Thomas Ludwig (2008); least surface fractal detail

      3
      3
      Tricorn-adjacent
      Smooth polar caps; transitional form between sphere and classic bulb

      8
      8
      Classic Mandelbulb
      Canonical form; best balance of global structure and surface detail

      9
      9
      Spiky, elongated
      Rational polynomial simplification possible; highly detailed equator band

      12+
      12+
      Increasingly spindly
      Rich surface lacework; slow to render at depth; exotic lobal geometry

## What Is the Mandelbox, and How Does It Differ from the Mandelbulb?

A year after the Mandelbulb made headlines, a different kind of 3D fractal appeared &mdash; one with a radically different construction and aesthetic. In 2010, Tom Lowe discovered the **Mandelbox** and published it at his own website. Where the Mandelbulb is organic and bulbous, the Mandelbox is angular and architectural: box-like, riddled with recursive corridors and chambers that evoke a ruined cathedral, a coral reef, or an alien city depending on the scale parameter chosen.

The Mandelbox is an [escape-time fractal](https://en.wikipedia.org/wiki/Mandelbox) generated by iterating a two-stage geometric transformation:

  - **Box fold:** Each coordinate is reflected back toward the origin if it exceeds a defined limit (&plusmn;1 by default). Think of folding a strip of paper at a crease &mdash; the portion that overshoots folds back in.

  - **Sphere fold:** Points inside a minimum radius are pushed outward (inverted through the inner sphere); points between the minimum and maximum radius are inverted through the outer sphere. Points beyond the maximum radius are unaffected.

After both folds, the vector is scaled by a parameter *s* and the initial point **c** is added: **z**n+1 = *s* &middot; fold(**z**n) + **c**. The standard Mandelbox uses *s* = 2. Changing this single scale parameter transforms the object dramatically &mdash; from a compact box at *s* = 2 to a wispy, foam-like structure at *s* = &minus;1.5, a value notable for containing approximations of many other well-known fractals nested inside it.

One crucial distinction sets the Mandelbox apart from both the Mandelbulb and the 2D Mandelbrot set: it is technically a **map of continuous Julia sets**. Each location within the object corresponds to a different Julia set with its own unique character, meaning the fractal varies qualitatively &mdash; not just in scale &mdash; as you explore it. This also means the Mandelbox can be defined in *any* number of dimensions: a 2D Mandelbox, a 4D Mandelbox, and higher-dimensional variants all follow from the same folding logic, making it perhaps the most generalizable member of the Mandelbrot family.

## How Are 3D Fractals Actually Rendered on a Computer?

Rendering a 2D fractal like the Mandelbrot set is conceptually straightforward: color each pixel based on the escape behavior of its corresponding complex number. A 3D fractal cannot be rendered this way &mdash; it occupies volumetric space, and traditional polygon-based rendering pipelines have nothing to work with because the surface is defined only implicitly, by a mathematical iteration condition, not by a mesh of triangles.

The technique that makes 3D fractal rendering possible is called **distance-estimated ray marching**, developed and popularized in the fractal community largely through the influential blog series [Distance Estimated 3D Fractals](http://blog.hvidtfeldts.net/index.php/2011/09/distance-estimated-3d-fractals-v-the-mandelbulb-different-de-approximations/) by Mikael Hvidtfeldt Christensen (Syntopia). The algorithm works as follows:

  - For each pixel, fire a ray from the camera into the scene.

  - At the current ray position, evaluate a **distance estimator** &mdash; a formula that approximates the minimum distance to the fractal surface from the current point.

  - Step the ray forward by (approximately) that distance. Because you stepped at most as far as the nearest surface, you cannot overshoot into the object.

  - Repeat until the estimated distance falls below a threshold (you have reached the surface) or exceeds a maximum (the ray missed everything and exits the scene).

The elegance of distance estimation is that it renders the *true mathematical surface* at any scale, not a polygon approximation. Zoom into a Mandelbulb render by a factor of a trillion and the surface remains crisp, because the computation simply runs more iterations to resolve the finer detail. The trade-off is compute time: a single high-resolution Mandelbulb render with deep ambient occlusion and volumetric lighting can take hours on a CPU or minutes on a modern GPU.

Two free software packages dominate the 3D fractal rendering community:

  - **[Mandelbulb 3D (MB3D)](https://mandelbulb3d.com/)** &mdash; Created by Jesse and contributors at Fractal Forums, based on White and Nylander&rsquo;s work. Offers a large formula library, professional lighting presets including screen-space ambient occlusion, depth-of-field, and volumetric fog. Supports formula hybridization (stacking and blending multiple formulas per render). The most widely used 3D fractal creation tool by community output volume.

  - **[Mandelbulber](https://www.mandelbulb.com/2012/3d-fractal-rendering-mandelbulber/)** &mdash; Open-source, created by Krzysztof Marczak. Available on Windows, Linux, and Mac. Supports OpenCL GPU preview. Covers Mandelbulb, Mandelbox, Menger Sponge, Quaternion fractals, IFS, and more. Strong choice for scripting and batch-render automation.

## Why Do 3D Fractals Capture the Mathematical Imagination?

Part of the answer is purely aesthetic. The Mandelbulb occupies a peculiar visual register: it looks simultaneously *natural* and *impossible*. Its surface resembles coral, or Romanesco broccoli, or an eroded desert formation &mdash; textures that human perception is calibrated to recognize as organic and real. Yet it is generated by a handful of arithmetic operations, contains no material, grows from no evolutionary process, and repeats its structure at every scale without limit. The brain processes it as something familiar while simultaneously failing to place it in any known category.

This perceptual puzzle is related to what physicist Richard Taylor at the University of Oregon has documented for 2D fractals: human visual systems appear attuned to fractal patterns found in nature, and mid-complexity fractals consistently reduce physiological stress markers in experimental subjects. [Taylor&rsquo;s research](https://blogs.uoregon.edu/richardtaylor/2016/02/03/human-physiological-responses-to-fractals-in-nature-and-art/) was conducted on 2D images, but the same attunement may extend to three-dimensional forms &mdash; and the Mandelbulb, with its natural-seeming surface complexity, may activate precisely that response.

There is also a deeper mathematical fascination. The Mandelbulb and Mandelbox opened a territory that researchers are still actively mapping. Hybrid fractals &mdash; built by alternating iterations between two or more formulas within a single render &mdash; produce objects with characters alien to either parent. A BulbBox hybrid (alternating Mandelbulb and Mandelbox iterations) generates sea-floor-like formations neither formula produces alone. Generalized quaternion Mandelbrot sets in four dimensions can be sliced through 3D hyperplanes to reveal cross-sections with their own intrinsic fractal character.

Beyond art, recent academic work has begun treating the Mandelbulb as a serious mathematical object. A 2022 paper by Javier Barrallo and Daniel White, published in the journal *Fractals* and available as a [preprint on arXiv](https://arxiv.org/pdf/2206.06332), analyzes the algebraic foundation of the Mandelbulb construction, situating it within the theory of commutative unital magmas and clarifying its relationship to the 2D Mandelbrot set. The object that began on a hobbyist forum is acquiring rigorous mathematical scaffolding.

For the mathematical foundation that underlies all of this &mdash; how the [Mandelbrot set](https://fractal.us/famous-fractals/mandelbrot-set) generates its boundary complexity through escape-time iteration on the complex plane &mdash; or how [fractal dimension](https://fractal.us/mathematics/fractal-dimension) quantifies surface roughness across scales, those articles provide the grounding context on which 3D fractal geometry builds.

## What Other Notable 3D Fractals Exist Beyond Mandelbulb and Mandelbox?

The Mandelbulb and Mandelbox are landmarks, but the landscape of 3D fractals is considerably broader. Each of the following objects represents a different mathematical principle applied to three-dimensional space:

  - **Quaternion Julia Sets:** Computed in four dimensions and sliced into 3D hyperplanes, these produce smooth, cloud-like or tentacled forms. Because quaternion algebra is well-defined, these are mathematically closer to the &ldquo;true 3D Mandelbrot&rdquo; idea than the Mandelbulb &mdash; but they lack the intricate surface lacework of White and Nylander&rsquo;s construction.

  - **Menger Sponge:** A classical construction that iteratively removes cubic sub-volumes from a cube. Unlike the Mandelbulb, it is exactly self-similar and has a precisely calculated fractal dimension of log(20) &divide; log(3) &asymp; 2.727. See [our full article on the Menger Sponge](https://fractal.us/famous-fractals/menger-sponge) for the mathematical details of its paradoxical zero-volume, infinite-surface-area properties.

  - **IFS 3D Fractals:** Michael Barnsley&rsquo;s iterated function system framework extends to three dimensions to produce fractal ferns, trees, and tetrahedra in volumetric space, all generated from sets of affine transformations.

  - **Strange Attractors in 3D:** The Lorenz attractor &mdash; the original &ldquo;butterfly&rdquo; of chaos theory, tracing the path of a chaotic dynamical system through phase space &mdash; is a fractal object with a Hausdorff dimension of approximately 2.06, slightly above a 2D surface. It lives in 3D space but never fills it, endlessly weaving a fractal thread around two unstable equilibria.

  - **Fractal Terrains:** Midpoint displacement and diamond-square algorithms use fractal Brownian motion noise to generate the convincing mountain landscapes ubiquitous in film and game environments since the 1980s. The terrain is a 3D fractal surface, but one designed for visual plausibility rather than mathematical purity.

The common thread across all of these objects is the fractal principle itself: a simple rule, iterated, generating complexity that cannot be compressed into a shorter description. Whether the rule is a complex-number quadratic, a geometric fold, a system of affine transformations, or a set of differential equations, the outcome is structure at every scale &mdash; the signature fractals leave on three-dimensional space, as reliably as they leave it on the plane.

## Sources

1. [https://en.wikipedia.org/wiki/Mandelbulb](https://en.wikipedia.org/wiki/Mandelbulb)
2. [https://en.wikipedia.org/wiki/Mandelbox](https://en.wikipedia.org/wiki/Mandelbox)
3. [https://www.mandelbulb.com/about-2/](https://www.mandelbulb.com/about-2/)
4. [https://fractal.institute/daniel-white-the-man-that-coined-the-name-mandelbulb/](https://fractal.institute/daniel-white-the-man-that-coined-the-name-mandelbulb/)
5. [https://www.scientificamerican.com/blog/cocktail-party-physics/meet-the-mandelbulb/](https://www.scientificamerican.com/blog/cocktail-party-physics/meet-the-mandelbulb/)
6. [http://blog.hvidtfeldts.net/index.php/2011/09/distance-estimated-3d-fractals-v-the-mandelbulb-different-de-approximations/](http://blog.hvidtfeldts.net/index.php/2011/09/distance-estimated-3d-fractals-v-the-mandelbulb-different-de-approximations/)
7. [http://blog.hvidtfeldts.net/index.php/2010/04/folding-space-the-mandelbox-fractal/](http://blog.hvidtfeldts.net/index.php/2010/04/folding-space-the-mandelbox-fractal/)
8. [https://sites.google.com/site/mandelbox/what-is-a-mandelbox](https://sites.google.com/site/mandelbox/what-is-a-mandelbox)
9. [https://mandelbulb3d.com/](https://mandelbulb3d.com/)
10. [https://www.mandelbulb.com/2012/3d-fractal-rendering-mandelbulber/](https://www.mandelbulb.com/2012/3d-fractal-rendering-mandelbulber/)
11. [https://www.worldscientific.com/doi/10.1142/S0218348X23500627](https://www.worldscientific.com/doi/10.1142/S0218348X23500627)
12. [https://arxiv.org/pdf/2206.06332](https://arxiv.org/pdf/2206.06332)
13. [https://www.imaginary.org/gallery/the-mandelbox-an-artistic-and-geometric-journey](https://www.imaginary.org/gallery/the-mandelbox-an-artistic-and-geometric-journey)
14. [https://archive.bridgesmathart.org/2010/bridges2010-247.pdf](https://archive.bridgesmathart.org/2010/bridges2010-247.pdf)
15. [https://blogs.uoregon.edu/richardtaylor/2016/02/03/human-physiological-responses-to-fractals-in-nature-and-art/](https://blogs.uoregon.edu/richardtaylor/2016/02/03/human-physiological-responses-to-fractals-in-nature-and-art/)
16. [https://www.sciencedirect.com/science/article/abs/pii/S0960077925008422](https://www.sciencedirect.com/science/article/abs/pii/S0960077925008422)

---
Source: https://fractal.us/famous-fractals/3d-fractals-mandelbulb
Index: https://fractal.us/llms.txt · Full text: https://fractal.us/llms-full.txt
