16 #ifndef SURGSIM_FRAMEWORK_BASICSCENEELEMENT_H 17 #define SURGSIM_FRAMEWORK_BASICSCENEELEMENT_H 19 #include "SurgSim/Framework/SceneElement.h" 20 #include "SurgSim/Framework/Macros.h" 50 #endif // SURGSIM_FRAMEWORK_BASICSCENEELEMENT_H Wraps glewInit() to separate the glew opengl definitions from the osg opengl definitions only imgui n...
Definition: AddRandomSphereBehavior.cpp:36
Simple concrete implementation of a scene element that does not have any higher logic.
Definition: BasicSceneElement.h:29
virtual ~BasicSceneElement()
Destructor.
Definition: BasicSceneElement.cpp:28
bool doInitialize() override
Initializes the scene element.
Definition: BasicSceneElement.cpp:32
SceneElement is the basic part of a scene, it is a container of components.
Definition: SceneElement.h:51