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

    Function readVoxel

    • Read a .voxel.json file and convert to DataTable (finest/leaf LOD).

      Loads the voxel octree from .voxel.json + .voxel.bin, traverses to the leaf level, and outputs a DataTable in the same Gaussian splat format as voxel-octree-node.mjs at the leaf level. Users can then save to PLY, CSV, or any other format.

      Parameters

      • fileSystem: ReadFileSystem

        File system for reading files

      • filename: string

        Path to .voxel.json (the .voxel.bin must exist alongside it)

      Returns Promise<DataTable>

      DataTable with voxel block centers as Gaussian splats