Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)

Enlighten API 4.03 Documentation
Results will update as you type.
  • class Enlighten BaseSystem
  • class Enlighten BaseSystemSolutionSpace
  • class Enlighten BaseWorker
  • class Enlighten BoundingBox2D
  • class Enlighten BoxSpotlight
  • class Enlighten BoxVolume
  • class Enlighten CallableEnqueueFunctorCommand
  • class Enlighten ClusterAlbedoWorkspaceMaterialData
  • class Enlighten ClusterMaterialComponent
  • class Enlighten ClusterMaterials
  • class Enlighten ClusterProbeTransparencySampleData
  • class Enlighten ClusterRange
  • class Enlighten Command
  • class Enlighten ConstLightValueIterator
  • class Enlighten CopyAlbedoBufferInfo
  • class Enlighten CopyBounceBufferInfo
  • class Enlighten CopyEmissiveBufferInfo
  • class Enlighten CopyEmissiveEnvironmentInfo
  • class Enlighten CopyInputLightingBufferInfo
  • class Enlighten CopyProbeOutputInfo
  • class Enlighten CopyRawOutputInfo
  • class Enlighten CopyTransparencyBufferInfo
  • class Enlighten CopyVisibilityBufferInfo
  • class Enlighten CpuAlbedoHandler
  • class Enlighten CpuCubeMap
  • class Enlighten CpuDynamicObject
  • class Enlighten CpuEnvironment
  • class Enlighten CpuSystem
  • class Enlighten CpuSystemSolutionSpace
  • class Enlighten CpuTextureSamplerBase
  • class Enlighten CpuWorker
  • class Enlighten DefaultGeometryTransparencySampler
  • class Enlighten DefaultThreadGroup
  • class Enlighten DirectInputLightingParameters
  • class Enlighten DirectionalLight
  • class Enlighten Dx11TextureUpdater
  • class Enlighten DynamicMaterialWorkspace
  • class Enlighten DynamicObject
  • class Enlighten EnlightenProfile
  • class Enlighten EnlightenTask
  • class Enlighten EntireProbeSetTask
  • class Enlighten FitModel
  • class Enlighten FixedTimeLimiter
  • class Enlighten Fp16CpuTextureSampler
  • class Enlighten FrustumLight
  • class Enlighten FunctorCommand
  • class Enlighten GenericColourBuffer
  • class Enlighten GeoClusterNode
  • class Enlighten GeoClusterNodeForest
  • class Enlighten GeoClusterNodeTree
  • class Enlighten GeoDirectionalPoint
  • class Enlighten GeoRayOrigin
  • class Enlighten GlTextureUpdater
  • class Enlighten GpuTextureWrapper
  • class Enlighten IAsyncTask
  • class Enlighten IBake
  • class Enlighten IBakeInputGeometryLightingNormals
  • class Enlighten IBakeInputGeometryTangents
  • class Enlighten IBakeInputGeometryUvs
  • class Enlighten IBakeInputLighting
  • class Enlighten IBakeInputMaterial
  • class Enlighten IBakeInputMeshLightingNormals
  • class Enlighten IBakeInputMeshTangents
  • class Enlighten IBakeInputMeshUvs
  • class Enlighten IBakeInputProperties
  • class Enlighten IBakeInputRayOriginPositions
  • class Enlighten IBakeInputRuntime
  • class Enlighten IBakeInputSystem
  • class Enlighten IBakeOutputProbeSet
  • class Enlighten IBakeOutputProbeSetVisibility
  • class Enlighten IBakeOutputSystemAO
  • class Enlighten IBakeOutputSystemDirect
  • class Enlighten IBakeOutputSystemFinalGather
  • class Enlighten IBakeOutputSystemIndirect
  • class Enlighten IBakeOutputSystemRadiosityNormal
  • class Enlighten IBakeOutputSystemVisibility
  • class Enlighten IBakeRuntimeLighting
  • class Enlighten IBakeSolvedRuntime
  • class Enlighten IBakeSystemResource
  • class Enlighten IBakeTextureManager
  • class Enlighten IBakeVisibilityBuffer
    Calendars

You‘re viewing this with anonymous access, so some content might be blocked.
/
class Enlighten EntireProbeSetTask

    This is the documentation for Enlighten.

    class Enlighten EntireProbeSetTask

    Sept 09, 2025

    class Enlighten::EntireProbeSetTask

    An EntireProbeSetTask solves an entire set of probes as an atomic block.

    (It is not possible to specify a subset to be solved, as with RadProbeTask.)

    Variables

    Name Description
    const RadProbeSetCore * m_CoreProbeSet

    Precompute data for the probe sample points. Must be 16-byte aligned.

    const DirectionPalette * m_DirectionPalette

    Direction Palette to use with this solve task. Create with CreateDirectionPalette.

    const InputLightingBuffer * m_Environment

    Emissive environment for the task to read from. Must be 16-byte aligned, although may be NULL.

    const InputLightingBuffer ** m_InputLighting

    Ordered list of input lighting buffers that the task can read from to solve the points. Must be 16-byte aligned.

    void * m_Output

    Location to write floating-point output.

    Geo::u32 m_OutputFormat

    Either PROBE_OUTPUT_FORMAT_FP16 or PROBE_OUTPUT_FORMAT_FP32.

    Geo::u32 m_OutputShOrder

    The type of spherical harmonics to use when solving the probe set.

    Geo::s32 m_OutputSize

    Size of the allocated output data.

    void * m_TemporalCoherenceBuffer

    Persistent buffer of tracking data for temporal coherence optimisation.

    float m_TemporalCoherenceEpsilon

    Small bias value added to the lighting intensity to ensure stable computation.

    float m_TemporalCoherenceThreshold

    The threshold value for temporal coherence.

    Geo::u8 * m_U8Output

    Location to write compressed output.

    float m_U8OutputScale

    Scale to apply before writing compressed output.

    Functions

    Name Description
    EntireProbeSetTask()

    Default constructor.


    Enlighten::EntireProbeSetTask::EntireProbeSetTask


    public: EntireProbeSetTask()


    Default constructor.

    , multiple selections available,
    {"serverDuration": 10, "requestCorrelationId": "f56da79556914caaaea8f6e958a57572"}