Module dagon.graphics.camera

Defines the camera class.

Description

The dagon.graphics.camera module provides the Camera class, which inherits from Entity and represents a view into the scene. The camera supports perspective projection parameters (field of view, near and far planes) and provides methods to obtain the view and inverse view matrices for rendering.

Classes

NameDescription
Camera Represents a camera in the scene, inheriting from Entity.