Taos API Reference
    Preparing search index...

    Interface TransmissionFeatureOptions

    interface TransmissionFeatureOptions {
        ibl?: IblTextures;
        drawItems: () => readonly TransmissionDrawItem[];
    }
    Index

    Properties

    Properties

    ibl?: IblTextures

    IBL the glass surface reflects (Fresnel). Mirrors the deferred path's IBL.

    drawItems: () => readonly TransmissionDrawItem[]

    Source of refractive (glass / amber) draw items. Returns the transmissive meshes — typically the subset of a model whose material.transmission > 0, built as static (un-skinned) meshes. Samples own this so the feature stays decoupled from the scene graph.