38 #ifndef vtkDepthPeelingPass_h
39 #define vtkDepthPeelingPass_h
45 class vtkDepthPeelingPassLayerList;
73 virtual void SetTranslucentPass(
vtkRenderPass *translucentPass);
84 vtkSetClampMacro(OcclusionRatio,
double,0.0,0.5);
85 vtkGetMacro(OcclusionRatio,
double);
92 vtkSetMacro(MaximumNumberOfPeels,
int);
93 vtkGetMacro(MaximumNumberOfPeels,
int);
99 vtkGetMacro(LastRenderingUsedDepthPeeling,
bool);
120 void CheckCompilation(
unsigned int fragmentShader);
vtkRenderPass * TranslucentPass
Implement an Order Independent Transparency render pass.
record modification and/or execution time
unsigned int TransparentLayerZ
void PrintSelf(ostream &os, vtkIndent indent)
bool LastRenderingUsedDepthPeeling
window superclass for vtkRenderWindow
Context in which a vtkRenderPass will render.
a simple class to control print indentation
int DepthPeelingHigherLayer
#define VTKRENDERINGOPENGL_EXPORT
unsigned int OpaqueLayerZ
virtual void Render(const vtkRenderState *s)=0
virtual void ReleaseGraphicsResources(vtkWindow *w)
vtkDepthPeelingPassLayerList * LayerList
Perform part of the rendering of a vtkRenderer.