#include <SGNode.h>
Public Member Functions | |
void | AddChild (SGNode *childNode) |
void | AddChild (SGLeaf *childLeaf) |
void | SetTransformation (SGTransformation *transformation) |
SGTransformation * | GetTransformation () |
Private Member Functions | |
void | Display () |
Private Attributes | |
vector< SGNode * > | m_ChildrenNodes |
vector< SGLeaf * > | m_ChildrenLeaves |
SGTransformation * | m_Transformation |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|