lmgl 1.0.0
A lightweight OpenGL graphics engine library written in C++
Loading...
Searching...
No Matches
camera.hpp File Reference

Declaration of the Camera class for managing viewport and projection. More...

#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>

Go to the source code of this file.

Classes

class  lmgl::scene::Camera
 Represents a camera for viewing the 3D scene. More...
 

Namespaces

namespace  lmgl
 Forward declarations for Assimp Material structure.
 
namespace  lmgl::scene
 Namespace for scene-related classes and functions.
 

Detailed Description

Declaration of the Camera class for managing viewport and projection.

This file contains the declaration of the Camera class, which handles view and projection transformations for rendering 3D scenes.