added more colormaps

This commit is contained in:
Lauchmelder 2021-12-26 07:00:15 +01:00
parent cf192262f2
commit 16d95b85eb
7 changed files with 839 additions and 21 deletions

View file

@ -3,6 +3,7 @@
#include <string>
#include "OrbitingCamera.hpp"
#include "Topology.hpp"
#include "Util.hpp"
struct GLFWwindow;
@ -52,7 +53,7 @@ private:
bool enableHeightMap = true;
bool enableColorMap = true;
bool enableScroll = false;
int colormap = 0;
Topology* topology;
};