Taos API Reference
    Preparing search index...

    Class SMAAFeature

    SMAA 1x anti-aliasing — a spatial, single-frame alternative to TAAFeature. No camera jitter, no history, no temporal ghosting; it cleans up edges within the current frame using SMAAPass's three sub-passes. Register it where post-processing belongs (after lighting / overlays, before bloom / tonemap).

    Reads frame.hdr and writes the resolved HDR back to frame.hdr. Unlike TAA, it needs neither depth nor velocity nor a jittered camera, so it slots into any pipeline (forward, forward+, deferred) unchanged.

    Implements

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    name: string = SMAAFeature.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: SMAAPass | null = null

    Methods