Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

README.md 506 B

12345678910111213
  1. pyassimp examples
  2. =================
  3. - `sample.py`: shows how to load a model with pyassimp, and display some statistics.
  4. - `3d_viewer.py`: an OpenGL 3D viewer that requires shaders
  5. - `fixed_pipeline_3d_viewer`: an OpenGL 3D viewer using the old fixed-pipeline.
  6. Only for illustration example. Base new projects on `3d_viewer.py`.
  7. Requirements for the 3D viewers:
  8. - `pyopengl` (on Ubuntu/Debian, `sudo apt-get install python-opengl`)
  9. - `pygame` (on Ubuntu/Debian, `sudo apt-get install python-pygame`)