t
|
Classes | |
class | t::Camera |
The base camera class. More... | |
class | t::OrthographicCamera |
The orthographic projection camera. More... | |
class | t::PerspectiveCamera |
The perspective projection camera. More... | |
A camera is a point of view in a 3D scene. It is defined by a projection matrix that transforms the view-space coordinates into normalized device coordinates (NDC).