added more colormaps
This commit is contained in:
parent
cf192262f2
commit
16d95b85eb
7 changed files with 839 additions and 21 deletions
|
@ -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;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue