add webgl support

This commit is contained in:
2019-10-05 21:08:40 +02:00
parent a1c0dcb007
commit f2a73a905d
19 changed files with 370 additions and 11 deletions

View File

@@ -48,6 +48,7 @@ void NodeDialogCloud::removed(Node* parent)
void NodeDialogCloud::load_thumbs_thread()
{
#if WITH_CURL
BT_SetTerminate();
CURL *curl = curl_easy_init();
std::string res;
@@ -144,6 +145,7 @@ void NodeDialogCloud::load_thumbs_thread()
}
curl_easy_cleanup(curl);
}
#endif //CURL
}
//////////////////////////////////////////////////////////////////