A Qt widget that allows to navigate a 3D OpenGL scene the way I want it to.
mkdir build
cd build
cmake ..
make
The following lists the keyboard shortcuts.
-
A: toggle displaying the axes
-
G: toggle displaying the coordinate grid
-
0: reset the view
projection:
- O: use orthographic projection
- P: use perspective projection
camera:
- T: switch to target mode
- F: switch to free mode
MIT
Copyright (c) 2018-2020 Michael Brade