Added text overlay to cubemap sample, multiple objects, optimizations
This commit is contained in:
parent
6344a0e016
commit
c68025a332
10 changed files with 212 additions and 60 deletions
|
|
@ -7,7 +7,6 @@ if %ERRORLEVEL% EQU 0 (
|
|||
mkdir "assets\shaders\base"
|
||||
xcopy "..\..\data\shaders\base\*.spv" "assets\shaders\base" /Y
|
||||
|
||||
|
||||
mkdir "assets\shaders\cubemap"
|
||||
xcopy "..\..\data\shaders\cubemap\*.spv" "assets\shaders\cubemap" /Y
|
||||
|
||||
|
|
@ -16,6 +15,8 @@ if %ERRORLEVEL% EQU 0 (
|
|||
|
||||
mkdir "assets\models"
|
||||
xcopy "..\..\data\models\sphere.obj" "assets\models" /Y
|
||||
xcopy "..\..\data\models\teapot.dae" "assets\models" /Y
|
||||
xcopy "..\..\data\models\torusknot.obj" "assets\models" /Y
|
||||
xcopy "..\..\data\models\cube.obj" "assets\models" /Y
|
||||
|
||||
mkdir "res\drawable"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue