![]() |
|
Used as an arguments class for various methods in UsdImagingGLEngine. More...
#include <renderParams.h>
Public Types | |
| using | ClipPlanesVector = std::vector< GfVec4d > |
| using | BBoxVector = std::vector< GfBBox3d > |
Public Member Functions | |
| bool | operator== (const UsdImagingGLRenderParams &other) const |
| bool | operator!= (const UsdImagingGLRenderParams &other) const |
Public Attributes | |
| UsdTimeCode | frame |
| float | complexity |
| UsdImagingGLDrawMode | drawMode |
| bool | showGuides |
| bool | showProxy |
| bool | showRender |
| bool | forceRefresh |
| bool | flipFrontFacing |
| UsdImagingGLCullStyle | cullStyle |
| bool | enableLighting |
| bool | enableSampleAlphaToCoverage |
| bool | applyRenderState |
| bool | gammaCorrectColors |
| bool | highlight |
| GfVec4f | overrideColor |
| GfVec4f | wireframeColor |
| float | alphaThreshold |
| ClipPlanesVector | clipPlanes |
| bool | enableSceneMaterials |
| bool | enableSceneLights |
| bool | enableUsdDrawModes |
| GfVec4f | clearColor |
| TfToken | colorCorrectionMode |
| int | lut3dSizeOCIO |
| TfToken | ocioDisplay |
| TfToken | ocioView |
| TfToken | ocioColorSpace |
| TfToken | ocioLook |
| BBoxVector | bboxes |
| GfVec4f | bboxLineColor |
| float | bboxLineDashSize |
Used as an arguments class for various methods in UsdImagingGLEngine.
Definition at line 56 of file renderParams.h.
| using BBoxVector = std::vector<GfBBox3d> |
Definition at line 61 of file renderParams.h.
| using ClipPlanesVector = std::vector<GfVec4d> |
Definition at line 60 of file renderParams.h.
|
inline |
Definition at line 108 of file renderParams.h.
|
inline |
Definition at line 102 of file renderParams.h.
|
inline |
Definition at line 138 of file renderParams.h.
| float alphaThreshold |
Definition at line 79 of file renderParams.h.
| bool applyRenderState |
Definition at line 74 of file renderParams.h.
| BBoxVector bboxes |
Definition at line 94 of file renderParams.h.
| GfVec4f bboxLineColor |
Definition at line 95 of file renderParams.h.
| float bboxLineDashSize |
Definition at line 96 of file renderParams.h.
| GfVec4f clearColor |
Definition at line 85 of file renderParams.h.
| ClipPlanesVector clipPlanes |
Definition at line 80 of file renderParams.h.
| TfToken colorCorrectionMode |
Definition at line 86 of file renderParams.h.
| float complexity |
Definition at line 64 of file renderParams.h.
| UsdImagingGLCullStyle cullStyle |
Definition at line 71 of file renderParams.h.
| UsdImagingGLDrawMode drawMode |
Definition at line 65 of file renderParams.h.
| bool enableLighting |
Definition at line 72 of file renderParams.h.
| bool enableSampleAlphaToCoverage |
Definition at line 73 of file renderParams.h.
| bool enableSceneLights |
Definition at line 82 of file renderParams.h.
| bool enableSceneMaterials |
Definition at line 81 of file renderParams.h.
| bool enableUsdDrawModes |
Definition at line 84 of file renderParams.h.
| bool flipFrontFacing |
Definition at line 70 of file renderParams.h.
| bool forceRefresh |
Definition at line 69 of file renderParams.h.
| UsdTimeCode frame |
Definition at line 63 of file renderParams.h.
| bool gammaCorrectColors |
Definition at line 75 of file renderParams.h.
| bool highlight |
Definition at line 76 of file renderParams.h.
| int lut3dSizeOCIO |
Definition at line 88 of file renderParams.h.
| TfToken ocioColorSpace |
Definition at line 91 of file renderParams.h.
| TfToken ocioDisplay |
Definition at line 89 of file renderParams.h.
| TfToken ocioLook |
Definition at line 92 of file renderParams.h.
| TfToken ocioView |
Definition at line 90 of file renderParams.h.
| GfVec4f overrideColor |
Definition at line 77 of file renderParams.h.
| bool showGuides |
Definition at line 66 of file renderParams.h.
| bool showProxy |
Definition at line 67 of file renderParams.h.
| bool showRender |
Definition at line 68 of file renderParams.h.
| GfVec4f wireframeColor |
Definition at line 78 of file renderParams.h.