Jump to content

User:DuncanMacC/sandbox

From Wikipedia, the free encyclopedia

3D images of Mandelbrot and Julia sets

[edit]

In addition to creating two dimensional images of the Mandelbrot set, various techniques can be used to render Mandelbrot and Julia sets as 3D Heightmap images, where each pixel in a 2D images is given a height value, and the resulting image is rendered as a 3D graphic.

The simplest approach to 3D rendering uses the iteration value for each pixel as a height value. This produces images with distinct "steps" in the height value.

Mandelbrot set rendered in 3D using integer iterations

If instead you use the fractional iteration value (also known as the potential function) to calculate the height value for each point, you avoid steps in the resulting image. However, images rendered in 3D using fractional iteration data still look rather bumpy and visually noisy.

Mandelbrot set rendered in 3D using fractional iteration values

A better approach is to use Distance Estimate (DE) data for each point to calculate a height value. Non-linear mapping of distance estimate value using an exponential function can produce visually pleasing images. Images plotted using DE data are often visually striking, and more importantly, the 3D shape makes it easy to visualize the thin "tendrils" that connect points of the set.

Mandelbrot set rendered in 3D using Distance Estimates


Below is a 3D version of the "Image gallery of a zoom sequence" gallery above, rendered as height maps using Distance Estimate data, and using similar cropping and coloring.