This is the documentation for Enlighten.

struct Geo AtlasMeshVertexSplitResult

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

Name Description
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.