Versions Compared

Key

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

struct Geo::AtlasMeshVertexSplitResult

A specification describing that a specified vertex needs to duplicated, and that some of the m_Corner of the mesh faces need to be relinked to the copy.

Variables

NameDescription
GeoArray< AtlasMeshTriangleCorner > m_CornersToRelink

A list of triangle corners that need to be linked to the new vertex.

s32 m_IndexOfNewVertex

The index of the new vertex (this could be beyond the end of the mesh.)

s32 m_VertexToDuplicate

The vertex that needs to be duplicated.