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

class Tinman.Pyramid.Constant

Short Name:
  • class Pyramid.Constant
Derived From:
Fields:

Creates a pixel pyramid of uniform color.

Fields

The following table lists all fields of this config type.

Field Type Constraint Default
required size number
# > 0
 

The size of the bottom-most pyramid level, in pixels. Will be round up to the next power of two.

required color Tinman.Color    

The uniform color value.

optional cube bool  
true

Create an unprojected cubemap pyramid (true) or a projected rectangular pyramid ( false).

optional tile number
# > 0
256

The tile size, in pixels. Will be round up to the next power of two.

optional pad number
# >= 0
0

The tile pad of the pyramid, in pixels.

optional georef Tinman.Georef  
null

The georeference of the pyramid.

external info Pyramid.Info    

Holds detail information about this pixel pyramid.