Use 6 sided tunnel for better visualization of different texture filters

This commit is contained in:
saschawillems 2016-09-13 20:55:20 +02:00
parent 385b760770
commit 7a118b84b5
5 changed files with 114 additions and 4 deletions

View file

@ -13,7 +13,7 @@ if %ERRORLEVEL% EQU 0 (
xcopy "..\..\data\textures\metalplate_nomips_rgba.ktx" "assets\textures" /Y
mkdir "assets\models"
xcopy "..\..\data\models\tunnel.dae" "assets\models" /Y
xcopy "..\..\data\models\tunnel_cylinder.dae" "assets\models" /Y
mkdir "res\drawable"
xcopy "..\..\android\images\icon.png" "res\drawable" /Y