New tech ENABLE_SLOPE_RENDERING - 1st installment of rendering objects colored by facets slope

This commit is contained in:
enricoturri1966 2020-03-13 15:09:07 +01:00
parent 84c9136e2d
commit b36051af82
12 changed files with 277 additions and 19 deletions

View file

@ -173,6 +173,13 @@ public:
bool are_view3D_labels_shown() const;
void show_view3D_labels(bool show);
#if ENABLE_SLOPE_RENDERING
bool is_view3D_slope_shown() const;
void show_view3D_slope(bool show);
bool is_view3D_layers_editing_enabled() const;
#endif // ENABLE_SLOPE_RENDERING
// Called after the Preferences dialog is closed and the program settings are saved.
// Update the UI based on the current preferences.
void update_ui_from_settings();