3DRaddict
Member
|
File loading indication
I'm loading a rather large data file during Init()
The result of this is a black screen being displayed for about 8 secs whilst the file loads.
How can I display some kind of indication that a file is loading ?
I am not loading any World related stuff.
|
|
11-23-2014 04:54 PM |
|
aceio76
Silver Supporter
|
RE: File loading indication
The best way is to put the load process on a secondary thread, while the main thread is doing the drawing (and rendering) of the loading indicator (ie. spinning icon, etc).
|
|
11-23-2014 06:44 PM |
|
3DRaddict
Member
|
RE: File loading indication
Excellent! That works very nicely.
Thanks, aceio76
|
|
11-24-2014 05:15 AM |
|