16 #ifndef SURGSIM_GRAPHICS_OSGMODEL_H 17 #define SURGSIM_GRAPHICS_OSGMODEL_H 22 #include <osg/ref_ptr> 48 osg::ref_ptr<osg::Node> getOsgNode();
52 bool doLoad(
const std::string& filePath)
override;
Definition: CompoundShapeToGraphics.cpp:29
#define SURGSIM_CLASSNAME(ClassName)
Declare the class name of a class with the appropriate function header, do not use quotes...
Definition: Macros.h:21
osg::ref_ptr< osg::Node > m_root
Definition: OsgModel.h:54
Definition: OculusView.h:25
Osg implementation of the Model class, inheriting from Asset, this class knows how to load models tha...
Definition: OsgModel.h:36