ShapeValue

Description

[Flags]
enum Tinman.Terrain.Shapes.ShapeValue

Enumeration of custom per-vertex shape values.

During shape subdivision, new custom shape value are generated by linear interpolation.

See also

IShape.ValueAt

Public / Constants

None

public constant None → (0:int32)

No shape values.

Custom

public constant Custom → (1:int32)

A custom per-vertex value with no special semantic.

Vertical

public constant Vertical → (2:int32)

The vertical coordinate of the vertex.

All

public constant All → (3:int32)

All shape values.