QGLViewer
Qt OpenGL Widget to view, zoom, pan an OpenGL scene
Install / Use
/learn @michael-brade/QGLViewerREADME
QGLViewer
A Qt widget that allows to navigate a 3D OpenGL scene the way I want it to.
Build
mkdir build
cd build
cmake ..
make
Usage
The following lists the keyboard shortcuts.
View Bindings
-
<kbd>A</kbd>: toggle displaying the axes
-
<kbd>G</kbd>: toggle displaying the coordinate grid
-
<kbd>0</kbd>: reset the view
projection:
- <kbd>O</kbd>: use orthographic projection
- <kbd>P</kbd>: use perspective projection
camera:
- <kbd>T</kbd>: switch to target mode
- <kbd>F</kbd>: switch to free mode
Navigation - Camera Modes
Target Mode
Free Mode
License
MIT
Copyright (c) 2018-2020 Michael Brade
