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

    Function createChunkDataPool

    • Create a CPU ChunkData pool.

      Parameters

      • Optionaloptions: { chunkSize?: number; maxPooledBytes?: number }

        Pool options.

        • OptionalchunkSize?: number

          Gaussians per chunk (default 1M). Should match the chunkSize of any source it services.

        • OptionalmaxPooledBytes?: number

          Cap on bytes held in the free list (default 2 GB).

      Returns ChunkDataPool

      A new ChunkDataPool.