Taos API Reference
    Preparing search index...

    Class ReflectionProbeFeature

    Discovers ReflectionProbe components in the scene each frame, allocates them slots in a shared cube-array, and inserts a ReflectionProbeCapturePass + ReflectionProbeIblPass chain to keep their captured environment + IBL convolutions up to date according to each probe's ReflectionProbe.updateMode.

    The feature exposes its cube-array views and per-probe UBO via frame.extras[REFLECTION_PROBE_BINDINGS_KEY]. The DeferredLightingFeature reads this and binds the probe data into the lighting pass's optional group 4.

    Implements

    Index

    Constructors

    Properties

    name: string = ReflectionProbeFeature.name

    Stable identifier used for lookup, signature hashing, and pass-name keying.

    enabled: boolean = true

    When false, the feature is skipped each frame. Toggling triggers a cached-graph invalidation.

    capturePass: ReflectionProbeCapturePass | null = null
    iblPass: ReflectionProbeIblPass | null = null

    Accessors

    Methods