UNPKG

@playcanvas/splat-transform

Version:

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

6 lines (5 loc) 245 B
import type { PlyData } from './read-ply'; import { DataTable } from '../data-table'; declare const isCompressedPly: (ply: PlyData) => boolean; declare const decompressPly: (ply: PlyData) => DataTable; export { isCompressedPly, decompressPly };