summaryrefslogtreecommitdiff
path: root/src/graphics/shape.h
diff options
context:
space:
mode:
authorSebastian Park <SebPark03@gmail.com>2024-04-24 03:29:09 -0400
committerSebastian Park <SebPark03@gmail.com>2024-04-24 03:29:09 -0400
commitef8abb44ca5cbf62a24b265aedc62f1348ae8091 (patch)
tree51dec7207123017d2012722d7acdfdb7ba2857ae /src/graphics/shape.h
parentd2356bae7beb968ad333f3baf21b4830d647f8ce (diff)
ADD MULTIPLE TEXTURES AFTER MANY FREAKING HOURS.
Diffstat (limited to 'src/graphics/shape.h')
-rw-r--r--src/graphics/shape.h3
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;