J-Andersen-UvA / BabylonSignLab

1 stars 1 forks source link

Camera Singleton #22

Closed J-Andersen-UvA closed 2 months ago

J-Andersen-UvA commented 2 months ago

The camera is one of our most important systems. Therefore, we need to access it often and change a bunch of values relating to it. It is annoying to keep passing it on to every single function all the time. Lets just create a singleton out of it and problem solved.