Tech ENABLE_COLOR_CLASSES - 1st installment -> Introduction of classes ColorRGB and ColorRGBA to unify color data definition and manipulation
This commit is contained in:
parent
48098fbaff
commit
cd4094743e
53 changed files with 1810 additions and 60 deletions
|
@ -13,7 +13,9 @@ class GLGizmoCut : public GLGizmoBase
|
|||
{
|
||||
static const double Offset;
|
||||
static const double Margin;
|
||||
#if !ENABLE_COLOR_CLASSES
|
||||
static const std::array<float, 4> GrabberColor;
|
||||
#endif // !ENABLE_COLOR_CLASSES
|
||||
|
||||
double m_cut_z{ 0.0 };
|
||||
double m_max_z{ 0.0 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue