Asynchronous streaming and memory management improvements in progress.

--HG--
branch : async_streaming
This commit is contained in:
2013-11-13 23:52:17 -08:00
parent 05626214d4
commit cf732a6721
9 changed files with 82 additions and 16 deletions

View File

@@ -9,6 +9,7 @@
#include "KRMeshStreamer.h"
#include "KREngine-common.h"
#include "KRContext.h"
#include <chrono>
@@ -36,6 +37,9 @@ void KRMeshStreamer::run()
while(!m_stop)
{
if(m_context.getStreamingEnabled()) {
}
std::this_thread::sleep_for( sleep_duration );
}
}