Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 projection

camera:

- 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