Updated texture example using different texture and lighting (diffuse + specular)

This commit is contained in:
saschawillems 2016-05-14 15:54:20 +02:00
parent a72df2bec9
commit cb96eaf6bd
11 changed files with 101 additions and 59 deletions

View file

@ -4,12 +4,11 @@ if %ERRORLEVEL% EQU 0 (
echo ndk-build has failed, build cancelled
cd..
mkdir "assets\shaders"
xcopy "..\..\data\shaders\texture.vert.spv" "assets\shaders" /Y
xcopy "..\..\data\shaders\texture.frag.spv" "assets\shaders" /Y
mkdir "assets\shaders\texture"
xcopy "..\..\data\shaders\texture\*.spv" "assets\shaders\texture" /Y
mkdir "assets\textures"
xcopy "..\..\data\textures\igor_and_pal_bc3.ktx" "assets\textures" /Y
xcopy "..\..\data\textures\pattern_02_bc2.ktx" "assets\textures" /Y
mkdir "res\drawable"
xcopy "..\..\android\images\icon.png" "res\drawable" /Y