Readme
This commit is contained in:
parent
ecc8cc8ac6
commit
14c27eb33b
13
README.md
13
README.md
|
@ -1,4 +1,15 @@
|
||||||
# model-converter
|
# model-converter
|
||||||
A few utilities to manage 3D models including :
|
|
||||||
|
This project aims to be a simple, lightweight, and useful 3D model editor
|
||||||
|
|
||||||
|
# Scripts
|
||||||
|
|
||||||
|
A few utilities to manage 3D models :
|
||||||
- `ply2obj.py` that converts a `.ply` model to a `.obj` model
|
- `ply2obj.py` that converts a `.ply` model to a `.obj` model
|
||||||
- `obj2ply.py` that converts a `.obj` model to a `.ply` model
|
- `obj2ply.py` that converts a `.obj` model to a `.ply` model
|
||||||
|
- `modelviewer.py` which is a simple script that renders a 3d model
|
||||||
|
|
||||||
|
## Formats supported
|
||||||
|
- Wavefront `.obj`
|
||||||
|
- Stanford `.ply`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue