struct Enlighten::Errors::PE5001
This error indicates that the number of probes in an octree exceeds 2^24.
The probe octree [name] generates too many probes. To prevent this error, either reduce the size of the probe regions, group the probe regions into fewer zones, or reduce the probe resolution.
Variables
Name | Description |
---|---|
const Geo::s32 Code = 5001 | The error code. ///< The error code. |
Geo::GeoFileString m_ProbeOctreeName | The name of the octree in error. |
const Geo::eGeoErrorSeverity Severity = Geo::ES_FATAL | The severity of this error. |
Functions
Name | Description |
---|---|
Message() | Return the error message. |
Anchor | ||||
---|---|---|---|---|
|
Geo::GeoFileString Enlighten::Errors::PE5001::Message
...
public: Geo::GeoFileString Message() const
...
Return the error message.