Tech ENABLE_SINKING_CONTOURS -> Improved generation of sinking contours and color set to white

This commit is contained in:
enricoturri1966 2021-07-28 14:27:57 +02:00
parent f1cd3e22c4
commit d821fcba2d
2 changed files with 37 additions and 42 deletions

View file

@ -292,9 +292,10 @@ private:
public:
SinkingContours(GLVolume& volume) : m_parent(volume) {}
void update();
void set_color(const std::array<float, 4>& color);
void render();
private:
void update();
};
SinkingContours m_sinking_contours;