LesDingeriesDeDjalimSurOpenGL/src
Djalim Simaila 579d5ec483 Add camera system with FPS and Orbit support
Introduce Camera.h/cpp defining abstract Camera, FPSCamera, OrbitCamera.
Update engine.h to include Camera and window size fields.
Implement cameraUpdate in engine.cpp handling mouse movement and key input.
Add framebuffer size and scroll callbacks for viewport resizing and zoom.
Remove legacy loop files (cube, rainbowWindow, rbgTriangle).
Adjust main.cpp formatting.
Update onCreate to load objects with textures and transforms.
Modify onUpdate to use Camera's view/projection matrices instead of hardcoded values.
2025-10-28 13:09:06 +01:00
..
core Add camera system with FPS and Orbit support 2025-10-28 13:09:06 +01:00
utils ♻️ (engine.cpp,onCreate.cpp,showFps.cpp,CMakeLists.txt): remove unused headers and clean up build file 2025-10-15 10:02:30 +02:00
Camera.cpp Add camera system with FPS and Orbit support 2025-10-28 13:09:06 +01:00
main.cpp Add camera system with FPS and Orbit support 2025-10-28 13:09:06 +01:00
onCreate.cpp Add camera system with FPS and Orbit support 2025-10-28 13:09:06 +01:00
onDestroy.cpp added the other files 2025-10-15 08:17:32 +02:00
onUpdate.cpp Add camera system with FPS and Orbit support 2025-10-28 13:09:06 +01:00