]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
don't dds normalmaps. Can't be done right, always sucks.
authorRudolf Polzer <divverent@xonotic.org>
Fri, 15 Jul 2011 18:03:17 +0000 (20:03 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Fri, 15 Jul 2011 18:03:17 +0000 (20:03 +0200)
misc/tools/cached-converter.sh

index 1a1ae07b62b9ce72f3889dabe884c26d5161c49c..59cc376f95acbbb5212916e3a1531e68a323b860 100755 (executable)
@@ -292,6 +292,7 @@ for F in "$@"; do
        case "$f" in
                ./sounds/misc/talk*.wav) will_ogg=false ;; # engine "feature"
                *_bump) will_dds=false ;;
+               *_norm) will_dds=false ;; # bad quality
                ./models/player/*) will_dds=false ;;
                ./models/sprites/*) will_dds=false ;;
                ./textures/*) ;;