Moving camera along a custom plane
This commit is contained in:
@@ -16,10 +16,13 @@ namespace OpenVulkano::Scene
|
||||
{
|
||||
Math::Vector3f m_planeNormal;
|
||||
Math::Vector3f m_position;
|
||||
Math::Vector3f m_planeRight;
|
||||
Math::Vector3f m_planeForward;
|
||||
Input::InputAction* m_actionForward;
|
||||
Input::InputAction* m_actionSide;
|
||||
Input::InputAction* m_actionBackward;
|
||||
Input::InputAction* m_actionLeft;
|
||||
Input::InputAction* m_actionRight;
|
||||
Input::InputAction* m_actionUp;
|
||||
Input::InputAction* m_actionBoost;
|
||||
|
||||
public:
|
||||
enum class DefaultAxis
|
||||
|
||||
Reference in New Issue
Block a user