[#42] add vertical movement via E and Q keys to Camera
Before, the camera object was just able to move along the xz plane. For vertical movement, you have to pan view and then use forward or backward movement to move up or down. This might be not so handy for the user. Now, you can use E to move up and use Q to move down (both along default world up vector).
parent
dab6bc9f
No related branches found
No related tags found
Showing
- modules/camera/include/vkcv/camera/Camera.hpp 14 additions, 0 deletionsmodules/camera/include/vkcv/camera/Camera.hpp
- modules/camera/include/vkcv/camera/CameraManager.hpp 1 addition, 1 deletionmodules/camera/include/vkcv/camera/CameraManager.hpp
- modules/camera/src/vkcv/camera/Camera.cpp 12 additions, 0 deletionsmodules/camera/src/vkcv/camera/Camera.cpp
- modules/camera/src/vkcv/camera/CameraManager.cpp 6 additions, 0 deletionsmodules/camera/src/vkcv/camera/CameraManager.cpp
Please register or sign in to comment