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

@ -147,6 +147,9 @@ void KBShortcutsDialog::fill_shortcuts()
#if ENABLE_SHOW_SCENE_LABELS
{ "E", L("Show/Hide object/instance labels") },
#endif // ENABLE_SHOW_SCENE_LABELS
#if ENABLE_SLOPE_RENDERING
{ "D", L("Turn On/Off facets' slope rendering") },
#endif // ENABLE_SLOPE_RENDERING
// Configuration
{ ctrl + "P", L("Preferences") },
// Help