![]() |
Public API Reference |
![]() |
An application/module can implement this interface to render something. More...
#include <ivaria/bugplug.h>
Public Member Functions | |
virtual void | Render (iGraphics3D *g3d, iBugPlug *bugplug)=0 |
Render. |
An application/module can implement this interface to render something.
BugPlug can call the render function when it decides it is time to render the object.
virtual void iBugPlugRenderObject::Render | ( | iGraphics3D * | g3d, |
iBugPlug * | bugplug | ||
) | [pure virtual] |
Render.