Hymn to Beauty
C++ 3D Engine
Video::PostProcessing::Configuration::Bloom Struct Reference

#include <PostProcessing.hpp>

Public Attributes

bool enabled = false
 
float intensity = 1.0f
 
float threshold = 1.0f
 
float scatter = 0.7f
 

Member Data Documentation

◆ enabled

bool Video::PostProcessing::Configuration::Bloom::enabled = false

◆ intensity

float Video::PostProcessing::Configuration::Bloom::intensity = 1.0f

◆ scatter

float Video::PostProcessing::Configuration::Bloom::scatter = 0.7f

◆ threshold

float Video::PostProcessing::Configuration::Bloom::threshold = 1.0f

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