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::RadDebugPixelInfo

Extended information about a pixel in the Enlighten output for internal debugging purposes.

Variables

Name Description
Geo::v128 m_AverageIrradianceNormal

Average irradiance normal of the pixel.

Geo::v128 m_Centre

The location of the pixel centre.

bool m_IsQuadPixel

Whether the pixel is a quad pixel (runtime only).

Geo::s32 m_PixelX

X coordinate.

Geo::s32 m_PixelY

Y coordinate.

Geo::s32 m_PrecompBucketIndex

Index of the bucket this pixel belongs to in the precompute.

Geo::s32 m_PrecompPixelIndex

Index of the pixel in the precompute.

Geo::s32 m_RuntimeBucketIndex

Index of the bucket this pixel belongs to in the runtime (after data layout optimisations).

Geo::s32 m_RuntimePixelIndex

Index of the pixel in the runtime (after data layout optimisations).

Functions

Name Description
RadDebugPixelInfo()

Constructor for an empty RadDebugPixelInfo.


Enlighten::RadDebugPixelInfo::RadDebugPixelInfo


public: RadDebugPixelInfo()


Constructor for an empty RadDebugPixelInfo.

  • No labels