Describes projection modes for 3D camera.
You can find more information in comments below.
enum class ProjectionMode
{
Orthographic, // Orthographic projection
Perspective // Perspective projection
};
Namespace: | nitisa |
Include: | Nitisa/Core/ProjectionMode.h |