SDK JS
    Preparing search index...

    Interface BvcGltfSplatDecoderOptions

    Construction options for BvcGltfSplatDecoder.

    interface BvcGltfSplatDecoderOptions {
        wasmInit?: WasmHostInit;
    }
    Index

    Properties

    Properties

    wasmInit?: WasmHostInit

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