added texture to shapes

This commit is contained in:
Lauchmelder 2021-12-24 23:34:01 +01:00
parent 38a49c504a
commit 9ff485588e
8 changed files with 70 additions and 30 deletions

View file

@ -47,4 +47,5 @@ private:
glm::vec3 cubeOrientation, cubePosition, cubeScale;
std::vector<Shape*> shapes;
std::shared_ptr<lol::Texture> texture;
};