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

enum TupleType in Tinman.Terrain.Vertices

Enumeration of tuple element types.

enum TupleType  

Items

Int = 0

A tuple of 32-bit integer values.

Remarks:

An IVertexArray instance which TupleType is Int can always be cast to one of the following classes (depending on the tuple size):

Long = 1

A tuple of 64-bit integer values.

Remarks:

An IVertexArray instance which TupleType is Int can always be cast to one of the following classes (depending on the tuple size):

Float = 2

A tuple of 32-bit floating point values.

Remarks:

An IVertexArray instance which TupleType is Float can always be cast to one of the following classes (depending on the tuple size):

Double = 3

A tuple of 64-bit floating point values.

Remarks:

An IVertexArray instance which TupleType is Double can always be cast to one of the following classes (depending on the tuple size):