downloadmanager load to string. update texture function to renderabletextureplane

This commit is contained in:
Michael Nilsson
2016-03-23 16:57:25 -04:00
parent 6b19a785e1
commit 5911149273
5 changed files with 110 additions and 4 deletions

View File

@@ -76,6 +76,12 @@ public:
DownloadProgressCallback progressCallback = DownloadProgressCallback()
);
FileFuture* getToMemory(
const std::string& url, std::string& memory,
DownloadFinishedCallback finishedCallback = DownloadFinishedCallback(),
DownloadProgressCallback progressCallback = DownloadProgressCallback()
);
std::vector<FileFuture*> downloadRequestFiles(const std::string& identifier,
const ghoul::filesystem::Directory& destination, int version,
bool overrideFiles = true,