HDK
|
#include <simpleLightTask.h>
Public Member Functions | |
HdxShadowParams () | |
Public Attributes | |
HdxShadowMatrixComputationSharedPtr | shadowMatrix |
double | bias |
double | blur |
int | resolution |
bool | enabled |
Definition at line 157 of file simpleLightTask.h.
|
inline |
Definition at line 158 of file simpleLightTask.h.
double HdxShadowParams::bias |
Definition at line 167 of file simpleLightTask.h.
double HdxShadowParams::blur |
Definition at line 168 of file simpleLightTask.h.
bool HdxShadowParams::enabled |
Definition at line 170 of file simpleLightTask.h.
int HdxShadowParams::resolution |
Definition at line 169 of file simpleLightTask.h.
HdxShadowMatrixComputationSharedPtr HdxShadowParams::shadowMatrix |
Definition at line 166 of file simpleLightTask.h.