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

class Tinman.Pyramid.Unproject

Short Name:
  • class Unproject
Derived From:
Fields:

Converts the given projected rectangular pyramid into an unprojected cubemap pyramid, by resampling the pixel content.

Fields

The following table lists all fields of this config type.

Field Type Constraint Default
required source Tinman.Pyramid
# != null
 

The source pyramid.

optional tile number
# > 0
256

The unprojected tile size, in pixels.

optional pad number
# >= 0
0

The unprojected tile pad, in pixels.

optional minify bool  
true

Allow unprojected tiles to be minified during resampling?

optional magnify bool  
true

Allow unprojected tiles to be magnified during resampling?

optional partial bool  
true

Allow unprojected tiles to contain partial data (i.e. one or more missing input map tiles)?

optional levels number
# >= 0
0

Number of unprojected pyramid levels. If 0, the maximum level count will be inferred from the given rectangular pyramid and the given tile size.

external info Pyramid.Info    

Holds detail information about this pixel pyramid.