TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

class PixelPyramidBuilder in Tinman.Terrain.Pyramids

sealed class PixelPyramidBuilder  

Public / Constructors

Constant

Creates a pixel pyramid of uniform color.

[OwnerReturn]
public method Constant (int64 color)
type IPixelPyramid
params color The uniform color value (see Colors).
returns [not-null] The resulting pixel pyramid.

Shapes

Creates a pixel pyramid that rasterizes vector shape layers.

[OwnerReturn]
public method Shapes ()
type IPixelPyramidShape
returns [not-null] The pixel pyramid.

Remarks:

A valid georeference must have been specified earlier (see Georef).

Public / Methods

Georef

Specifies the georeference for the heightmap.

public method Georef (Raster geo)
type PixelPyramidBuilder
params geo The georeference raster or null.
returns [not-null] this

See also:

IPyramidBase