Engine²
Open-source game engine written in C++.
Loading...
Searching...
No Matches
DefaultBehavior.hpp File Reference
#include <cmath>
#include <GLFW/glfw3.h>
#include <glm/glm.hpp>
#include "Logger.hpp"
#include "component/Camera.hpp"
#include "component/Transform.hpp"
#include "core/Core.hpp"
#include "resource/CameraManager.hpp"
#include "resource/InputManager.hpp"
#include "resource/Window.hpp"
#include "utils/CameraBehavior.hpp"
#include "utils/CameraUtils.hpp"

Go to the source code of this file.

Classes

class  CameraMovement::Utils::DefaultBehavior
 Default camera behavior with WASD movement and mouse look. More...

Namespaces

namespace  CameraMovement
namespace  CameraMovement::Utils