|
Avara3D 0.2.0
C++ API reference
|
Key bindings used for free-flight translation and speed control. More...
#include <a3d/extension/camera/FlyCameraController.h>
Public Attributes | |
| DesktopInputContext::Key | forward |
| Move along the POV's forward axis. More... | |
| DesktopInputContext::Key | back |
| Move opposite the POV's forward axis. More... | |
| DesktopInputContext::Key | left |
| Move opposite the POV's right axis. More... | |
| DesktopInputContext::Key | right {DesktopInputContext::Key::D} |
| Move along the POV's right axis. More... | |
| DesktopInputContext::Key | up {DesktopInputContext::Key::Space} |
| Move along the POV's up axis. More... | |
| DesktopInputContext::Key | descendModifier |
| Reverses the up control while held. More... | |
| DesktopInputContext::Key | fastModifier |
| Applies the fast-movement multiplier while held. More... | |
Key bindings used for free-flight translation and speed control.
Definition at line 35 of file FlyCameraController.h.
| DesktopInputContext::Key a3d::ext::FlyCameraController::Controls::back |
Move opposite the POV's forward axis.
Definition at line 39 of file FlyCameraController.h.
| DesktopInputContext::Key a3d::ext::FlyCameraController::Controls::descendModifier |
Reverses the up control while held.
Definition at line 45 of file FlyCameraController.h.
| DesktopInputContext::Key a3d::ext::FlyCameraController::Controls::fastModifier |
Applies the fast-movement multiplier while held.
Definition at line 47 of file FlyCameraController.h.
| DesktopInputContext::Key a3d::ext::FlyCameraController::Controls::forward |
Move along the POV's forward axis.
Definition at line 37 of file FlyCameraController.h.
| DesktopInputContext::Key a3d::ext::FlyCameraController::Controls::left |
Move opposite the POV's right axis.
Definition at line 41 of file FlyCameraController.h.
| DesktopInputContext::Key a3d::ext::FlyCameraController::Controls::right {DesktopInputContext::Key::D} |
Move along the POV's right axis.
Definition at line 43 of file FlyCameraController.h.
| DesktopInputContext::Key a3d::ext::FlyCameraController::Controls::up {DesktopInputContext::Key::Space} |
Move along the POV's up axis.
Definition at line 44 of file FlyCameraController.h.