Update NetworkTexture to automatically download all mips

This commit is contained in:
Ryan Huffman 2017-04-25 16:32:06 -07:00 committed by Atlante45
parent a2f7a88433
commit d338ccac26

View file

@ -276,6 +276,7 @@ NetworkTexture::NetworkTexture(const QUrl& url, image::TextureUsage::Type type,
_maxNumPixels(maxNumPixels)
{
_textureSource = std::make_shared<gpu::TextureSource>();
_lowestRequestedMipLevel = 0;
if (!url.isValid()) {
_loaded = true;