diff options
author | Sebastian Park <SebPark03@gmail.com> | 2024-04-23 00:30:37 -0400 |
---|---|---|
committer | Sebastian Park <SebPark03@gmail.com> | 2024-04-23 00:30:37 -0400 |
commit | f2d61fc06387ccb22ecb5cb6c42210736ac64c9f (patch) | |
tree | 9191e1e91a79514a5231dc6e50c2ecc4feb03b16 /CMakeLists.txt | |
parent | b4be9e522b51b01c7870821648e85f97c1fdb09b (diff) |
Get ground textures working, but not yet abstracted to the shape class.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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) |