cgtuebingen / hyperrealistic_indoor_streetview

🗺️🏠 Software Project SS24 | Hyperrealistic Indoor Street-View
https://cgtuebingen.github.io/hyperrealistic_indoor_streetview/
MIT License
3 stars 1 forks source link

Implement basic first person controller #59

Closed Courtsilius closed 4 months ago

Courtsilius commented 4 months ago

Adds a first person controller, replacing the existing orbit controls.

Currently there is no way to rotate the spat itself.

Known issue: Looking straight up/down will mess up the movement, but I feel like thats a bit of a non issue in the grand scheme of things. but something to keep in mind for final release.

Courtsilius commented 4 months ago

Understandable, consistent, straightforward implementation with good code readability. Functionality tested and no issues discovered. Furthermore, the comments are kept brief and informative. There are no needless comments, though it would have been nice to have some more short comments, especially where the calculations happen.

will keep that in mind when we eventually need to refine this implementation to work with the other features to come.