diobat / FluxLumina

FluxLumina is an openGL based rendering engine
MIT License
9 stars 0 forks source link

Allow deactivation of models #83

Closed diobat closed 9 months ago

diobat commented 10 months ago

Every single model in a given scene gets rendered on every pass.

We want models to have a boolean property regarding whether they should be rendered or not This property should be true by default and also settable by the user.

diobat commented 9 months ago

merged