added 3d plotting

This commit is contained in:
Lauchmelder 2021-12-22 15:45:52 +01:00
parent 5f0e8f9c6e
commit 918f51dc14
16 changed files with 301 additions and 248 deletions

View file

@ -2,7 +2,7 @@
#include <string>
#include "backend/Camera.hpp"
#include "Grid.hpp"
#include "Plot3D.hpp"
struct GLFWwindow;
@ -47,5 +47,5 @@ private:
CameraBase* activeCamera;
glm::vec3 cubeOrientation, cubePosition, cubeScale;
Grid* grid;
Plot3D* plot;
};