class neTriangle

Holds the information for one triangle for the terrain mesh.

s32 indices[3];

Index into the vertex array of the terrain mesh.

s32 materialID;

Material index of this triangle

u32 flag;

Always set to neTriangle::NE_TRI_TRIANGLE.

See also neTriangleMesh.