mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 19:04:27 +02:00
Disabled bloom by default
This commit is contained in:
parent
bccd6df57c
commit
c5bd86a4bf
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class BloomConfig : public render::Task::Config {
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
BloomConfig() : render::Task::Config(true) {}
|
BloomConfig() : render::Task::Config(false) {}
|
||||||
|
|
||||||
float size{ 0.8f };
|
float size{ 0.8f };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue