![]() |
VR-Forces 4.8 Class Documentation
|
The OSG implementation of a di guy graphics file. More...

Public Member Functions | |
| DtDiGuyOsgGraphicsFile (DtDe &de, void *internal_data) | |
| CTOR. More... | |
| virtual | ~DtDiGuyOsgGraphicsFile () |
| DTOR. More... | |
| virtual int | load (const char *filename, const char *extension) |
| Load a file. More... | |
| virtual int | unload () |
| Unload the file. More... | |
| virtual void * | find_part (const char *part_name) |
| Find a a part. More... | |
Static Public Member Functions | |
| static diguyGraphicsFile * | create (void *internal_data) |
| A static create function. More... | |
| static void | registerDiGuyPaths () |
| Registers the Di Guy Paths with the OSG file loader. More... | |
Static Protected Member Functions | |
| static osg::Node * | recursive_find_part (const char *part_name, osg::Node *parent) |
Protected Attributes | |
| DtDe & | myDe |
| osg::ref_ptr< osg::Node > | myFileRoot |
The OSG implementation of a di guy graphics file.
| makVrv::DtDiGuyOsgGraphicsFile::DtDiGuyOsgGraphicsFile | ( | DtDe & | de, |
| void * | internal_data | ||
| ) |
CTOR.
|
virtual |
DTOR.
|
static |
A static create function.
It is needed for registering w/ Di Guy graphics api.
|
static |
Registers the Di Guy Paths with the OSG file loader.
This only needs to be called once.
|
virtual |
Load a file.
|
virtual |
Unload the file.
|
virtual |
Find a a part.
|
staticprotected |
|
protected |
|
protected |