18 #include <unordered_set>
22 class DtOsgArticulatedModel;
45 virtual void update(
DtTime tNow);
48 virtual void setRotorData(std::unordered_map<DtOsgArticulatedModel*, DtEntityRotorData*>* entityRotorData);
std::unordered_map< DtOsgArticulatedModel *, DtEntityRotorData * > * myEntityToRotorData
Definition: DtRotorUpdater.h:51
#define DT_DLL_VRVOSG
Definition: vrvOsg.h:23
An abstract base class for objects that require updates. This object automatically adds itself to a D...
Definition: DtTickable.h:26
Contains makVrv::DtEntityRotorManager class.
class to update the map of entities to their rotor datas via the tickable interface ...
Definition: DtRotorUpdater.h:26
Contains the declaration for makVrv::DtTickable.
Contains DLL export macros.
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
DtDe & myDe
Definition: DtRotorUpdater.h:53