diff options
author | Sebastian Park <SebPark03@gmail.com> | 2024-04-23 12:03:06 -0400 |
---|---|---|
committer | Sebastian Park <SebPark03@gmail.com> | 2024-04-23 12:03:06 -0400 |
commit | 6a5806b82c44a2cae481a6015d1a0f390e4b8445 (patch) | |
tree | c0774ed28ea29370e59b803f50d5ff35ab8998d7 /src/graphics/shape.h | |
parent | 1a26bf6678822bc73d3eb0eb754fd4a01d25573f (diff) |
Create init sky plane.
Diffstat (limited to 'src/graphics/shape.h')
-rw-r--r-- | src/graphics/shape.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/graphics/shape.h b/src/graphics/shape.h index d8ea0c1..4a3632c 100644 --- a/src/graphics/shape.h +++ b/src/graphics/shape.h @@ -36,6 +36,7 @@ public: void setColor(float r, float g, float b); void initGroundPlane(std::string texturePath, float depth, Shader* shader); + void initSkyPlane(std::string texturePath, float depth, Shader* shader); void draw(Shader *shader, GLenum mode); SelectMode select(Shader *shader, int vertex); |