SDK JS
    Preparing search index...

    Interface LepccI3sPointCloudDecoderOptions

    Construction options for LepccI3sPointCloudDecoder.

    interface LepccI3sPointCloudDecoderOptions {
        wasmInit?: WasmHostInit;
    }
    Index

    Properties

    Properties

    wasmInit?: WasmHostInit

    Optional wasm source override; see WasmHostInit. Omit in a bundled browser app; set it for a CDN/cross-origin copy of the decoder .wasm.