LookUpGroup27 / LookUp

0 stars 1 forks source link

Enhance OpenGL Scene Navigation and Object Rendering #152

Closed AdrienBousquieEPFL closed 5 days ago

AdrienBousquieEPFL commented 1 week ago

Description

This pull request introduces several improvements to the OpenGL scene, including the introduction of a camera system for better navigation and the refactor of object rendering for dynamic positioning.

Key Changes:

AdrienBousquieEPFL commented 1 week ago

This PR needs tests for the camera functionality. @Kenzoud @raniabbrk, feel free to create your own branches from this one to start working on your respective issues. Since this PR will soon be pushed to main.

Let me know if you have any questions or need further clarification!

sonarcloud[bot] commented 1 week ago

Quality Gate Passed Quality Gate passed

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
75.2% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

AdrienBousquieEPFL commented 5 days ago

This PR needs tests for the camera functionality. @Kenzoud @raniabbrk, feel free to create your own branches from this one to start working on your respective issues. Since this PR will soon be pushed to main.

Let me know if you have any questions or need further clarification!

This PR no longer requires additional tests for the camera functionality, as the camera updates have been integrated into PR #162. Any related tests will now be included and addressed in PR #162 instead.