This is the documentation for Enlighten.

struct Geo AtlasMeshTriangleCorner

struct Geo::AtlasMeshTriangleCorner

A specific corner of a triangle in the mesh can be identified though an AtlasMeshTriangleCorner.

Variables

Name Description
s32 m_TriangleCorner

The index of the vertex in that face (0, 1 or 2).

s32 m_TriangleIndex

The index of the triangle in the mesh (0 .. TriangleCount - 1).