Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 months 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-22T22:34:02.000Z (almost 5 years ago)
- Last Synced: 2024-10-05T09:28:11.506Z (4 months ago)
- Topics: 3d, 3d-viewer, camera, cpp, opengl, qt5, scene
- Language: C++
- Size: 35.2 KB
- Stars: 26
- 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