Homesplat-transform API Reference - v3.0.0
    Preparing search index...

    Type Alias WriteOptions

    Options for writing a Gaussian splat file.

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

    Optional function to create a GPU device for compression.

    dataTable: DataTable

    The splat data to write.

    filename: string

    Path to the output file.

    options: Options

    Processing options.

    outputFormat: OutputFormat

    The format to write.