From d338ccac26afcc7ccc924fc82b55add4ca879078 Mon Sep 17 00:00:00 2001 From: Ryan Huffman Date: Tue, 25 Apr 2017 16:32:06 -0700 Subject: [PATCH] Update NetworkTexture to automatically download all mips --- libraries/model-networking/src/model-networking/TextureCache.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/model-networking/src/model-networking/TextureCache.cpp b/libraries/model-networking/src/model-networking/TextureCache.cpp index f9ee9efe3f..e04e002784 100644 --- a/libraries/model-networking/src/model-networking/TextureCache.cpp +++ b/libraries/model-networking/src/model-networking/TextureCache.cpp @@ -276,6 +276,7 @@ NetworkTexture::NetworkTexture(const QUrl& url, image::TextureUsage::Type type, _maxNumPixels(maxNumPixels) { _textureSource = std::make_shared(); + _lowestRequestedMipLevel = 0; if (!url.isValid()) { _loaded = true;