This commit is contained in:
2026-01-26 01:39:22 +02:00
parent 034f737dfb
commit fed672f23e
3 changed files with 50 additions and 3 deletions

View File

@@ -15,6 +15,7 @@ struct ShapeInfo {
class Shape {
public:
glm::vec3 rotation;
glm::vec3 scale;
Shape(
std::shared_ptr<Shader> shader,