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

@ -50,4 +50,13 @@
// Enable hack to remove crash when closing on OSX 10.9.5
#define ENABLE_HACK_CLOSING_ON_OSX_10_9_5 (1 && ENABLE_2_2_0_RC1)
//============
// 2.2.0 techs
//============
#define ENABLE_2_2_0 1
// Enable rendering of objects colored by facets' slope
#define ENABLE_SLOPE_RENDERING (1 && ENABLE_2_2_0)
#endif // _technologies_h_