41 #ifndef __vtkDepthPeelingPass_h
42 #define __vtkDepthPeelingPass_h
47 class vtkDepthPeelingPassLayerList;
75 virtual void SetTranslucentPass(
vtkRenderPass *translucentPass);
86 vtkSetClampMacro(OcclusionRatio,
double,0.0,0.5);
87 vtkGetMacro(OcclusionRatio,
double);
94 vtkSetMacro(MaximumNumberOfPeels,
int);
95 vtkGetMacro(MaximumNumberOfPeels,
int);
101 vtkGetMacro(LastRenderingUsedDepthPeeling,
bool);
122 void CheckCompilation(
unsigned int fragmentShader);
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
unsigned int OpaqueLayerZ
virtual void Render(const vtkRenderState *s)=0
virtual void ReleaseGraphicsResources(vtkWindow *w)
vtkDepthPeelingPassLayerList * LayerList
vtkRenderPass * TranslucentPass
Perform part of the rendering of a vtkRenderer.