2016-11-21 11:01:22 +00:00
|
|
|
# model-converter
|
2016-11-22 14:15:34 +00:00
|
|
|
|
2016-11-22 14:23:53 +00:00
|
|
|
This project aims to be a simple, lightweight, and useful 3D model editor.
|
|
|
|
For the moment, only `obj` and `ply` ascii models are supported.
|
2016-11-22 14:15:34 +00:00
|
|
|
|
2016-11-30 10:56:54 +00:00
|
|
|
Feel free to open an issue if you find anything wrong in this.
|
|
|
|
|
2016-11-22 14:15:34 +00:00
|
|
|
# Scripts
|
|
|
|
|
|
|
|
A few utilities to manage 3D models :
|
2016-11-22 14:23:53 +00:00
|
|
|
- `convert.py` that converts any type of model to any other
|
2016-11-25 13:18:57 +00:00
|
|
|
- `viewer.py` which is a simple script that renders a 3d model
|
2016-11-22 14:15:34 +00:00
|
|
|
|
2016-11-30 14:01:41 +00:00
|
|
|
## Supported formats
|
2016-11-22 14:15:34 +00:00
|
|
|
- Wavefront `.obj`
|
|
|
|
- Stanford `.ply`
|
2016-11-30 14:01:41 +00:00
|
|
|
- STL files `.stl`
|
2016-11-22 14:15:34 +00:00
|
|
|
|