added some missing post process lua bindings

This commit is contained in:
Turanszki Janos
2020-08-27 21:09:56 +02:00
parent ad78833fba
commit fc75e46ead
8 changed files with 43 additions and 1 deletions
@@ -644,6 +644,7 @@ It inherits functions from RenderPath2D, so it can render a 2D overlay.
- SetReflectionsEnabled(bool value)
- SetFXAAEnabled(bool value)
- SetBloomEnabled(bool value)
- SetBloomThreshold(bool value)
- SetColorGradingEnabled(bool value)
- SetColorGradingTexture(Texture value)
- SetVolumeLightsEnabled(bool value)
@@ -652,6 +653,7 @@ It inherits functions from RenderPath2D, so it can render a 2D overlay.
- SetMotionBlurEnabled(bool value)
- SetMotionBlurStrength(float value)
- SetSSSEnabled(bool value)
- SetDitherEnabled(bool value)
- SetDepthOfFieldEnabled(bool value)
- SetDepthOfFieldFocus(float value)
- SetDepthOfFieldStrength(float value)