Visual hints in the 3D scene when sidebar matrix fields have focus -> Completed VBOs case

This commit is contained in:
Enrico Turri 2018-12-20 11:14:53 +01:00
parent 6282e904b9
commit 54fae97032
5 changed files with 214 additions and 51 deletions

View file

@ -43,7 +43,7 @@
// Renders a small sphere in the center of the bounding box of the current selection when no gizmo is active
#define ENABLE_RENDER_SELECTION_CENTER (0 && ENABLE_1_42_0)
// Show visual hints in the 3D scene when sidebar matrix fields have focus
#define ENABLE_SIDEBAR_VISUAL_HINTS (0 && ENABLE_1_42_0)
#define ENABLE_SIDEBAR_VISUAL_HINTS (1 && ENABLE_1_42_0)
#endif // _technologies_h_