Rehti MMORPG  1.0.0
Rehti MMORPG is a free and open source MMORPG game.
Camera.hpp File Reference
#include <glm/ext.hpp>
#include <glm/glm.hpp>
#include <functional>
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

struct  Target
 
class  Camera
 

Macros

#define GLM_FORCE_DEPTH_ZERO_TO_ONE
 

Functions

constexpr glm::vec3 POSITIVE_X_AXIS (1.f, 0.f, 0.f)
 
constexpr glm::vec3 POSITIVE_Y_AXIS (0.f, 1.f, 0.f)
 
constexpr glm::vec3 POSITIVE_Z_AXIS (0.f, 0.f, 1.f)
 
constexpr float STANDARD_ZOOM (12.f)
 
constexpr float MIN_ZOOM (2.f)
 
constexpr float MAX_ZOOM (25.f)
 

Macro Definition Documentation

◆ GLM_FORCE_DEPTH_ZERO_TO_ONE

#define GLM_FORCE_DEPTH_ZERO_TO_ONE

Function Documentation

◆ MAX_ZOOM()

constexpr float MAX_ZOOM ( 25.  f)
constexpr
Here is the caller graph for this function:

◆ MIN_ZOOM()

constexpr float MIN_ZOOM ( 2.  f)
constexpr
Here is the caller graph for this function:

◆ POSITIVE_X_AXIS()

constexpr glm::vec3 POSITIVE_X_AXIS ( 1.  f,
0.  f,
0.  f 
)
constexpr

◆ POSITIVE_Y_AXIS()

constexpr glm::vec3 POSITIVE_Y_AXIS ( 0.  f,
1.  f,
0.  f 
)
constexpr
Here is the caller graph for this function:

◆ POSITIVE_Z_AXIS()

constexpr glm::vec3 POSITIVE_Z_AXIS ( 0.  f,
0.  f,
1.  f 
)
constexpr
Here is the caller graph for this function:

◆ STANDARD_ZOOM()

constexpr float STANDARD_ZOOM ( 12.  f)
constexpr