38 #ifndef vtkDepthPeelingPass_h
39 #define vtkDepthPeelingPass_h
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);
136 unsigned int DepthFormat;
145 double OcclusionRatio;
150 int MaximumNumberOfPeels;
156 int DepthPeelingHigherLayer;
vtkTextureObject * TranslucentZTexture
Implement an Order Independent Transparency render pass.
#define VTKRENDERINGOPENGL2_EXPORT
record modification and/or execution time
vtkOpenGLHelper * IntermediateBlendProgram
std::vector< float > * DepthZData
void PrintSelf(ostream &os, vtkIndent indent)
window superclass for vtkRenderWindow
Context in which a vtkRenderPass will render.
vtkTextureObject * OpaqueZTexture
a simple class to control print indentation
abstracts an OpenGL texture object.
virtual void Render(const vtkRenderState *s)=0
vtkTextureObject * OpaqueRGBATexture
vtkTextureObject * TranslucentRGBATexture
virtual void ReleaseGraphicsResources(vtkWindow *w)
vtkOpenGLHelper * FinalBlendProgram
Perform part of the rendering of a vtkRenderer.
vtkTextureObject * CurrentRGBATexture