mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-19 19:14:42 +00:00
change default userdef point color
This commit is contained in:
parent
2946699eef
commit
08dbacbeb9
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user