|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
Tuning parameters for a first-person fly-navigation controller. More...
#include <NavigationState.hpp>
Collaboration diagram for MayaFlux::Kinesis::NavigationConfig:Public Attributes | |
| float | far_plane { 1000.0F } |
| float | fov_radians { glm::radians(60.0F) } |
| glm::vec3 | initial_eye { 0.0F, 0.0F, 5.0F } |
| glm::vec3 | initial_target { 0.0F, 0.0F, 0.0F } |
| float | mouse_sensitivity { 0.002F } |
| Radians per pixel. | |
| float | move_speed { 3.0F } |
| World units per second. | |
| float | near_plane { 0.01F } |
| float | scroll_speed { 0.5F } |
| World units per scroll tick. | |
Tuning parameters for a first-person fly-navigation controller.
Definition at line 11 of file NavigationState.hpp.