texture heightmapping test

This commit is contained in:
Lauchmelder 2021-12-25 03:15:50 +01:00
parent 9ff485588e
commit 60a3e4a038
10 changed files with 170 additions and 246 deletions

View file

@ -2,7 +2,7 @@
#include <string>
#include "OrbitingCamera.hpp"
#include "Shapes.hpp"
#include "Topology.hpp"
struct GLFWwindow;
@ -45,7 +45,5 @@ private:
OrbitingCamera camera;
float pitch, yaw;
glm::vec3 cubeOrientation, cubePosition, cubeScale;
std::vector<Shape*> shapes;
std::shared_ptr<lol::Texture> texture;
Topology* topology;
};