Staging, optimizations and code cleanup for mesh loading example

This commit is contained in:
saschawillems 2016-05-08 11:30:04 +02:00
parent 035a5ab560
commit ea084fccc3
4 changed files with 597 additions and 43791 deletions

View file

@ -10,7 +10,7 @@ if %ERRORLEVEL% EQU 0 (
mkdir "assets\models\voyager"
xcopy "..\..\data\models\voyager\voyager.ktx" "assets\models\voyager" /Y
xcopy "..\..\data\models\voyager\voyager.obj" "assets\models\voyager" /Y
xcopy "..\..\data\models\voyager\voyager.dae" "assets\models\voyager" /Y
mkdir "res\drawable"
xcopy "..\..\android\images\icon.png" "res\drawable" /Y