Go to file
Thomas FORGIONE 7a9e1a741e
Support case where mtl file is missing
2016-11-29 17:24:39 +01:00
assets Removed shaders, textures are now supported 2016-11-29 15:40:30 +01:00
d3 Support case where mtl file is missing 2016-11-29 17:24:39 +01:00
.gitignore Ignore models 2016-11-29 15:47:14 +01:00
LICENSE Updated license 2016-11-29 15:56:05 +01:00
README.md Updated readme 2016-11-25 14:18:57 +01:00
convert.py Reorganized imports 2016-11-25 15:03:03 +01:00
viewer.py Named window 2016-11-29 15:42:21 +01:00

README.md

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.

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 format

  • Wavefront .obj
  • Stanford .ply