Simple Python Module to load, construct, parse, transform, save meshes in OBJ/PLY format
Simple Python 2/3 module to load/make/parse/save PLY/OBJ geometries
pip
installed, if not do:
sudo easy_install pip
git clone git@github.com:patriciogonzalezvivo/Meshes.git
cd Meshes
make install
or manually do:
pip install -r requirements.txt
python setup.py install
Or use the Makefile by:
make install