
24 Aug
2012
24 Aug
'12
12:14 p.m.
Dear Möbius, I would like to ask about giving colors to the edges and visualizing them on the Openflipper visualization framework. Here is my code, but I cannot see the colored edges; m_mesh->request_edge_colors(); m_mesh->set_color(m_mesh->edge_handle(0), PolyMesh::Color(0, 255, 0)); PluginFunctions::setDrawMode(ACG::SceneGraph::DrawModes::EDGES_COLORED); emit updatedObject(m_targetObject->id(), UPDATE_COLOR); Thank you. Erkan Gunpinar The University of Tokyo