This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

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

Compare with Current View Version History

« Previous Version 2 Current »

struct Enlighten::Errors::PE2506

Instance has a very high triangle density relative to its cluster size, which will cause the Enlighten precompute to take a very long time.

Provide a simplified version of the mesh as the Enlighten target mesh, or exclude the instance from the radiosity computation.

Variables

Name Description
const Geo::s32 Code = 2506

The error code.

Geo::GeoFileString m_GeomName

The name of the geometry object.

Geo::GeoFileString m_InstanceName

The name of the instance object.

Geo::s32 m_MeshIndex

The index within the geometry object of the mesh.

Geo::GeoFileString m_ParamsetName

The name of the parameter set.

const Geo::eGeoErrorSeverity Severity = Geo::ES_WARNING

The severity of this error.

Functions

Name Description
Message()

Return the error message.


Geo::GeoFileString Enlighten::Errors::PE2506::Message


public: Geo::GeoFileString Message() const


Return the error message.

  • No labels