![]() |
VR-Forces 4.6 Class Documentation
|
Abstract dynamic feature creator class. More...

Public Member Functions | |
| DtMetaObjectCreator () | |
| CTOR. | |
| virtual | ~DtMetaObjectCreator () |
| DTOR. | |
| virtual DtVirtualBaseClass * | create (DtDe &de, osg::Node *node, DtOsgArticulatedModel *osgArticulatedModel, const rapidjson::Value &jsonObject, const std::string &modelDefName, const DtElementID elementId, const DtUniqueID uniqueId, const bool useInstancing, const unsigned int nodeTypeIndex)=0 |
| Creator method. | |
Abstract dynamic feature creator class.
A dynamic feature retrieves data from a .meta file and applied those parameters in a update function
| makVrv::DtMetaObjectCreator::DtMetaObjectCreator | ( | ) |
CTOR.
|
virtual |
DTOR.
|
pure virtual |