This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

struct Enlighten::Errors::PE2302

This warning indicates that some faces in an IPrecompInputMesh have an m_AlbedoId that has some of the 32 most-significant bits set.

This is a deprecated feature in Enlighten 3 - the m_AlbedoId should be set to a 32-bit value.

Variables

Name Description
const Geo::s32 Code = 2302

The error code.

Geo::u64 m_AlbedoId

The m_AlbedoId of the PrecompInputFaces (within the IPrecompInputMesh).

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.

const Geo::eGeoErrorSeverity Severity = Geo::ES_WARNING

The severity of this error.

  • No labels