3D scene toolbar uses a single texture

This commit is contained in:
Enrico Turri
2018-07-31 12:25:00 +02:00
parent 55e7a1af46
commit 1c0fa19824
72 changed files with 690 additions and 271 deletions

View File

@@ -746,6 +746,10 @@ private:
bool _is_any_volume_outside() const;
//###################################################################################################################################
void _resize_toolbar() const;
//###################################################################################################################################
static std::vector<float> _parse_colors(const std::vector<std::string>& colors);
};