]> git.tdb.fi Git - libs/gl.git/history - source/camera.cpp
Refactor AnimationPlayer ticking
[libs/gl.git] / source / camera.cpp
2017-12-21 Mikko RasaAdd a loader to Camera
2017-12-20 Mikko RasaRename various get/set_aspect functions to aspect_ratio
2017-11-14 Mikko RasaCosmetic fixes
2017-11-10 Mikko RasaDerive Camera and Light from Placeable
2016-10-24 Mikko RasaFix Camera::unproject
2016-08-02 Mikko RasaSupport rotating the camera frustum
2014-11-16 Mikko RasaFix orthographic projection matrix calculation
2014-11-13 Mikko RasaAdapt to the new vector/matrix slicing API in mspmath
2014-11-13 Mikko RasaAdd orthographic mode to Camera
2014-10-16 Mikko RasaInitialize camera matrices in constructor
2013-11-27 Mikko RasaConvert Matrix to use floats
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
2010-11-03 Mikko RasaUse the matrix classes internally
2010-02-25 Mikko RasaFix projection calculations in camera.cpp
2010-02-24 Mikko RasaFix 4th column of camera matrix
2010-02-20 Mikko RasaAdd a Camera class