|
Developer Documentation
|
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 | |
Definition at line 136 of file ClassicDepthPeeling.hh.
| DepthPeelingPlugin::ViewerResources::ViewerResources | ( | ) |
Definition at line 87 of file ClassicDepthPeeling.cc.
| GLuint DepthPeelingPlugin::ViewerResources::blendDualPeelFbo_ |
depth peeling fbo
Definition at line 154 of file ClassicDepthPeeling.hh.
| 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.
| unsigned int DepthPeelingPlugin::ViewerResources::glHeight_ |
viewer window height
Definition at line 144 of file ClassicDepthPeeling.hh.
| unsigned int DepthPeelingPlugin::ViewerResources::glWidth_ |
viewer window width
Definition at line 141 of file ClassicDepthPeeling.hh.
| unsigned int DepthPeelingPlugin::ViewerResources::rtHeight_ |
render target height
Definition at line 149 of file ClassicDepthPeeling.hh.
| unsigned int DepthPeelingPlugin::ViewerResources::rtWidth_ |
render target width
Definition at line 147 of file ClassicDepthPeeling.hh.