21 class DtBackgroundLoader;
22 struct DtLoaderHandle;
37 virtual tbb::task* execute();
std::vector< DtLoaderHandle * > myModels
Definition: DtBackgroundLoadAsyncTask.h:41
async task that loads a DtModel in the background
Definition: DtBackgroundLoadAsyncTask.h:26
core singleton that manages loading for all the various DtModel subclasses
Definition: DtBackgroundLoader.h:39
DtDe & myDe
Definition: DtBackgroundLoadAsyncTask.h:40
DtBackgroundLoader * myLoader
Definition: DtBackgroundLoadAsyncTask.h:42
virtual ~DtBackgroundLoadAsyncTask()
Definition: DtBackgroundLoadAsyncTask.h:34
wrapper object that insulates the loader from other threads destroying an object
Definition: DtLoaderHandle.h:23
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
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:72
Contains DLL export macros.