This is the documentation for Enlighten.
struct Enlighten Errors PE2301
struct Enlighten::Errors::PE2301
This error indicates that a face in an IPrecompInputMesh indexes non-existent vertices Please make sure that the face references valid vertices.
Variables
Name | Description |
---|---|
const Geo::s32 Code = 2301 | The error code. |
Geo::s32 m_FaceIdx | The index of the PrecompInputFace (within the IPrecompInputMesh) in error. |
Geo::GeoGuid m_GeomGuid | The GUID of the IPrecompInputGeometry in error. |
Geo::GeoFileString m_GeomName | The name of the IPrecompInputGeometry in error. |
Geo::GeoGuid m_MeshGuid | The GUID of the IPrecompInputMesh in error. |
Geo::s32 m_MeshIndex | The index (within the IPrecompInputGeometry) of the IPrecompInputMesh in error. |
const Geo::eGeoErrorSeverity Severity = Geo::ES_FATAL | The severity of this error. |