PURE API 0.5
PR00F's Ultimate Rendering Engine full documentation
Loading...
Searching...
No Matches
PureIRenderable Class Referenceabstract

Renderable object interface. More...

Detailed Description

Renderable object interface.

Definition at line 23 of file PureIRenderable.h.

#include <PureIRenderable.h>

Public Member Functions

virtual void Draw (PureIRenderer &renderer, bool bLighting)=0
 Render this renderable object using the specified renderer.
 

Member Function Documentation

◆ Draw()

virtual void PureIRenderable::Draw ( PureIRenderer & renderer,
bool bLighting )
pure virtual

Render this renderable object using the specified renderer.

Parameters
rendererRenderer to be used for rendering.
bLightingShould lighting be applied on the renderable object or not.

The documentation for this class was generated from the following file: