#include <materialserver.h>
Inheritance diagram for kerosin::MaterialServer:
Public Member Functions | |
MaterialServer () | |
virtual | ~MaterialServer () |
boost::shared_ptr< Material > | GetMaterial (const std::string &name) |
returns a cached material | |
Protected Member Functions | |
virtual void | OnLink () |
This method is called, when the hierarchy object has been linked to a parent. |
Definition at line 32 of file materialserver.h.
|
Definition at line 32 of file materialserver.cpp. |
|
Definition at line 36 of file materialserver.cpp. |
|
returns a cached material
Definition at line 40 of file materialserver.cpp. References zeitgeist::Node::GetChild(), and zeitgeist::Object::GetLog(). Here is the call graph for this function: ![]() |
|
This method is called, when the hierarchy object has been linked to a parent. At that point, traversal can commence. It can be overridden to support custom 'link' behavior. Reimplemented from zeitgeist::Leaf. Definition at line 54 of file materialserver.cpp. References zeitgeist::Node::AddChildReference(), and zeitgeist::Object::GetCore(). Here is the call graph for this function: ![]() |