SleakEngine 1.0.0
C++23 multi-backend game engine
Loading...
Searching...
No Matches
Camera

Camera projection/view state and the view frustum used for CPU-side visibility tests. More...

Classes

class  Sleak::Camera
struct  Sleak::Plane
class  Sleak::ViewFrustum

Enumerations

enum class  Sleak::ProjectionType { Sleak::ProjectionType::Perspective , Sleak::ProjectionType::Orthographic }

Detailed Description

Camera projection/view state and the view frustum used for CPU-side visibility tests.

Enumeration Type Documentation

◆ ProjectionType

enum class Sleak::ProjectionType
strong

#include <Camera.hpp>

Perspective or orthographic projection mode for a Camera.

Enumerator
Perspective 
Orthographic 

Definition at line 13 of file Camera.hpp.