abstract class for specifying code to render the 3D scene to an image from a specific viepoint. More...
#include <MbsViewPointRenderer.hh>
Public Member Functions | |
virtual void | Render ()=0 |
Render the current viewpoint renderer. More... | |
virtual void | GetImagePixels (unsigned char *image, int width, int height)=0 |
Copy the image data associated to this renderer in the given image buffer. More... | |
virtual int | GetWidth ()=0 |
virtual int | GetHeight ()=0 |
abstract class for specifying code to render the 3D scene to an image from a specific viepoint.
|
pure virtual |
Implemented in OglViewPointRenderer.
|
pure virtual |
Copy the image data associated to this renderer in the given image buffer.
Implemented in OglViewPointRenderer, and OglOffscreenVpRenderer.
|
pure virtual |
Implemented in OglViewPointRenderer.
|
pure virtual |
Render the current viewpoint renderer.
Implemented in OglViewPointRenderer, and OglOffscreenVpRenderer.