heightmap can now be disabled

This commit is contained in:
Lauchmelder 2021-12-26 03:58:14 +01:00
parent 300c97d911
commit d3525cc253
5 changed files with 25 additions and 3 deletions

View file

@ -45,5 +45,8 @@ private:
OrbitingCamera camera;
float pitch, yaw, distance;
bool enableHeightMap = true;
bool enableColorMap = true;
Topology* topology;
};