This is the documentation for Enlighten.
class Enlighten PrecompClosedMeshView
class Enlighten::PrecompClosedMeshView
A view into the mesh data that defines a closed mesh.
Variables
Name | Description |
|---|---|
Geo::StridedArrayView< PrecompIndex3 > m_Faces | An array of triangles which index into the vertex array. |
Geo::StridedArrayView< Geo::GeoPoint3 > m_Vertices | An array which contains all vertices in the mesh. |