Key |
Description |
Associated function |
Action |
A |
Toggle the display of the world axis |
QGLViewer::toggleDrawAxis() |
DrawAxis |
G |
Toggle the display of the XY grid |
QGLViewer::toggleDrawGrid() |
DrawGrid |
F |
Toggle the display of the Frame per Second |
QGLViewer::toggleDisplayFPS() |
DisplayFPS |
? |
Toggle the display of all the text |
QGLViewer::toggleDisplayText() |
EnableText |
S |
Toggle the stereo display. |
QGLViewer::toggleStereo() |
Stereo |
H |
Calls a help function. |
QGLViewer::help() |
Help |
Esc |
Quit the application. |
qApp->quit() |
Exit |
Space |
Switch between the FLY and REVOLVE camera mode. |
camera.toggleMode() |
CameraMode |
Return |
Start/stop the animation loop. |
QGLViewer::toggleAnimationMode() |
Animation |
Ctrl-S |
Open the save snapshot dialog box. |
QGLViewer::saveSnapshot() |
SaveScreenshot |
Alt-Return |
Toggle the full screen mode |
QGLViewer::toggleFullScreen() |
FullScreen |
Alt+(F1-F12) |
Defines a new camera key frame for path 1..12. |
camera.addKeyFrame(i) |
- |
F1-F12 |
Plays/Pause camera key frame path (if defined). |
camera.playKeyFramePath(i) |
- |
Ctrl+(F1-F12) |
Reset the camera key frame path 1..12. |
camera.resetKeyFramePath(i) |
- |
C |
Toggle the camera key frame path editor. |
toggleCameraPathEditor() |
EditCameraPaths |