#include <render_base.h>
Inheritance diagram for RenderTeapot:
Public Member Functions | |
RenderTeapot (const ARColour &_Colour, float _size) | |
Constructor with specified colour components and size. | |
void | Render () |
void RenderTeapot::Render | ( | ) | [inline, virtual] |
Function that causes the object to render the solid portions of itself If using an update thread remember to use the Lock and Unlock functions when accessing shared data during rendering
Reimplemented from RenderObject.