16 #ifndef SURGSIM_EDITDEBUG_VISUALDEBUGBEHAVIOR_H 17 #define SURGSIM_EDITDEBUG_VISUALDEBUGBEHAVIOR_H 19 #include "SurgSim/Framework/Behavior.h" 35 SURGSIM_STATIC_REGISTRATION(VisualDebugBehavior)
43 SURGSIM_CLASSNAME(
"SurgSim::EditDebug::VisualDebugBehavior");
47 int getTargetManagerType()
const override;
49 bool doInitialize()
override;
50 bool doWakeUp()
override;
51 void update(
double dt)
override;
54 std::shared_ptr<SurgSim::Graphics::View> m_view;
55 std::shared_ptr<SurgSim::Graphics::Camera> m_camera;
Wraps glewInit() to separate the glew opengl definitions from the osg opengl definitions only imgui n...
Definition: AddRandomSphereBehavior.cpp:36
Definition: VisualDebugBehavior.cpp:102
Definition: VisualDebugBehavior.h:37