Taos API Reference
    Preparing search index...

    Class DofFeature

    Depth-of-field post-process. Reads frame.hdr + frame.gbuffer.depth, writes the result back into frame.hdr.

    Implements

    Index

    Constructors

    Properties

    name: string = DofFeature.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: DofPass | null = null
    focusDistance: number
    focusRange: number
    bokehRadius: number
    skyInFocus: boolean

    Methods