Rebel Fork Framework
|
Parameters of direct light tracing. More...
#include <Urho3D/Graphics/LightBakingSettings.h>
Public Member Functions | |
DirectLightTracingSettings ()=default | |
Construct default. | |
DirectLightTracingSettings (unsigned maxSamples) | |
Construct for given max samples. | |
Public Attributes | |
unsigned | numTasks_ { 1 } |
Number of tasks to spawn. | |
unsigned | maxSamples_ { 10 } |
Max number of samples per element. | |
Parameters of direct light tracing.