From 4c652487d0f88e22d2526dfb8473c9e1955c32b2 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Tue, 23 May 2017 14:14:22 -0700 Subject: [PATCH] enable skybox compression (via BC7) by default --- tools/oven/src/Oven.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/oven/src/Oven.cpp b/tools/oven/src/Oven.cpp index df232899d4..af660e9795 100644 --- a/tools/oven/src/Oven.cpp +++ b/tools/oven/src/Oven.cpp @@ -34,6 +34,7 @@ Oven::Oven(int argc, char* argv[]) : image::setColorTexturesCompressionEnabled(true); image::setGrayscaleTexturesCompressionEnabled(true); image::setNormalTexturesCompressionEnabled(true); + image::setCubeTexturesCompressionEnabled(true); // check if we were passed any command line arguments that would tell us just to run without the GUI