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

    Function writeSource

    • Write a ChunkSource to a file — the chunk-native sibling of writeFile. Formats with a streaming writer (ply/sog/compressed-ply) consume the source directly; formats without one yet materialize to a DataTable right at the writer and delegate to writeFile — the inline bridge around the not-yet-chunked writer.

      lod output is written via writeLodSource (multi-LOD + env), not here.

      Parameters

      • writeSourceOptions: WriteSourceOptions

        The source, format and options to write.

      • fs: FileSystem

        File system abstraction for writing files.

      Returns Promise<void>