fix reinhard tonemapper, modified filmic tonemapper, added internal exposure bias
This commit is contained in:
parent
8c435a343e
commit
5cd00c3780
5 changed files with 21 additions and 17 deletions
|
|
@ -2282,7 +2282,7 @@ void VisualServer::_bind_methods() {
|
|||
BIND_ENUM_CONSTANT(GLOW_BLEND_MODE_REPLACE);
|
||||
|
||||
BIND_ENUM_CONSTANT(ENV_TONE_MAPPER_LINEAR);
|
||||
BIND_ENUM_CONSTANT(ENV_TONE_MAPPER_REINHARDT);
|
||||
BIND_ENUM_CONSTANT(ENV_TONE_MAPPER_REINHARD);
|
||||
BIND_ENUM_CONSTANT(ENV_TONE_MAPPER_FILMIC);
|
||||
BIND_ENUM_CONSTANT(ENV_TONE_MAPPER_ACES);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue