]> git.tdb.fi Git - libs/gl.git/history - source/camera.h
Add getters for RenderTarget width and height
[libs/gl.git] / source / camera.h
2017-12-21 Mikko RasaAdd a loader to Camera
2017-12-20 Mikko RasaRename various get/set_aspect functions to aspect_ratio
2017-11-10 Mikko RasaDerive Camera and Light from Placeable
2016-12-05 Mikko RasaRemove some methods that have been deprecated for a...
2016-11-05 Mikko RasaProperly compute frustum culling for orthographic cameras
2016-10-24 Mikko RasaFix Camera::unproject
2016-08-02 Mikko RasaSupport rotating the camera frustum
2014-11-13 Mikko RasaAdd orthographic mode to Camera
2013-11-25 Mikko RasaStore and expose the projection matrix
2013-11-25 Mikko RasaMake better use of matrix operations in Camera
2013-09-21 Mikko RasaSupport off-center frustum in Camera
2013-06-18 Mikko RasaField of view is an angle too
2013-05-18 Mikko RasaUse libmspmath to provide vector and matrix operations
2011-09-06 Mikko RasaDrop Id tags and copyright notices from files
2011-01-10 Mikko RasaAdd a rendering supervisor class
2010-11-03 Mikko RasaUse the matrix classes internally
2010-02-24 Mikko RasaFix 4th column of camera matrix
2010-02-20 Mikko RasaAdd a Camera class