mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-18 10:34:41 +00:00
Changed default color for mesh and points
This commit is contained in:
parent
83fe9ffbbd
commit
416c30000c
@ -755,12 +755,10 @@ MLRenderingData::PRIMITIVE_MODALITY MLPoliciesStandAloneFunctions::bestPrimitive
|
||||
|
||||
void MLPoliciesStandAloneFunctions::suggestedDefaultPerViewGLOptions( MLPerViewGLOptions& tmp )
|
||||
{
|
||||
vcg::Color4b orange(255,85,0,255);
|
||||
vcg::Color4b lightpurple(109,83,111,255);
|
||||
tmp._perbbox_fixed_color = vcg::Color4b(vcg::Color4b::White);
|
||||
tmp._perpoint_fixed_color = orange;
|
||||
tmp._perpoint_fixed_color = vcg::Color4b(vcg::Color4b::Yellow);;
|
||||
tmp._perwire_fixed_color = vcg::Color4b(vcg::Color4b::DarkGray);
|
||||
tmp._persolid_fixed_color = lightpurple;
|
||||
tmp._persolid_fixed_color = vcg::Color4b(vcg::Color4b::LightGray);;
|
||||
tmp._sel_enabled = true;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user