Nothing Special   »   [go: up one dir, main page]

User:DuncanMacC/sandbox: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
 
Line 4:
==3D images of Mandelbrot and Julia sets==
 
In addition to creating two dimensional images of the Mandelbrot set, various techniques can be used to render Mandelbrot and Julia sets as 3D height map[[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.