You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-02 16:48:55 +00:00
Merge pull request #12349 from BastiaanOlij/add_SSAOBlur_binds
Missing binds for SSAOBlur [ci skip]
This commit is contained in:
@@ -1165,6 +1165,11 @@ void Environment::_bind_methods() {
|
||||
BIND_ENUM_CONSTANT(DOF_BLUR_QUALITY_MEDIUM);
|
||||
BIND_ENUM_CONSTANT(DOF_BLUR_QUALITY_HIGH);
|
||||
|
||||
BIND_ENUM_CONSTANT(SSAO_BLUR_DISABLED);
|
||||
BIND_ENUM_CONSTANT(SSAO_BLUR_1x1);
|
||||
BIND_ENUM_CONSTANT(SSAO_BLUR_2x2);
|
||||
BIND_ENUM_CONSTANT(SSAO_BLUR_3x3);
|
||||
|
||||
BIND_ENUM_CONSTANT(SSAO_QUALITY_LOW);
|
||||
BIND_ENUM_CONSTANT(SSAO_QUALITY_MEDIUM);
|
||||
BIND_ENUM_CONSTANT(SSAO_QUALITY_HIGH);
|
||||
|
||||
Reference in New Issue
Block a user