PGR Copakond OpenGL Engine - Bowling
Loading...
Searching...
No Matches
camera.h File Reference
#include "../pgr-portable.h"
#include "geometry.h"
#include "../light/fog.h"

Go to the source code of this file.

Classes

class  copakond::Camera
 Camera for generating view and projection matrices. More...

Namespaces

namespace  copakond
 PGR Semestral work with sample scenes and bowling. doxygen was generated with a help of LLM.

Macros

#define FRONT   0
#define BACK   1
#define LEFT   2
#define RIGHT   3
#define UP   4
#define DOWN   5
#define MAX_FOV   359.0f
#define MIN_FOV   1.0f

Macro Definition Documentation

◆ BACK

#define BACK   1

◆ DOWN

#define DOWN   5

◆ FRONT

#define FRONT   0

◆ LEFT

#define LEFT   2

◆ MAX_FOV

#define MAX_FOV   359.0f

◆ MIN_FOV

#define MIN_FOV   1.0f

◆ RIGHT

#define RIGHT   3

◆ UP

#define UP   4