This is the documentation for Enlighten.

struct Enlighten PrecompMeshIdentifier

struct Enlighten::PrecompMeshIdentifier

Simple struct to identify an IPrecompInputMesh with the name and GUID of the geom and the index and GUID of the mesh.

Variables

Name Description
Geo::GeoGuid m_GeomGuid

The GUID of the IPrecompInputGeometry.

Geo::GeoFileString m_GeomName

The name of the IPrecompInputGeometry.

Geo::GeoGuid m_MeshGuid

The GUID of the IPrecompInputMesh.

Geo::s32 m_MeshIndex

The index (within the IPrecompInputGeometry) of the IPrecompInputMesh.