From f2d61fc06387ccb22ecb5cb6c42210736ac64c9f Mon Sep 17 00:00:00 2001 From: Sebastian Park Date: Tue, 23 Apr 2024 00:30:37 -0400 Subject: Get ground textures working, but not yet abstracted to the shape class. --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 35ac139..cdacb7f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -84,11 +84,16 @@ qt6_add_resources(${PROJECT_NAME} "Resources" FILES resources/images/uv1.png resources/images/kitten.png + resources/images/hello.png + resources/images/sand_text.jpg +# resources/images/ground.png resources/shaders/shader.frag resources/shaders/shader.vert resources/shaders/anchorPoint.vert resources/shaders/anchorPoint.geom resources/shaders/anchorPoint.frag + resources/shaders/texture.vert + resources/shaders/texture.frag ) # GLEW: this provides support for Windows (including 64-bit) -- cgit v1.2.3-70-g09d2