HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
renderParams.h File Reference
+ Include dependency graph for renderParams.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UsdImagingGLRenderParams
 

Enumerations

enum  UsdImagingGLDrawMode {
  UsdImagingGLDrawMode::DRAW_POINTS, UsdImagingGLDrawMode::DRAW_WIREFRAME, UsdImagingGLDrawMode::DRAW_WIREFRAME_ON_SURFACE, UsdImagingGLDrawMode::DRAW_SHADED_FLAT,
  UsdImagingGLDrawMode::DRAW_SHADED_SMOOTH, UsdImagingGLDrawMode::DRAW_GEOM_ONLY, UsdImagingGLDrawMode::DRAW_GEOM_FLAT, UsdImagingGLDrawMode::DRAW_GEOM_SMOOTH
}
 
enum  UsdImagingGLCullStyle {
  UsdImagingGLCullStyle::CULL_STYLE_NO_OPINION, UsdImagingGLCullStyle::CULL_STYLE_NOTHING, UsdImagingGLCullStyle::CULL_STYLE_BACK, UsdImagingGLCullStyle::CULL_STYLE_FRONT,
  UsdImagingGLCullStyle::CULL_STYLE_BACK_UNLESS_DOUBLE_SIDED, UsdImagingGLCullStyle::CULL_STYLE_COUNT
}
 

Enumeration Type Documentation

enum UsdImagingGLCullStyle
strong
Enumerator
CULL_STYLE_NO_OPINION 
CULL_STYLE_NOTHING 
CULL_STYLE_BACK 
CULL_STYLE_FRONT 
CULL_STYLE_BACK_UNLESS_DOUBLE_SIDED 
CULL_STYLE_COUNT 

Definition at line 57 of file renderParams.h.

enum UsdImagingGLDrawMode
strong
Enumerator
DRAW_POINTS 
DRAW_WIREFRAME 
DRAW_WIREFRAME_ON_SURFACE 
DRAW_SHADED_FLAT 
DRAW_SHADED_SMOOTH 
DRAW_GEOM_ONLY 
DRAW_GEOM_FLAT 
DRAW_GEOM_SMOOTH 

Definition at line 43 of file renderParams.h.