Interface AssetManagerConfig

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

Properties

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