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
 Used as an arguments class for various methods in UsdImagingGLEngine. More...
 

Enumerations

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