• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..04-Feb-2021-

3d_viewer.pyH A D04-Feb-202112.9 KiB416299

README.mdH A D04-Feb-2021506 149

fixed_pipeline_3d_viewer.pyH A D04-Feb-202111.1 KiB372247

quicktest.pyH A D04-Feb-20211.7 KiB5436

sample.pyH A D04-Feb-20212.7 KiB9066

README.md

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