...
Name | Description |
---|---|
Enlighten::ClusterRange | The ClusterRange describes a range of leaf clusters that belong to a certain cluster in the tree. |
Enlighten::GeoClusterNode | Debugging output representation of a value in the clustering metric. |
Enlighten::GeoClusterNodeForest | Debugging output representation of a set of clustering metric hierarchies. |
Enlighten::GeoClusterNodeTree | Debugging output representation of a hierarchy of clustering metrics. |
Enlighten::GeoDirectionalPoint | Debugging output representation of a point with a normal. |
Enlighten::GeoRayOrigin | Debugging output representation of a ray origin. |
Enlighten::IClusteringOutput | An interface for diagnosing the quality and any issues with the clustering process in EnlightenPrecomp2. |
Enlighten::ILightTransportOutput | An interface for diagnosing the quality and any issues with the light transport process in EnlightenPrecomp2. |
Enlighten::IMeshSimpOutput | An interface for diagnosing the quality and any issues with the mesh simplification process in EnlightenPrecomp2. |
Enlighten::IrradianceOutputDesc | Irradiance and directional irradiance output capture. |
Enlighten::LightTransportPixel | Debugging output representation of an output pixel. |
Enlighten::RadDebugBucketSelectionTask | Structure describing an internal debugging task to colour output pixels according to debug data. |
Enlighten::RadDebugColouringTask | Structure describing a task to colour output pixels according to debug data. |
Enlighten::RadDebugPixelInfo | Extended information about a pixel in the Enlighten output for internal debugging purposes. |
...
Name | Description |
---|---|
CompareIrradianceOutputBuffers(Geo::Statistics &, Geo::Statistics &, const Enlighten::IrradianceOutputDesc &, const Enlighten::IrradianceOutputDesc &) | Compares a pair of Enlighten irradiance outputs. |
DoDebugColouring(const Enlighten::RadDebugColouringTask *) | Write debugging colours to an output texture. |
FindDebugPixelInfo(RadDebugPixelInfo *, float, float, const RadSystemCore *, const ILightTransportOutput *) | Fill in a RadDebugPixelInfo for a specified UV coordinate (for internal debugging purposes). |
IsValid(const RadSystemCore *, const char *) | Function that tests if the data object provided is valid (pointer checks, metadata, etc). |
IsValid(const RadProbeSetCore *, Geo::u32, const char *) | Function that tests if the data object provided is valid (pointer checks, metadata, etc). |
IsValid(const RadProbeSetCore *, const char *) | Function that tests if the data object provided is valid (pointer checks, metadata, etc). |
IsValid(const RadCubeMapCore *, const char *) | Function that tests if the data object provided is valid (pointer checks, metadata, etc). |
IsValid(const InputWorkspace *, const char *, bool) | Function that tests if the data object provided is valid (pointer checks, metadata, etc). |
IsValid(const ClusterAlbedoWorkspaceMaterialData *, const char *, bool) | Function that tests if the data object provided is valid (pointer checks, metadata, etc). |
IsValid(const PrecomputedVisibilityData *, const char *) | Function that tests if the data object provided is valid (pointer checks, metadata, etc). |
IsValid(const PrecomputedVisibilityWorkspace *, const char *) | Function that tests if the data object provided is valid (pointer checks, metadata, etc). |
IsValid(const InterpolationInputSet *, const char *) | Function that tests if the data object provided is valid (pointer checks, metadata, etc). |
IsValid(const ResamplingData *, const char *) | Function that tests if the data object provided is valid (pointer checks, metadata, etc). |
RunDebugBucketSelectionTask(const Enlighten::RadDebugBucketSelectionTask *) | Generate a texture that highlights the information specified in the task object. |
...
public: bool GEO_CALL CompareIrradianceOutputBuffers
(
Geo::Statistics & irrResult,
Geo::Statistics & dirResult,
const Enlighten::IrradianceOutputDesc & descA,
const Enlighten::IrradianceOutputDesc & descB
)
...
Compares a pair of Enlighten irradiance outputs.
Returns true if the output buffers could be compared.
...