Taos API Reference
    Preparing search index...

    Class TransmissionFeature

    Forward refractive transmission overlay (KHR_materials_transmission + KHR_materials_volume). Slots in after deferred lighting (and any forward overlay): it snapshots frame.hdr, draws the glass meshes refracting that snapshot, and writes the composite back to frame.hdr, depth-testing against the opaque scene depth (frame.gbuffer.depth in deferred, frame.depth in forward).

    Implements

    Index

    Constructors

    Properties

    name: string = TransmissionFeature.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: TransmissionPass | null = null
    ibl: IblTextures | undefined

    Methods