Home
last modified time | relevance | path

Searched refs:_perpoint_mesh_color_enabled (Results 1 – 8 of 8) sorted by relevance

/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/common/
H A Dml_shared_data_context.h151 str.append(((_perpoint_mesh_color_enabled) ? "1" : "0")); in serialize()
192 _perpoint_mesh_color_enabled = bset[23]; in deserialize()
H A Dml_shared_data_context.cpp778 … glopts._perpoint_mesh_color_enabled &= !atts[MLRenderingData::ATT_NAMES::ATT_VERTCOLOR]; in setPerViewGLOptionsPriorities()
779 …enabled = !atts[MLRenderingData::ATT_NAMES::ATT_VERTCOLOR] && !glopts._perpoint_mesh_color_enabled; in setPerViewGLOptionsPriorities()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/edit_align/
H A DAlignPairWidget.cpp259 opts._perpoint_mesh_color_enabled = !isUsingVertexColor; in createRenderingData()
260 …r_enabled = !atts[MLRenderingData::ATT_NAMES::ATT_VERTCOLOR] && !opts._perpoint_mesh_color_enabled; in createRenderingData()
H A Dedit_align.cpp73 opts._perpoint_mesh_color_enabled = true; in suggestedRenderingData()
/dports/graphics/wdune/wdune-1.926/vcglib/wrap/gl/
H A Dgl_mesh_attributes_multi_viewer_bo_manager.h59 bool _perpoint_mesh_color_enabled; member
90 _perpoint_mesh_color_enabled = false; in RenderingModalityGLOptions()
138 _perpoint_mesh_color_enabled = opts._perpoint_mesh_color_enabled; in copyData()
1601 …optsvalid) && ((glopts->_perpoint_fixed_color_enabled) || (glopts->_perpoint_mesh_color_enabled))){
/dports/devel/vcglib/vcglib-2020.09/wrap/gl/
H A Dgl_mesh_attributes_multi_viewer_bo_manager.h59 bool _perpoint_mesh_color_enabled; member
90 _perpoint_mesh_color_enabled = false; in RenderingModalityGLOptions()
137 _perpoint_mesh_color_enabled = opts._perpoint_mesh_color_enabled; in copyData()
1651 …ptsvalid) && ((glopts->_perpoint_fixed_color_enabled) || (glopts->_perpoint_mesh_color_enabled))) {
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlab/
H A Dml_rendering_actions.cpp648 opts._perpoint_mesh_color_enabled = isChecked(); in updateRenderingData()
679 return opts._perpoint_mesh_color_enabled; in isRenderingDataEnabled()
H A Dmainwindow_RunTime.cpp1376 opts._perpoint_mesh_color_enabled = hasmeshcolor; in updateSharedContextDataAfterFilterExecution()