This is the documentation for Enlighten.

class Enlighten PrecompMeshInstanceView

class Enlighten::PrecompMeshInstanceView

A view into the mesh data associated with an instance.

Variables

Name Description
Geo::StridedArrayView< PrecompIndex3 > m_Faces

An array of triangles which index into the vertex array.

Geo::Matrix m_Transform

The transform to apply to each vertex of the mesh.

Geo::StridedArrayView< Geo::GeoPoint3 > m_Vertices

An array which contains all vertices in the mesh.