Mesh

class HPS.Mesh : public IDisposable

The Mesh class is a concept class for mesh-related enum classes.

Public Types

enum Component

Enumerates the mesh components that vertex colors can be applied to.

Values:

Faces

The vertex colors applied to faces.

Edges

The vertex colors applied to edges.

Vertices

The vertex colors applied to vertices.

Public Functions

void Dispose ()
Mesh (HPS.Mesh in_that)