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

    Type Alias OutputFormat

    OutputFormat:
        | "csv"
        | "sog"
        | "sog-bundle"
        | "lod"
        | "compressed-ply"
        | "ply"
        | "html"
        | "html-bundle"

    Supported output file formats for Gaussian splat data.

    • ply - Standard PLY format
    • compressed-ply - Compressed PLY format
    • csv - CSV text format (for debugging/analysis)
    • sog - PlayCanvas SOG format (separate files)
    • sog-bundle - PlayCanvas SOG format (bundled into single .sog file)
    • lod - Multi-LOD format with chunked data
    • html - Self-contained HTML viewer (separate assets)
    • html-bundle - Self-contained HTML viewer (all assets embedded)