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

    Interface GLTFVolumeExtension

    interface GLTFVolumeExtension {
        attenuationColor?: readonly [number, number, number];
        attenuationDistance?: number;
        thicknessFactor?: number;
        thicknessTexture?: GLTFTextureInfo;
    }
    Index
    attenuationColor?: readonly [number, number, number]
    attenuationDistance?: number
    thicknessFactor?: number
    thicknessTexture?: GLTFTextureInfo