diff options
author | jjesswan <jessica_wan@brown.edu> | 2024-05-10 04:24:54 -0400 |
---|---|---|
committer | jjesswan <jessica_wan@brown.edu> | 2024-05-10 04:24:54 -0400 |
commit | 690670c920549828733fddc12e45bae34271aff4 (patch) | |
tree | 77fb560ce868de0b16634a33034722721cdeeb7a /CMakeLists.txt | |
parent | 7c0cd109b098b24279fb17b9a05ab846405d169b (diff) |
texture particles
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b7bd5ff..e2083ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -129,6 +129,8 @@ qt6_add_resources(${PROJECT_NAME} "Resources" resources/images/cupertin-lake_ft.png resources/images/halftone.png resources/images/foam3.png + resources/images/particle.png + resources/shaders/caustics.vert |