Lommix / solis_2d

2D global illumination using radiance cascade for the bevy-engine.
Apache License 2.0
20 stars 2 forks source link

feat: conditionally disable lighting #5

Open CarsonBurke opened 3 hours ago

CarsonBurke commented 3 hours ago

It would be nice to conditionally disable all lighting and coinciding performance costs of the plugin. For example, when the camera is significantly zoomed out such that cascades look significantly inaccurate and the performance cost needs to be voided

CarsonBurke commented 3 hours ago

Sorry if there is already a way to do this, but I'm not aware of one