Go to the documentation of this file.
16 #ifndef SURGSIM_GRAPHICS_OSGMODEL_H
17 #define SURGSIM_GRAPHICS_OSGMODEL_H
22 #include <osg/ref_ptr>
bool doLoad(const std::string &filePath) override
Derived classes will overwrite this method to do actual loading.
Definition: OsgModel.cpp:43
Osg implementation of the Model class, inheriting from Asset, this class knows how to load models tha...
Definition: OsgModel.h:36
Definition: OculusView.h:25
Definition: CompoundShapeToGraphics.cpp:29
osg::ref_ptr< osg::Node > getOsgNode()
Definition: OsgModel.cpp:38
virtual ~OsgModel()
Definition: OsgModel.cpp:33
osg::ref_ptr< osg::Node > m_root
Definition: OsgModel.h:54
string(TOUPPER ${DEVICE} DEVICE_UPPER_CASE) option(BUILD_DEVICE_$
Definition: CMakeLists.txt:38
SURGSIM_CLASSNAME(SurgSim::Graphics::OsgModel)
OsgModel()
Constructor.
Definition: OsgModel.cpp:29