https://github.com/michael-brade/qglviewer
Qt OpenGL Widget to view, zoom, pan an OpenGL scene
https://github.com/michael-brade/qglviewer
3d 3d-viewer camera cpp opengl qt5 scene
Last synced: 7 days ago
JSON representation
Qt OpenGL Widget to view, zoom, pan an OpenGL scene
- Host: GitHub
- URL: https://github.com/michael-brade/qglviewer
- Owner: michael-brade
- Created: 2018-02-28T04:37:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-22T22:34:02.000Z (about 5 years ago)
- Last Synced: 2025-04-15T19:08:33.632Z (7 days ago)
- Topics: 3d, 3d-viewer, camera, cpp, opengl, qt5, scene
- Language: C++
- Size: 35.2 KB
- Stars: 27
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
- A: toggle displaying the axes
- G: toggle displaying the coordinate grid- 0: reset the view
projection:
- O: use orthographic projection
- P: use perspective projectioncamera:
- T: switch to target mode
- F: switch to free mode### Navigation - Camera Modes
#### Target Mode
#### Free Mode
## License
MIT
Copyright (c) 2018-2020 Michael Brade