UNPKG

@playcanvas/splat-transform

Version:

Library and CLI tool for 3D Gaussian splat format conversion and transformation

9 lines (8 loc) 434 B
export { filterAndFillBlocks } from './block-cleanup'; export { voxelizeToBuffer, alignGridBounds } from './voxelize'; export { filterCluster, findClusterVoxelFlood } from './filter-cluster'; export { filterFloaters } from './filter-floaters'; export { carve } from './carve'; export { fillExterior } from './fill-exterior'; export { fillFloor } from './fill-floor'; export type { NavSeed, NavSimplifyResult } from './fill-exterior';