Sketcher: Points color reflect their construction state. Remove Vertex color.

This commit is contained in:
PaddleStroke
2024-03-22 13:38:14 +01:00
committed by Yorik van Havre
parent 8c1b69e3c6
commit c6bf546b7a
8 changed files with 38 additions and 89 deletions

View File

@@ -38,11 +38,6 @@ SbColor
0.87f,
0.78f); // #DEDEC8 -> (222,222,200)
SbColor DrawingParameters::InternalAlignedGeoColor(0.7f, 0.7f, 0.5f); // #B2B27F -> (178,178,127)
SbColor
DrawingParameters::FullyConstraintConstructionPointColor(1.0f,
0.58f,
0.50f); // #FF9580 -> (255,149,128)
SbColor DrawingParameters::VertexColor(1.0f, 0.149f, 0.0f); // #FF2600 -> (255, 38, 0)
SbColor DrawingParameters::FullyConstraintElementColor(0.50f,
0.81f,
0.62f); // #80D0A0 -> (128,208,160)