#include <cybpfworldc.h>
Inheritance diagram for CybPFWorldC:


Public Methods | |
| CybPFWorldC () | |
| virtual | ~CybPFWorldC () |
| virtual void * | Malloc (long) |
| virtual void | Free (void *) |
| virtual void | LoadFromFile (const StringC &) |
| virtual void | SetScale (const SFVec3f &) |
| virtual void | SetTransformMatrix (Matrix4C m) |
| virtual CybNodeC * | CreateNode (long) |
| virtual void | TravApp () |
| void | AddPFNode (pfNode *) |
| void | AddPFNodeToScene (pfNode *) |
| pfScene * | GetPFScene () |
| virtual void | FinishInit () |
Protected Attributes | |
| pfScene * | m_pScene |
| pfDCS * | m_pDcs |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from CybWorldC. |
|
|
Reimplemented from CybWorldC. |
|
|
Reimplemented from CybWorldC. |
|
|
Definition at line 58 of file cybpfworldc.h. References m_pScene.
00058 {return m_pScene;}
|
|
|
Reimplemented from CybWorldC. |
|
|
Reimplemented from CybWorldC. |
|
|
|
|
|
|
|
|
Reimplemented from CybWorldC. |
|
|
Definition at line 63 of file cybpfworldc.h. |
|
|
Definition at line 62 of file cybpfworldc.h. Referenced by GetPFScene(). |
1.3-rc2