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

class Tinman.Canvas.PyramidSource

Short Name:
  • class PyramidSource
Derived From:
Fields:

A canvas that fetches data from a Tinman.Pyramid.

Fields

The following table lists all fields of this config type.

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

The source pyramid.

optional colorError Tinman.Color  
Colors.Red

Background color to use for pyramid tiles that failed to load (error).

Set to Colors.Zero to produce the same tile data as for empty tiles.

optional colorVoid Tinman.Color  
Colors.Magenta

Background color to use for non-existent pyramid tiles (void).

Set to Colors.Zero to produce the same tile data as for empty tiles.