Updated compute shader particle system with point sprites and gradient coloring

This commit is contained in:
saschawillems 2016-05-14 23:09:17 +02:00
parent 72af27a49a
commit 3ae4f26901
9 changed files with 131 additions and 77 deletions

View file

@ -9,6 +9,7 @@ if %ERRORLEVEL% EQU 0 (
mkdir "assets\textures"
xcopy "..\..\data\textures\particle01_rgba.ktx" "assets\textures" /Y
xcopy "..\..\data\textures\particle_gradient_rgba.ktx" "assets\textures" /Y
mkdir "res\drawable"
xcopy "..\..\android\images\icon.png" "res\drawable" /Y