![]() |
VR-Forces 4.0.4 Class Documentation
|
Create an articulated model parser. More...

Public Member Functions | |
| DtArticulatedModelParserCreator () | |
| CTOR. | |
| virtual | ~DtArticulatedModelParserCreator () |
| DTOR. | |
| virtual DtModelParser * | create (DtModel &model) |
| Implement the create function to return a new DtArticulatedModelParser. | |
Static Public Member Functions | |
| static void | registerCreator (DtDe &de) |
| This is called once by the library init function to register the creator. | |
Create an articulated model parser.
| virtual makVrv::DtArticulatedModelParserCreator::~DtArticulatedModelParserCreator | ( | ) | [virtual] |
DTOR.
| static void makVrv::DtArticulatedModelParserCreator::registerCreator | ( | DtDe & | de | ) | [static] |
This is called once by the library init function to register the creator.
| virtual DtModelParser* makVrv::DtArticulatedModelParserCreator::create | ( | DtModel & | model | ) | [virtual] |
Implement the create function to return a new DtArticulatedModelParser.
Implements makVrv::PrModelParserCreator.