Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

struct Geo::AtlasMeshTriangleCorner

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

Variables

NameDescription
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).