assimp/port/PyAssimp/scripts
Faule Socke 3c02d24bf0 Fixed a bug returning not all material properties when accessing them.
Also fixed another bug occouring when no normals are provided in sample.py (lists do not have a any() method).
2013-07-28 02:10:49 +02:00
..
3d_viewer.py [pyassimp] Handle diffuse/ambient values stored as vec3 instead of vec4 2013-06-03 10:22:39 +02:00
README.md [pyassimp] Renamed the 3d for better clarity + added a short README 2013-03-30 14:35:21 +01:00
fixed_pipeline_3d_viewer.py [pyassimp] Renamed the 3d for better clarity + added a short README 2013-03-30 14:35:21 +01:00
quicktest.py [pyassimp] Make sure sample.py and quicktest.py work 2013-03-30 14:35:21 +01:00
sample.py Fixed a bug returning not all material properties when accessing them. 2013-07-28 02:10:49 +02:00

README.md

pyassimp examples

  • sample.py: shows how to load a model with pyassimp, and display some statistics.
  • 3d_viewer.py: an OpenGL 3D viewer that requires shaders
  • fixed_pipeline_3d_viewer: an OpenGL 3D viewer using the old fixed-pipeline. Only for illustration example. Base new projects on 3d_viewer.py.

Requirements for the 3D viewers:

  • pyopengl (on Ubuntu/Debian, sudo apt-get install python-opengl)
  • pygame (on Ubuntu/Debian, sudo apt-get install python-pygame)