plymit

PLY mesh file reader and writer, permissively licensed.


Keywords
ply, mesh
License
MIT
Install
pip install plymit==1.0.1

Documentation

plymit

Ply files<https://en.wikipedia.org/wiki/PLY_(file_format)> are a common container format for mesh data. This package provides a permissively-licensed method of reading and writing such files. Please see tests.py for example usage.