playcanvas / supersplat

3D Gaussian Splat Editor
https://playcanvas.com/supersplat/editor
MIT License
745 stars 76 forks source link

Is it possible to add a nodejs script to support converting to compressed ply file from the command line? #81

Closed gotoeasy closed 2 months ago

gotoeasy commented 2 months ago

The current editor can load both the original .ply file and .compressed.ply files, but the original .ply files are too large. It would be helpful to have a script that can automatically convert the original .ply files to compressed ply files via the command line for easier transmission.

Is it possible to add such a conversion script to enable automatic conversion? For example, using a command like this for conversion: node convert-ply-compressed.js /path/to/file.ply /path/to/file.compressed.ply