enable skybox compression (via BC7) by default

This commit is contained in:
Stephen Birarda 2017-05-23 14:14:22 -07:00
parent 0621ddfd9f
commit 4c652487d0

View file

@ -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