Refactor Streaming with new settings and textures streaming configuration

This commit is contained in:
Wojtek Figat
2021-06-17 15:33:34 +02:00
parent 64501a8645
commit 4744fa05ef
42 changed files with 631 additions and 480 deletions

View File

@@ -1,10 +1,7 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
#include "StreamingGroup.h"
#include "Handlers/TexturesStreamingHandler.h"
#include "Handlers/ModelsStreamingHandler.h"
#include "Handlers/SkinnedModelsStreamingHandler.h"
#include "Handlers/AudioStreamingHandler.h"
#include "StreamingHandlers.h"
StreamingGroup::StreamingGroup(Type type, IStreamingHandler* handler)
: _type(type)