Updated texture example using different texture and lighting (diffuse + specular)
This commit is contained in:
parent
a72df2bec9
commit
cb96eaf6bd
11 changed files with 101 additions and 59 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue