Taos API Reference
    Preparing search index...

    Class SSRFeature

    Screen-space reflections. Marches frame.hdr rays against frame.gbuffer.depth, picks reflections from the lit HDR, and composites them back into frame.hdr. Register between deferred lighting and post-processing.

    Implements

    Index

    Constructors

    Properties

    name: string = SSRFeature.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.

    pass: SSRPass | null = null

    Methods