Rebel Fork Framework
Urho3D::EdgeStoppingGaussFilterParameters Struct Reference

Parameters for indirect light filtering. More...

#include <Urho3D/Graphics/LightBakingSettings.h>

Public Attributes

int kernelRadius_ { 2 }
 Kernel radius.
 
int upscale_ { 1 }
 Upscale factor for offsets.
 
float luminanceSigma_ { 10.0f }
 Color weight. The lesser value is, the more color details are preserved on flat surface.
 
float normalPower_ { 4.0f }
 Normal weight. The higher value is, the more color details are preserved on normal edges.
 
float positionSigma_ { 1.0f }
 Position weight. The lesser value is, the more color details are preserved on position edges.
 

Detailed Description

Parameters for indirect light filtering.


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