#include <Cartoon.h>
Private Member Functions |
| Cartoon () |
| Constructor.
|
virtual | ~Cartoon () |
| Destructor.
|
virtual void | AddNodes (sn::SceneNode *pNodes) |
| Do nothing.
|
virtual void | PreRender (float elapsedTime=0.0f) |
| The works must to do before rendering the object.
|
virtual void | Render () |
| The works must to do after rendering the object.
|
virtual void | PostRenderEverything () |
| The works must to do after rendering all of the scene nodes.
|
Additional Inherited Members |
| Effect () |
| Constructor.
|
virtual | ~Effect () |
| Destructor.
|
virtual void | AddNodes (sn::SceneNode *pNodes) |
| Add nodes of mesh that effect influencing on it.
|
virtual void | PreRender (float elapsedTime=0.0f)=0 |
| The works must to do before rendering the object.
|
virtual void | Render ()=0 |
| The works must to do after rendering the object.
|
virtual void | PostRenderEverything ()=0 |
| The works must to do after rendering all of the scene nodes.
|
virtual void | OnReset () |
| For internal use.
|
std::vector< sn::SceneNode * > | m_arrNodes |
Detailed Description
Definition at line 16 of file Cartoon.h.
Constructor & Destructor Documentation
kge::efx::Cartoon::Cartoon |
( |
| ) |
|
|
private |
virtual kge::efx::Cartoon::~Cartoon |
( |
| ) |
|
|
privatevirtual |
Member Function Documentation
virtual void kge::efx::Cartoon::AddNodes |
( |
sn::SceneNode * |
pNodes | ) |
|
|
inlineprivatevirtual |
virtual void kge::efx::Cartoon::PostRenderEverything |
( |
| ) |
|
|
privatevirtual |
The works must to do after rendering all of the scene nodes.
virtual void kge::efx::Cartoon::PreRender |
( |
float |
elapsedTime = 0.0f | ) |
|
|
privatevirtual |
The works must to do before rendering the object.
virtual void kge::efx::Cartoon::Render |
( |
| ) |
|
|
privatevirtual |
The works must to do after rendering the object.
The documentation for this class was generated from the following file: