diff options
author | jjesswan <jessica_wan@brown.edu> | 2024-05-06 00:01:04 -0400 |
---|---|---|
committer | jjesswan <jessica_wan@brown.edu> | 2024-05-06 00:01:04 -0400 |
commit | 2ba27898535e01298ef8f0d0b9ffd4e69ce13458 (patch) | |
tree | 18dac0a37704ba9c2271f185d62ea4a6d4873b61 /CMakeLists.txt | |
parent | 72bcf6a346dfcaeaac9520d8c524711192e77c3d (diff) |
uv mapping onto water good
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6d35a8d..db0d8dd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,6 +56,7 @@ add_executable(${PROJECT_NAME} src/ocean/ocean.cpp src/ocean/ocean_alt.h src/ocean/ocean_alt.cpp + src/ocean/halftone.h src/ocean/halftone.cpp ) # GLEW: this creates its library and allows you to `#include "GL/glew.h"` @@ -92,6 +93,11 @@ qt6_add_resources(${PROJECT_NAME} "Resources" resources/images/anamorphic.jpg resources/images/daniel.jpg resources/images/sky_clouds.png + resources/images/halftone.png + + + + # resources/images/ground.png resources/shaders/shader.frag resources/shaders/shader.vert @@ -103,6 +109,13 @@ qt6_add_resources(${PROJECT_NAME} "Resources" resources/shaders/color.vert resources/shaders/color.frag + resources/shaders/foam.frag + resources/shaders/foam.vert + + + + + ) |