Better texture for demonstrating mip maps

This commit is contained in:
saschawillems 2016-09-03 22:31:12 +02:00
parent ba4ac1d83e
commit 7ace541544
6 changed files with 12 additions and 115 deletions

View file

@ -10,7 +10,7 @@ if %ERRORLEVEL% EQU 0 (
xcopy "..\..\data\shaders\texturemipmapgen\*.spv" "assets\shaders\texturemipmapgen" /Y
mkdir "assets\textures"
xcopy "..\..\data\textures\checkerboard_nomips_rgba.ktx" "assets\textures" /Y
xcopy "..\..\data\textures\metalplate_nomips_rgba.ktx" "assets\textures" /Y
mkdir "assets\models"
xcopy "..\..\data\models\tunnel.dae" "assets\models" /Y