13 #include <osg/ref_ptr>
16 #include <diguyGraphicsFile.h>
35 static void registerDiGuyPaths();
44 virtual int load(
const char*
filename,
const char* extension);
50 virtual void* find_part(
const char* part_name);
54 static osg::Node* recursive_find_part(
const char* part_name, osg::Node* parent);
Contains DLL export macros.
osg::ref_ptr< osg::Node > myFileRoot
Definition: DtDiGuyOsgGraphicsFile.h:58
DtDe & myDe
Definition: DtDiGuyOsgGraphicsFile.h:57
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
#define DT_DLL_VRVDIGUY
Definition: vrvDiGuy.h:21
The OSG implementation of a di guy graphics file.
Definition: DtDiGuyOsgGraphicsFile.h:25