10#include "../GameObject.hpp"
35 Camera(std::string name,
float fov = 60.0f);
Camera class for the game engine.
Definition Camera.hpp:19
float getFOV() const
Getter for the field of view of the camera.
Definition Camera.cpp:13
A Game Object loaded in the scene.
Definition GameObject.hpp:50