introduced new bugs
This commit is contained in:
parent
ec5e39fe21
commit
bef898ec4c
9 changed files with 164 additions and 286 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
#include <string>
|
||||
#include "OrbitingCamera.hpp"
|
||||
#include "Plot3D.hpp"
|
||||
#include "Shapes.hpp"
|
||||
|
||||
struct GLFWwindow;
|
||||
|
||||
|
@ -45,5 +45,5 @@ private:
|
|||
float pitch, yaw;
|
||||
|
||||
glm::vec3 cubeOrientation, cubePosition, cubeScale;
|
||||
Plot3D* plot;
|
||||
std::vector<Shape*> shapes;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue