Overview
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. The rendering is done with absolutely no hardware acceleration (no OpenGL).
Members
Manager: Thomas Capricelli