splat-transform API Reference - v1.0.0
    Preparing search index...

    Type Alias WriteOptions

    Options for writing a Gaussian splat file.

    type WriteOptions = {
        createDevice?: DeviceCreator;
        dataTable: DataTable;
        envDataTable?: DataTable;
        filename: string;
        options: Options;
        outputFormat: OutputFormat;
    }
    Index

    Properties

    createDevice?: DeviceCreator

    Optional function to create a GPU device for compression.

    dataTable: DataTable

    The splat data to write.

    envDataTable?: DataTable

    Optional environment/skybox splat data (for LOD format).

    filename: string

    Path to the output file.

    options: Options

    Processing options.

    outputFormat: OutputFormat

    The format to write.