HDK
|
#include <simpleLightTask.h>
Public Member Functions | |
HdxShadowParams () | |
Public Attributes | |
HdxShadowMatrixComputationSharedPtr | shadowMatrix |
double | bias |
double | blur |
int | resolution |
bool | enabled |
Definition at line 170 of file simpleLightTask.h.
|
inline |
Definition at line 171 of file simpleLightTask.h.
double HdxShadowParams::bias |
Definition at line 180 of file simpleLightTask.h.
double HdxShadowParams::blur |
Definition at line 181 of file simpleLightTask.h.
bool HdxShadowParams::enabled |
Definition at line 183 of file simpleLightTask.h.
int HdxShadowParams::resolution |
Definition at line 182 of file simpleLightTask.h.
HdxShadowMatrixComputationSharedPtr HdxShadowParams::shadowMatrix |
Definition at line 179 of file simpleLightTask.h.