Monthly Archives: July 2018
Python command line tool for .ply files
I made a small python tool in order to convert/scale/align meshes stored in ply files. It is based around plyfile, a python module that read plyfiles and convert them to numpy arrays. It can also read/write from .mesh files, but … Continue reading
Posted in Uncategorized
2 Comments