Implementation of a framebuffer. More...
#include "graphics/CImage.h"#include "graphics/CColor.h"#include "materials/CTexture2d.h"#include "world/CWorld.h"#include <string>#include <stdio.h>Go to the source code of this file.
Classes | |
| class | chai3d::cFrameBuffer |
| This class implements an OpenGL framebuffer. More... | |
Namespaces | |
| chai3d | |
Typedefs | |
| typedef std::shared_ptr< cFrameBuffer > | chai3d::cFrameBufferPtr |