summaryrefslogtreecommitdiffhomepage
path: root/src/rcamera.h
AgeCommit message (Collapse)Author
2021-12-31Update year to 2022raysan5
2021-10-13Reviewed some TODORay
2021-10-06Remove trailing spacesRay
2021-10-03REVIEWED: Avoid raymath dependencyRay
Still, it depends on Matrix type... rcamera module should be completely reviewed...
2021-09-22WARNING: MODULES RENAMING!!!Ray
raylib modules have been slightly renamed to add some identity and note that they are independent modules that can be used as standalone separate parts of raylib if required. The renamed modules are: - `core` -> `rcore` - `shapes` -> `rshapes` - `textures` -> `rtextures` - `text` -> `rtext` - `models` -> `rmodels` - `camera` -> `rcamera` - `gestures` -> `rgestures` - `core` -> `rcore` All the build systems has been adapted to this change.