summaryrefslogtreecommitdiff
path: root/src/static/cube.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/static/cube.hpp')
-rw-r--r--src/static/cube.hpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/static/cube.hpp b/src/static/cube.hpp
deleted file mode 100644
index 77ff439..0000000
--- a/src/static/cube.hpp
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef PKE_STATIC_CUBE_HPP
-#define PKE_STATIC_CUBE_HPP
-
-#include <glm/ext/vector_float3.hpp>
-#include <glm/ext/vector_float2.hpp>
-
-struct IntrinsicShapeCube {
- glm::vec3 vert[8];
- glm::vec3 norm[8];
- glm::vec2 uv[8];
- uint16_t index[36];
-};
-
-extern IntrinsicShapeCube pkeIntrinsicsCube;
-
-#endif /* PKE_STATIC_CUBE_HPP */