![]() |
VR-Forces Developer's Guide
|
async task that loads a DtModel in the background

Public Member Functions | |
| DtBackgroundLoadAsyncTask (DtDe &de, DtBackgroundLoader *loader) | |
| void | addModel (DtLoaderHandle *model) |
| virtual | ~DtBackgroundLoadAsyncTask () |
| virtual tbb::task * | execute () |
Protected Attributes | |
| DtDe & | myDe |
| std::vector< DtLoaderHandle * > | myModels |
| DtBackgroundLoader * | myLoader |
| makVrv::DtBackgroundLoadAsyncTask::DtBackgroundLoadAsyncTask | ( | DtDe & | de, |
| DtBackgroundLoader * | loader | ||
| ) |
|
inlinevirtual |
| void makVrv::DtBackgroundLoadAsyncTask::addModel | ( | DtLoaderHandle * | model | ) |
add another model to the queue
|
virtual |
runs the task
|
protected |
|
protected |
|
protected |