Voltray Engine Docs
Loading...
Searching...
No Matches
BaseCamera.h File Reference
#include "../Math/Vec3.h"
#include "../Math/Mat4.h"
#include "../Math/Ray.h"
#include <memory>
#include <string>
Include dependency graph for BaseCamera.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BaseCamera
 Abstract base class for all camera types. More...
 

Enumerations

enum class  CameraType { PERSPECTIVE , ORTHOGRAPHIC }
 Enumeration of all supported camera types. More...
 

Enumeration Type Documentation

◆ CameraType

enum class CameraType
strong

Enumeration of all supported camera types.

Enumerator
PERSPECTIVE 
ORTHOGRAPHIC