[ADD] furniture

This commit is contained in:
Menno
2021-06-08 14:24:12 +02:00
parent 625965ed1b
commit b092bd5f0a
9 changed files with 130 additions and 86 deletions

View File

@@ -37,16 +37,6 @@ scene::Scene* current_scene;
int main(void)
{
collision::Box box = { glm::vec3(0, 0, 0), glm::vec3(5, 2, 10) };
box.SetRotation(180);
std::cout << box.size.x << std::endl;
std::cout << box.size.y << std::endl;
std::cout << box.size.z << std::endl;
return 0;
#pragma region OPENGL_SETTINGS
if (!glfwInit())
throw "Could not inditialize glwf";