From 2ba27898535e01298ef8f0d0b9ffd4e69ce13458 Mon Sep 17 00:00:00 2001 From: jjesswan Date: Mon, 6 May 2024 00:01:04 -0400 Subject: uv mapping onto water good --- CMakeLists.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'CMakeLists.txt') 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 + + + + + ) -- cgit v1.2.3-70-g09d2