diff options
author | Sebastian Park <SebPark03@gmail.com> | 2024-04-24 03:29:09 -0400 |
---|---|---|
committer | Sebastian Park <SebPark03@gmail.com> | 2024-04-24 03:29:09 -0400 |
commit | ef8abb44ca5cbf62a24b265aedc62f1348ae8091 (patch) | |
tree | 51dec7207123017d2012722d7acdfdb7ba2857ae /src/graphics/shape.h | |
parent | d2356bae7beb968ad333f3baf21b4830d647f8ce (diff) |
ADD MULTIPLE TEXTURES AFTER MANY FREAKING HOURS.
Diffstat (limited to 'src/graphics/shape.h')
-rw-r--r-- | src/graphics/shape.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/graphics/shape.h b/src/graphics/shape.h index b993b28..2915190 100644 --- a/src/graphics/shape.h +++ b/src/graphics/shape.h @@ -57,6 +57,9 @@ private: GLuint m_ground_texture; QImage m_ground_image; + GLuint m_sky_texture; + QImage m_sky_image; + unsigned int m_numSurfaceVertices; unsigned int m_verticesSize; float m_red; |