|
TrueReality
v0.1.1912
|
#include <trCore/Export.h>#include <trBase/Base.h>#include <trBase/SmrtPtr.h>#include <trUtil/RefStr.h>#include <vector>

Go to the source code of this file.
Classes | |
| class | trCore::Nodes::Node |
| Class for wrapping the osg node Internally it contains an OSG Group, that can be accessed by user if additional functionality is required. More... | |
Namespaces | |
| trBase | |
| osg | |
| trCore::Nodes | |
Typedefs | |
| using | trCore::Nodes::NodePath = std::vector< trBase::SmrtPtr< Node > > |
| A vector of Nodes pointers which is used to describe the path from a root node to a descendant. More... | |