Developer Documentation
Loading...
Searching...
No Matches
DepthPeelingPlugin::ViewerResources Struct Reference

Public Attributes

unsigned int glWidth_
 viewer window width
 
unsigned int glHeight_
 viewer window height
 
unsigned int rtWidth_
 render target width
 
unsigned int rtHeight_
 render target height
 
GLuint blendDualPeelTexID_ [7]
 render target textures: {depth0, depth1, front_blend0, front_blend1, back_temp0, back_temp1, back_blend}
 
GLuint blendDualPeelFbo_
 depth peeling fbo
 

Detailed Description

Definition at line 136 of file ClassicDepthPeeling.hh.

Constructor & Destructor Documentation

◆ ViewerResources()

DepthPeelingPlugin::ViewerResources::ViewerResources ( )

Definition at line 87 of file ClassicDepthPeeling.cc.

Member Data Documentation

◆ blendDualPeelFbo_

GLuint DepthPeelingPlugin::ViewerResources::blendDualPeelFbo_

depth peeling fbo

Definition at line 154 of file ClassicDepthPeeling.hh.

◆ blendDualPeelTexID_

GLuint DepthPeelingPlugin::ViewerResources::blendDualPeelTexID_[7]

render target textures: {depth0, depth1, front_blend0, front_blend1, back_temp0, back_temp1, back_blend}

Definition at line 152 of file ClassicDepthPeeling.hh.

◆ glHeight_

unsigned int DepthPeelingPlugin::ViewerResources::glHeight_

viewer window height

Definition at line 144 of file ClassicDepthPeeling.hh.

◆ glWidth_

unsigned int DepthPeelingPlugin::ViewerResources::glWidth_

viewer window width

Definition at line 141 of file ClassicDepthPeeling.hh.

◆ rtHeight_

unsigned int DepthPeelingPlugin::ViewerResources::rtHeight_

render target height

Definition at line 149 of file ClassicDepthPeeling.hh.

◆ rtWidth_

unsigned int DepthPeelingPlugin::ViewerResources::rtWidth_

render target width

Definition at line 147 of file ClassicDepthPeeling.hh.


The documentation for this struct was generated from the following files: