24 #ifndef __RobotViewer_h__
25 #define __RobotViewer_h__
28 #include <Qt/qapplication.h>
29 #include <Inventor/nodes/SoPerspectiveCamera.h>
30 #include <Inventor/Qt/viewers/SoQtExaminerViewer.h>
35 class RobotViewer :
public SoQtExaminerViewer
45 virtual SbBool processSoEvent(
const SoEvent*
const event)
override;
46 SoSeparator* sceneRootNode;
47 SoSelection* contentRootNode;
48 SoPerspectiveCamera* camera;