cgtuebingen / hyperrealistic_indoor_streetview

🗺️🏠 Software Project SS24 | Hyperrealistic Indoor Street-View
3 stars 0 forks source link

Bounding boxes #69

Closed Courtsilius closed 6 days ago

Courtsilius commented 1 week ago

Added rooms, slopes and objects that can be used to define rooms as well as some examples (that will be removed in the future, of course, but can stay rn imo as a demo)

Right now they are rendered as follows:

Rendering is still handled in the FirstPersonController right now, will be moved though together with #8 .

Collision detection is handled in the FirstPersonController as well, but that can stay there.

Courtsilius commented 6 days ago

Thanks for the review. As for the rendering being done optionally, that needs to be tackled when both features that are currently worked on are ready and can be moved to a seperate rendering class.

The QoL change of not getting stuck on objects as easily also needs to be addressed in the next sprint, as it's too small of a timeframe between that and the start of the next sprint, so we'll open a new ticket for that.