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

class Tinman.Shape.Geometry

Short Name:
  • class Geometry
Derived From:
Fields:

Creates a shape from the given geometry.

Fields

The following table lists all fields of this config type.

Field Type Constraint Default
required vertices Vec2[]
# != null
 

The shape vertices, given as optionally georeferenced coordinates.

optional edges Vec2[]  
null

The shape edges, given as pairs of vertex indices.

optional triangles Vec3[]  
null

The shape triangles, given as triplets of vertex indices.

optional parity number  
0

The shape edge parity.

optional georef CoordSys  
null

The shape georeference.