add camera

This commit is contained in:
arthur.jamet
2021-05-16 14:08:18 +02:00
parent 03d9e3ae03
commit 18b5de251d
-46
View File
@@ -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: