![]() |
VR-Forces 4.5 Class Documentation
|
helper class for the HDR drawable for keeping track of Render Textures More...
Public Types | |
| enum | ColorType { RG16F, RGB16F, RGB32F, RGBA16F } |
Public Member Functions | |
| DtRenderTexture () | |
| virtual | ~DtRenderTexture () |
| virtual bool | init (int width, int height, ColorType color, osg::Texture2D::FilterMode minFilter=osg::Texture2D::LINEAR, osg::Texture2D::WrapMode=osg::Texture2D::CLAMP_TO_BORDER) |
| virtual void | activateFB () |
| virtual int | getWidth () |
| virtual int | getHeight () |
| virtual void | bind () |
| virtual void | release () |
| virtual unsigned int | getTexId () |
Protected Attributes | |
| int | myWidth |
| int | myHeight |
| unsigned int | myFormat |
| unsigned int | myType |
| unsigned int | myFboId |
| unsigned int | myTexId |
helper class for the HDR drawable for keeping track of Render Textures
| makVrv::DtRenderTexture::DtRenderTexture | ( | ) |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |