SDK JS
    Preparing search index...

    Interface SpzGltfSplatDecoderOptions

    Construction options for SpzGltfSplatDecoder.

    interface SpzGltfSplatDecoderOptions {
        wasmInit?: WasmHostInit;
    }
    Index

    Properties

    Properties

    wasmInit?: WasmHostInit

    Where to load the decoder .wasm from; see WasmHostInit. Omit in the browser to let the bundler resolve the package-sibling wasm. The wasmBytes/wasmUrl precedence is documented once on @bitruvius/geo-core's BitruviusConfig.