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