vizkit3d
CoordinateFrame.hpp
Go to the documentation of this file.
1 #ifndef COORDINATEFRAMENODE_HPP
2 #define COORDINATEFRAMENODE_HPP
3 #include <osg/Geode>
4 
5 namespace vizkit3d
6 {
7 
8 class CoordinateFrame : public osg::Geode
9 {
10  public:
12 };
13 
14 }
15 #endif // COORDINATEFRAMENODE_HPP
Definition: CoordinateFrame.hpp:8
CoordinateFrame()
Definition: CoordinateFrame.cpp:8
Definition: AxesNode.cpp:12