kokomi.js
    Preparing search index...

    Interface AssetManagerConfig

    interface AssetManagerConfig {
        dracoDecoderPath: string;
        ktx2TranscoderPath: string;
        useDracoLoader: boolean;
        useMeshoptDecoder: boolean;
    }
    Index

    Properties

    dracoDecoderPath: string
    ktx2TranscoderPath: string
    useDracoLoader: boolean
    useMeshoptDecoder: boolean