Simplified algorithm for update of gizmo move and scale

This commit is contained in:
Enrico Turri 2018-10-15 15:21:37 +02:00
parent 404ef147b3
commit adf739cd45
3 changed files with 85 additions and 7 deletions

View file

@ -13,7 +13,7 @@
// Uses a unique opengl context
#define ENABLE_USE_UNIQUE_GLCONTEXT (1 && ENABLE_1_42_0)
// New selections
#define ENABLE_EXTENDED_SELECTION (0 && ENABLE_MODELINSTANCE_3D_FULL_TRANSFORM)
#define ENABLE_EXTENDED_SELECTION (1 && ENABLE_MODELINSTANCE_3D_FULL_TRANSFORM)
#endif // _technologies_h_