model-converter-python/README.md

16 lines
405 B
Markdown
Raw Normal View History

2016-11-21 12:01:22 +01:00
# model-converter
2016-11-22 15:15:34 +01:00
This project aims to be a simple, lightweight, and useful 3D model editor
# Scripts
A few utilities to manage 3D models :
2016-11-21 16:54:53 +01:00
- `ply2obj.py` that converts a `.ply` model to a `.obj` model
- `obj2ply.py` that converts a `.obj` model to a `.ply` model
2016-11-22 15:15:34 +01:00
- `modelviewer.py` which is a simple script that renders a 3d model
## Formats supported
- Wavefront `.obj`
- Stanford `.ply`