vengine  0.0.1
3D graphics engine
Loading...
Searching...
No Matches
Camera.hpp File Reference

This file contains the Camera class. More...

+ Include dependency graph for Camera.hpp:
+ This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

This file contains the Camera class.

Definition in file Camera.hpp.