#include <singlematnode.h>
Inheritance diagram for kerosin::SingleMatNode:
Public Member Functions | |
SingleMatNode () | |
virtual | ~SingleMatNode () |
bool | SetMaterial (const std::string &name) |
queries the MaterialServer for the material | |
boost::shared_ptr< Material > | GetMaterial () |
returns the material assigned to this node |
It provides methods to manage this material.
Definition at line 34 of file singlematnode.h.
|
Definition at line 30 of file singlematnode.cpp. |
|
Definition at line 34 of file singlematnode.cpp. |
|
returns the material assigned to this node
Definition at line 64 of file singlematnode.cpp. References kerosin::StaticMesh::mMaterials. |
|
queries the MaterialServer for the material
Definition at line 38 of file singlematnode.cpp. References zeitgeist::Object::GetCore(), zeitgeist::Object::GetLog(), and kerosin::StaticMesh::mMaterials. Here is the call graph for this function: ![]() |