-
Notifications
You must be signed in to change notification settings - Fork 17
Commandline Tools
mika edited this page Oct 19, 2019
·
49 revisions
PlyConverter: Converts PLY files (ascii/binary) into *.ucpc format (v2)
> plyconverter -input=yourfile.ply
converts file to v2 and saves into same folder as input file (with *.ucpc extension)
> plyconverter -input=yourfile.ply -output=c:/data/myfolder/
converts, and outputs into that folder (with same filename.ucpc extension)
> plyconverter -input=yourfile.ply -scale=0.1 -limit=10000
converts, scales, and reads only first 10000 points (good for testing if scale is correct)
> plyconverter -input=yourfile.ply -flip:yz
converts, flips y & z values
> plyconverter -input=yourfile.ply -flip:yz -offset:auto
converts, flips y & z values, and autooffsets near 0,0,0 (same way like the binary converter does)