Merge remote-tracking branch 'remotes/origin/et_slope_shader'

This commit is contained in:
bubnikv 2020-03-25 16:09:04 +01:00
commit 750e704b37
12 changed files with 281 additions and 19 deletions

View file

@ -44,6 +44,13 @@
// Enable fix for dragging mouse event handling for gizmobar
#define ENABLE_GIZMO_TOOLBAR_DRAGGING_FIX (1 && ENABLE_2_2_0_FINAL)
//============
// 2.3.0 techs
//============
#define ENABLE_2_3_0 1
// Enable rendering of objects colored by facets' slope
#define ENABLE_SLOPE_RENDERING (1 && ENABLE_2_2_0)
//===================
// 2.3.0.alpha1 techs