![]() |
VR-Forces 4.10 Class Documentation
|
async task that loads a DtModel in the background More...

Public Member Functions | |
| DtBackgroundLoadAsyncTask (DtBackgroundLoader *loader) | |
| void | addModel (DtLoaderHandle *model) |
| add another model to the queue More... | |
| virtual | ~DtBackgroundLoadAsyncTask () |
| virtual tbb::task * | execute () |
| runs the task More... | |
Protected Attributes | |
| std::vector< DtLoaderHandle * > | myModels |
| DtBackgroundLoader * | myLoader |
async task that loads a DtModel in the background
| makVrv::DtBackgroundLoadAsyncTask::DtBackgroundLoadAsyncTask | ( | DtBackgroundLoader * | loader | ) |
|
inlinevirtual |
| void makVrv::DtBackgroundLoadAsyncTask::addModel | ( | DtLoaderHandle * | model | ) |
add another model to the queue
|
virtual |
runs the task
|
protected |
|
protected |