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

struct Tinman.Pyramid.MapShape

Short Name:
  • struct Pyramid.MapShape
Fields:

A vector shape for generating pixel pyramid data.

Fields

The following table lists all fields of this config type.

Field Type Constraint Default
required shape Shape    

The vector shape to render.

required ramp Tinman.Color.Ramp    

The color ramp to use for rasterization of the vector shape. The color ramp input coordinates roughly correspond to pixels.

optional layer number  
0

The layer of the shape. Map shapes with higher layer values are rendered on top.

optional from number  
0

First bound of range of pyramid levels on which the shape shall be visible (inclusive).

optional to number  
2147483647

Second bound of range of pyramid levels on which the shape shall be visible (inclusive).

optional op ColorOp  
Blend

The color operation to use for combining the rasterized shape pixels with the current buffer contents.

Usages

The following table shows all usages of this config type.

Used By: