model-converter-python/README.md

19 lines
485 B
Markdown

# model-converter
This project aims to be a simple, lightweight, and useful 3D model editor.
For the moment, only `obj` and `ply` ascii models are supported.
Feel free to open an issue if you find anything wrong in this.
# Scripts
A few utilities to manage 3D models :
- `convert.py` that converts any type of model to any other
- `viewer.py` which is a simple script that renders a 3d model
## Supported formats
- Wavefront `.obj`
- Stanford `.ply`
- STL files `.stl`