This repository has been archived by the owner on Dec 3, 2021. It is now read-only.
Room interface to improve readability of environment initialization code #20
Labels
enhancement
New feature or request
Creation of the room (static components of the scene) could be decoupled from the initialization of the scene by splitting it off into an instance of the Room interface. This will make it much easier to implement room selections by the user.
Environment could then have a method
updateRoom
for setting the displayed room.One possibility is that rooms could be dynamic, and they could be updated every frame via the same method, but with no arguments.
The text was updated successfully, but these errors were encountered: