Return to the tutorials list.

4 - Asynchronous loading

This tutorial load a model and its textures asynchronously for non blocking loading.
ModelReaderSettings is deserialized from xml as introduced by previous tutorial.

AsyncModel has two methods to retrieve the underlying model:
 * get: return the model if loaded, or request async loading
 * getIfLoaded: return the model if loaded

Preview
Asynchronous loading


Source Code