Rendu
A lightweight rendering engine for experimentations
Loading...
Searching...
No Matches
Public Attributes | List of all members
PostProcessStack::Settings Struct Reference

Post processing stack settings. More...

#include <PostProcessStack.hpp>

Public Attributes

float exposure = 1.0f
 Film exposure.
 
float bloomTh = 1.2f
 Threshold for blooming regions.
 
float bloomMix = 0.2f
 Factor for applying the bloom.
 
int bloomRadius = 4
 Bloom blur radius.
 
float focusDist = 2.0f
 The in-focus plane distance.
 
float focusScale = 10.0f
 The dof strength effect.
 
bool dof = false
 Should depth of field be applied.
 
bool bloom = true
 Should bloom (bright lights halo-ing) be applied.
 
bool tonemap = true
 Should HDR to LDR tonemapping be applied.
 
bool fxaa = true
 Apply screenspace anti-aliasing.
 

Detailed Description

Post processing stack settings.


The documentation for this struct was generated from the following file: