Python Mesh Viewer 1.0 (Default branch) |
|
|
Python Mesh Viewer is a very basic tool to display
and play with 3D models. You can either construct
them in the code (by defining points, triangles,
and quads) or load them from a file. Currently,
the only file format supported is the ".mesh"
format from the closed source software medit. The
rendering is done with absolutely no hardware
acceleration (no OpenGL).
License: GNU General Public License (GPL)
Changes:
This release performs as intended, and there are no known bugs.
|