Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

struct Enlighten::Errors::PE3001

This warning indicates that a chart in an IPrecompInputGeometry has failed to pack as it is larger than the maximum atlas size.

Variables

NameDescription
const Geo::s32 Code = 3001

The error code.

Geo::s32 m_ChartHeight

The height of the chart that was attempted to be packed.

Geo::s32 m_ChartWidth

The width of the chart that was attempted to be packed.

Geo::GeoArray< Geo::GeoPair< Geo::s32, Geo::s32 > > m_FaceIdxs

The array of (mesh index within the IPrecompInputGeometry, face index within the IPrecompInputMesh) which identify the triangles which make up the offending chart.

Geo::GeoGuid m_GeomGuid

The GUID of the IPrecompInputGeometry.

Geo::GeoFileString m_GeomName

The name of the IPrecompInputGeometry.

const Geo::eGeoErrorSeverity Severity = Geo::ES_WARNING

The severity of this error.