|
Avara3D 0.2.0
C++ API reference
|
Pointer buttons and modifier keys used for camera manipulation. More...
#include <a3d/extension/camera/TurntableCameraController.h>
Public Attributes | |
| DesktopInputContext::MouseButton | orbitButton |
| Primary orbit/click button. More... | |
| DesktopInputContext::MouseButton | panButton |
| Dedicated pan/click button. More... | |
| DesktopInputContext::Key | panModifier |
| Makes orbit-button dragging pan. More... | |
| DesktopInputContext::Key | dollyModifier |
| Makes orbit-button dragging dolly. More... | |
Pointer buttons and modifier keys used for camera manipulation.
Definition at line 61 of file TurntableCameraController.h.
| DesktopInputContext::Key a3d::ext::TurntableCameraController::Controls::dollyModifier |
Makes orbit-button dragging dolly.
Definition at line 69 of file TurntableCameraController.h.
| DesktopInputContext::MouseButton a3d::ext::TurntableCameraController::Controls::orbitButton |
Primary orbit/click button.
Definition at line 63 of file TurntableCameraController.h.
| DesktopInputContext::MouseButton a3d::ext::TurntableCameraController::Controls::panButton |
Dedicated pan/click button.
Definition at line 65 of file TurntableCameraController.h.
| DesktopInputContext::Key a3d::ext::TurntableCameraController::Controls::panModifier |
Makes orbit-button dragging pan.
Definition at line 67 of file TurntableCameraController.h.