SDK JS
    Preparing search index...

    Interface BvcGltfPointCloudDecoderOptions

    Construction options for BvcGltfPointCloudDecoder.

    interface BvcGltfPointCloudDecoderOptions {
        wasmInit?: WasmHostInit;
    }
    Index

    Properties

    Properties

    wasmInit?: WasmHostInit

    wasm load + init overrides (Node/Bun bytes or a custom URL); see WasmHostInit.