![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qssgaosettings_p.h>
Public Attributes | |
float | aoStrength = 0.0f |
float | aoDistance = 5.0f |
float | aoSoftness = 50.0f |
float | aoBias = 0.0f |
qint32 | aoSamplerate = 2 |
bool | aoDither = false |
Definition at line 23 of file qssgaosettings_p.h.
float QSSGAmbientOcclusionSettings::aoBias = 0.0f |
Definition at line 28 of file qssgaosettings_p.h.
float QSSGAmbientOcclusionSettings::aoDistance = 5.0f |
Definition at line 26 of file qssgaosettings_p.h.
bool QSSGAmbientOcclusionSettings::aoDither = false |
Definition at line 30 of file qssgaosettings_p.h.
qint32 QSSGAmbientOcclusionSettings::aoSamplerate = 2 |
Definition at line 29 of file qssgaosettings_p.h.
float QSSGAmbientOcclusionSettings::aoSoftness = 50.0f |
Definition at line 27 of file qssgaosettings_p.h.
float QSSGAmbientOcclusionSettings::aoStrength = 0.0f |
Definition at line 25 of file qssgaosettings_p.h.