zehreken/modul

Add scene feature

Closed this issue · 1 comments

Scene in this context means some type of container for the objects, so that it is easy to save and load different visualization setups.

I moved most of the stuff related to rendering to scene.rs. It turned out really good since there is a clear distinction between UI and 3D stuff. I can now easily turn both on and off.