|
Developer Documentation
|
Collection of framebuffers for each viewport. More...
Public Member Functions | |
| void | resize (bool _dualPeeling, unsigned int _width, unsigned int _height) |
Public Attributes | |
| unsigned int | width_ |
| viewer window width | |
| unsigned int | height_ |
| viewer window height | |
| GLuint | singleDepthTex_ [2] |
| GLuint | singleFrontTex_ [2] |
| GLuint | singleBlendTex_ |
| ACG::FBO * | singleFbo_ |
| GLuint | dualDepthTex_ [2] |
| GLuint | dualFrontTex_ [2] |
| GLuint | dualBackTex_ [2] |
| GLuint | dualBlendTex_ |
| ACG::FBO * | dualFbo_ |
Collection of framebuffers for each viewport.
Definition at line 142 of file DepthPeeling.hh.