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 »

class Enlighten::RadDebugColouringTask

Structure describing a task to colour output pixels according to debug data.

Variables

Name Description
const RadSystemCore * m_CoreSystem

Precompute data for system solved in this task.

Geo::v128 m_DegenerateColour

The colour to apply to degenerates.

Geo::v128 m_FailedProjectionColour

The colour to apply where projection failed.

void * m_IrradianceOutput

Radiosity output.

Geo::u32 m_OutputFormat

Output format: one of the OUTPUT_FORMAT_* constants.

Geo::s32 m_OutputStride

The stride of the output texture in pixels.

Geo::v128 m_WingColour

The colour to apply to "wings" - ie overhangs.

Functions

Name Description
RadDebugColouringTask()

Default constructor.


Enlighten::RadDebugColouringTask::RadDebugColouringTask


public: RadDebugColouringTask()


Default constructor.

  • No labels