Hilo3d API - v2.0.0-alpha.3
    Preparing search index...

    Type Alias MaterialCoverage

    MaterialCoverage:
        | Readonly<{ mode: "opaque" }>
        | Readonly<{ cutoff: number; mode: "mask" }>
        | Readonly<{ cutoff: number; mode: "alpha-to-coverage" }>

    Coverage controls whether a surface exists; it is independent of transmission and blending.