MandelbrotHeightmap

Description

sealed class Tinman.AddOns.Heightmaps.MandelbrotHeightmap

Derived from

Heightmap abstract

Full source code is included in the Tinman 3D SDK download.

A heightmap that computes colorful Mandelbrot samples.

Public / Constructors

Mandelbrot​Heightmap


public constructor MandelbrotHeightmap → (1)

mapType in : MapType

The map type of the heightmap.

Creates a new instance of MandelbrotHeightmap.

Public / Attributes

Mandelbrot


public attribute Mandelbrot → (get)

value : Mandelbrot

[not-null]
The Mandelbrot object.

Returns the helper object that computes Mandelbrot samples.

Configuration

Config


public static attribute Config → (get)

value : IConfigurator<IHeightmap>

[not-null]
The configurator object.

The configurator object for this type.