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

class Tinman.Pyramid.Builder

Short Name:
  • class Builder
Derived From:
Fields:

Common properties for building new pixel pyramids.

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.

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.

Usages

The following table shows all usages of this config type.

Extended By: