From 18b5de251de19e93ee25aa8e66a7f66c159603ef Mon Sep 17 00:00:00 2001 From: "arthur.jamet" Date: Sun, 16 May 2021 14:08:18 +0200 Subject: [PATCH] add camera --- a | 46 ---------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 a diff --git a/a b/a deleted file mode 100644 index 2e5abfa0..00000000 --- a/a +++ /dev/null @@ -1,46 +0,0 @@ -lib/Ray: -CMakeLists.txt -include -src - -lib/Ray/include: -Canvas.hpp -Color.hpp -Controllers -Drawables -Font.hpp -Vector.hpp -Window.hpp - -lib/Ray/include/Controllers: -Gamepad.hpp -Keyboard.hpp -Mouse.hpp - -lib/Ray/include/Drawables: -2D -3D -ADrawable2D.hpp -ADrawable3D.hpp -Image.hpp -Texture.hpp - -lib/Ray/include/Drawables/2D: -Circle.hpp -Line.hpp -Point.hpp -Rectangle.hpp -Text.hpp -Triangle.hpp - -lib/Ray/include/Drawables/3D: -Circle.hpp -Cylinder.hpp -Line.hpp -Plane.hpp -Point.hpp -Ray.hpp -Sphere.hpp -Triangle.hpp - -lib/Ray/src: