HDK
|
#include <shadowTask.h>
Public Member Functions | |
HdxShadowTaskParams () | |
Public Attributes | |
GfVec4f | overrideColor |
GfVec4f | wireframeColor |
bool | enableLighting |
bool | enableIdRender |
bool | enableSceneMaterials |
float | alphaThreshold |
bool | depthBiasEnable |
float | depthBiasConstantFactor |
float | depthBiasSlopeFactor |
HdCompareFunction | depthFunc |
HdCullStyle | cullStyle |
SdfPath | camera |
GfVec4d | viewport |
SdfPathVector | lightIncludePaths |
SdfPathVector | lightExcludePaths |
Definition at line 61 of file shadowTask.h.
|
inline |
Definition at line 62 of file shadowTask.h.
float HdxShadowTaskParams::alphaThreshold |
Definition at line 86 of file shadowTask.h.
SdfPath HdxShadowTaskParams::camera |
Definition at line 94 of file shadowTask.h.
HdCullStyle HdxShadowTaskParams::cullStyle |
Definition at line 91 of file shadowTask.h.
float HdxShadowTaskParams::depthBiasConstantFactor |
Definition at line 88 of file shadowTask.h.
bool HdxShadowTaskParams::depthBiasEnable |
Definition at line 87 of file shadowTask.h.
float HdxShadowTaskParams::depthBiasSlopeFactor |
Definition at line 89 of file shadowTask.h.
HdCompareFunction HdxShadowTaskParams::depthFunc |
Definition at line 90 of file shadowTask.h.
bool HdxShadowTaskParams::enableIdRender |
Definition at line 84 of file shadowTask.h.
bool HdxShadowTaskParams::enableLighting |
Definition at line 83 of file shadowTask.h.
bool HdxShadowTaskParams::enableSceneMaterials |
Definition at line 85 of file shadowTask.h.
SdfPathVector HdxShadowTaskParams::lightExcludePaths |
Definition at line 99 of file shadowTask.h.
SdfPathVector HdxShadowTaskParams::lightIncludePaths |
Definition at line 98 of file shadowTask.h.
GfVec4f HdxShadowTaskParams::overrideColor |
Definition at line 81 of file shadowTask.h.
GfVec4d HdxShadowTaskParams::viewport |
Definition at line 95 of file shadowTask.h.
GfVec4f HdxShadowTaskParams::wireframeColor |
Definition at line 82 of file shadowTask.h.