diff --git a/src/common/ml_shared_data_context/ml_shared_data_context.cpp b/src/common/ml_shared_data_context/ml_shared_data_context.cpp index 591895f72..1d2317b69 100644 --- a/src/common/ml_shared_data_context/ml_shared_data_context.cpp +++ b/src/common/ml_shared_data_context/ml_shared_data_context.cpp @@ -420,7 +420,7 @@ MLRenderingData::PRIMITIVE_MODALITY MLPoliciesStandAloneFunctions::bestPrimitive void MLPoliciesStandAloneFunctions::suggestedDefaultPerViewGLOptions( MLPerViewGLOptions& tmp ) { tmp._perbbox_fixed_color = vcg::Color4b(0xffeaeaea); - tmp._perpoint_fixed_color = vcg::Color4b(0xff459583); + tmp._perpoint_fixed_color = vcg::Color4b(252, 233, 79, 255); tmp._perwire_fixed_color = vcg::Color4b(vcg::Color4b::DarkGray); tmp._persolid_fixed_color = vcg::Color4b(vcg::Color4b::LightGray); tmp._sel_enabled = true;