This is the documentation for Enlighten.
struct Enlighten Errors PE2304
struct Enlighten::Errors::PE2304
This warning indicates that the ShadowFaces behaviour has been set using both the old IPrecompBuildParameters::SetShadowFaces API and the new PrecompMaterialInfo::m_ShadowfaceBehaviourType API.
The old API will override the new API in this case.
Variables
Name | Description |
---|---|
const Geo::s32 Code = 2304 | The error code. |
Geo::GeoGuid m_GeomGuid | The GUID of the IPrecompInputGeometry. |
Geo::GeoFileString m_GeomName | The name of the IPrecompInputGeometry. |
Geo::GeoGuid m_InstanceGuid | The GUID of the instance. |
Geo::s32 m_InstanceId | The ID of the instance. |
Geo::GeoGuid m_MaterialGuid | The GUID of the PrecompMaterialInfo. |
Geo::s32 m_MaterialGuidMappingIndex | The index (within the MaterialGuidMappingsArray of the IPrecompInputMesh) of the MaterialGuidMapping. |
Geo::GeoGuid m_MeshGuid | The GUID of the IPrecompInputMesh. |
Geo::s32 m_MeshIndex | The index (within the IPrecompInputGeometry) of the IPrecompInputMesh. |
Geo::GeoGuid m_SystemGuid | The GUID of the IPrecompInputSystem. |
Geo::GeoFileString m_SystemName | The name of the IPrecompInputSystem. |
const Geo::eGeoErrorSeverity Severity = Geo::ES_WARNING | The severity of this error. |