summaryrefslogtreecommitdiffhomepage
path: root/src/camera.h
AgeCommit message (Collapse)Author
2017-05-08Some comment tweaksRay
Still some work left on camera...
2017-05-08Lock cursor on first person cameraRay
2017-03-20Review some commentsRay
2017-02-16Improved modules description -IN PROGRESS-Ray
Working in modules configuration flags...
2016-12-05Corrected some warningsRay
2016-10-03More review on camera system...raysan5
Sincerely, don't like it... it should be ported to quaternions... the way it manages cameraTargetDistange and cameraAngle is confusing...
2016-09-26Working on camera system...raysan5
2016-09-25Improving camera system -IN PROGRESS-raysan5
2016-09-22Simplify camera module -IN PROGRESS-raysan5
Removed internal Camera, not required any more Removed useless functions
2016-08-15Corrected naming bugraysan5
2016-08-10Ported camera module to header-onlyRay
2016-03-053d Camera: Added support for field-of-view Yraysan5
2016-02-03Some formating tweaksRay
2015-08-30Redesigned UpdateCamera() functionraysan5
Splitted into: UpdateCamera() // Update only camera UpdateCameraPlayer() // Update camera and player position
2015-08-28Review camera systemraysan5
2015-07-29Decoupling camera system moduleraysan5
Camera system can be used as standalone module
2015-07-13Decoupling camera system from raylib main libraryraysan5