Updated compute shader particle system with point sprites and gradient coloring
This commit is contained in:
parent
72af27a49a
commit
3ae4f26901
9 changed files with 131 additions and 77 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue