|
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 141 of file DepthPeeling.hh.
| DepthPeeling::ViewerResources::ViewerResources | ( | ) |
Definition at line 877 of file DepthPeeling.cc.
| DepthPeeling::ViewerResources::~ViewerResources | ( | ) |
Definition at line 889 of file DepthPeeling.cc.
| void DepthPeeling::ViewerResources::resize | ( | bool | _dualPeeling, |
| unsigned int | _width, | ||
| unsigned int | _height | ||
| ) |
Definition at line 896 of file DepthPeeling.cc.
| GLuint DepthPeeling::ViewerResources::dualBackTex_[2] |
Definition at line 171 of file DepthPeeling.hh.
| GLuint DepthPeeling::ViewerResources::dualBlendTex_ |
Definition at line 172 of file DepthPeeling.hh.
| GLuint DepthPeeling::ViewerResources::dualDepthTex_[2] |
Definition at line 169 of file DepthPeeling.hh.
| ACG::FBO* DepthPeeling::ViewerResources::dualFbo_ |
Definition at line 174 of file DepthPeeling.hh.
| GLuint DepthPeeling::ViewerResources::dualFrontTex_[2] |
Definition at line 170 of file DepthPeeling.hh.
| unsigned int DepthPeeling::ViewerResources::height_ |
viewer window height
Definition at line 153 of file DepthPeeling.hh.
| GLuint DepthPeeling::ViewerResources::singleBlendTex_ |
Definition at line 160 of file DepthPeeling.hh.
| GLuint DepthPeeling::ViewerResources::singleDepthTex_[2] |
Definition at line 158 of file DepthPeeling.hh.
| ACG::FBO* DepthPeeling::ViewerResources::singleFbo_ |
Definition at line 162 of file DepthPeeling.hh.
| GLuint DepthPeeling::ViewerResources::singleFrontTex_[2] |
Definition at line 159 of file DepthPeeling.hh.
| unsigned int DepthPeeling::ViewerResources::width_ |
viewer window width
Definition at line 150 of file DepthPeeling.hh.