aboutsummaryrefslogtreecommitdiff
path: root/src/o3d/obj3d.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/o3d/obj3d.cpp')
-rw-r--r--src/o3d/obj3d.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/o3d/obj3d.cpp b/src/o3d/obj3d.cpp
deleted file mode 100644
index 71fdf7d..0000000
--- a/src/o3d/obj3d.cpp
+++ /dev/null
@@ -1,9 +0,0 @@
-#include "o3d/obj3d.h"
-#include "math/vector.h"
-#include "o3d/mesh.h"
-
-using namespace engine::o3d;
-
-Object3D::Object3D(Mesh mesh, engine::math::Vector3 loc, float scale, float rot_x, float rot_y, float rot_z)
- : mesh{mesh}, loc{loc}, scale{scale}, rot_x{rot_x}, rot_y{rot_y}, rot_z{rot_z} {
-}