13 #include <unordered_map>
23 class DtModelDefinition;
24 class DtOsgArticulatedModel;
38 virtual bool load(
const std::string& modelDefName);
#define DT_DLL_VRVOSG
Definition: vrvOsg.h:23
DtOsgModelPreloader is responsible for responding to model preload actions from an agent...
Definition: DtOsgModelPreloader.h:28
Contains the makVrv::DtModelPreloader class.
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
std::unordered_map< std::string, DtOsgArticulatedModel * > myPreloadedModels
Definition: DtOsgModelPreloader.h:40
Contains makVrv::DtUniqueID type.
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:76
DtModelPreloader is responsible for responding to model preload actions from an agent.
Definition: DtModelPreloader.h:24