This file contains the Camera class. More...
#include "VEngine/Scene/Transform3D.hpp"
Go to the source code of this file.
Classes | |
class | ven::Camera |
Class for camera. More... | |
Namespaces | |
namespace | ven |
Variables | |
static constexpr glm::vec3 | ven::DEFAULT_POSITION {0.F, 0.F, -2.5F} |
static constexpr glm::vec3 | ven::DEFAULT_ROTATION {0.F, 0.F, 0.F} |
static constexpr float | ven::DEFAULT_FOV = glm::radians(50.0F) |
static constexpr float | ven::DEFAULT_NEAR = 0.1F |
static constexpr float | ven::DEFAULT_FAR = 100.F |
static constexpr float | ven::DEFAULT_MOVE_SPEED = 3.F |
static constexpr float | ven::DEFAULT_LOOK_SPEED = 1.5F |
This file contains the Camera class.
Definition in file Camera.hpp.