EntropyCanvas::ReflectionProbeComponent
EntropyCanvas::ReflectionProbeComponent
Section titled “EntropyCanvas::ReflectionProbeComponent”Single reflection probe component (for manual placement). More…
#include <GlobalIllumination.h>
Public Functions
Section titled “Public Functions”| Name | |
|---|---|
| ENTROPY_REGISTER_TYPE(ReflectionProbeComponent ) | |
| ENTROPY_FIELD_EXTENSION(uint32_t , captureResolution ) | |
| ENTROPY_FIELD(float , influenceRadius ) | |
| virtual | ENTROPY_FIELD(float , falloffExponent ) =0 |
| ENTROPY_FIELD(float , intensity ) | |
| ENTROPY_FIELD(SGLobeConfig , lobeConfig ) | |
| ENTROPY_FIELD(ProbeUpdatePriority , updatePriority ) | |
| ENTROPY_FIELD(bool , useBoxProjection ) | |
| ENTROPY_FIELD(glm::vec3 , boxExtents ) |
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| uint32_t | probeAtlasIndex |
| bool | needsCapture |
Detailed Description
Section titled “Detailed Description”struct EntropyCanvas::ReflectionProbeComponent;Single reflection probe component (for manual placement).
Unlike ProbeVolumeComponent which creates a grid, this places a single high-quality probe at a specific location.
Public Functions Documentation
Section titled “Public Functions Documentation”function ENTROPY_REGISTER_TYPE
Section titled “function ENTROPY_REGISTER_TYPE”ENTROPY_REGISTER_TYPE( ReflectionProbeComponent)function ENTROPY_FIELD_EXTENSION
Section titled “function ENTROPY_FIELD_EXTENSION”ENTROPY_FIELD_EXTENSION( uint32_t , captureResolution)function ENTROPY_FIELD
Section titled “function ENTROPY_FIELD”ENTROPY_FIELD( float , influenceRadius)function ENTROPY_FIELD
Section titled “function ENTROPY_FIELD”virtual ENTROPY_FIELD( float , falloffExponent) =0function ENTROPY_FIELD
Section titled “function ENTROPY_FIELD”ENTROPY_FIELD( float , intensity)function ENTROPY_FIELD
Section titled “function ENTROPY_FIELD”ENTROPY_FIELD( SGLobeConfig , lobeConfig)function ENTROPY_FIELD
Section titled “function ENTROPY_FIELD”ENTROPY_FIELD( ProbeUpdatePriority , updatePriority)function ENTROPY_FIELD
Section titled “function ENTROPY_FIELD”ENTROPY_FIELD( bool , useBoxProjection)function ENTROPY_FIELD
Section titled “function ENTROPY_FIELD”ENTROPY_FIELD( glm::vec3 , boxExtents)Public Attributes Documentation
Section titled “Public Attributes Documentation”variable probeAtlasIndex
Section titled “variable probeAtlasIndex”uint32_t probeAtlasIndex {UINT32_MAX};variable needsCapture
Section titled “variable needsCapture”bool needsCapture {true};Updated on 2026-01-26 at 17:14:35 -0500