From 446aaf3bce1f2842af75de4d8dc5940726cd8956 Mon Sep 17 00:00:00 2001 From: samcake Date: Thu, 2 Feb 2017 11:58:02 -0800 Subject: [PATCH] Turn off cpu mip map to add instrumentation to master --- libraries/model/src/model/TextureMap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/model/src/model/TextureMap.cpp b/libraries/model/src/model/TextureMap.cpp index 3c5fc004af..faa80a3196 100755 --- a/libraries/model/src/model/TextureMap.cpp +++ b/libraries/model/src/model/TextureMap.cpp @@ -200,7 +200,7 @@ const QImage& image, bool isLinear, bool doCompress) { } } -#define CPU_MIPMAPS 1 +#define CPU_MIPMAPS 0 void generateMips(gpu::Texture* texture, QImage& image, gpu::Element formatMip) { #if CPU_MIPMAPS