mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-17 01:54:42 +00:00
removed unused code
This commit is contained in:
parent
91aca19895
commit
cb21edd6c5
@ -144,7 +144,6 @@ namespace vcg {
|
||||
|
||||
Matrix33f QtMQ = (Qt * M * Q);
|
||||
|
||||
Point3f bl = Q.GetColumn(0);
|
||||
Point3f T1 = Q.GetColumn(1);
|
||||
Point3f T2 = Q.GetColumn(2);
|
||||
|
||||
|
||||
@ -359,19 +359,6 @@ void EditSegment::Decorate(QAction * ac, MeshModel & m, GLArea * gla) {
|
||||
current_point, previous_point, pixels, mvmatrix, projmatrix,
|
||||
viewport);
|
||||
|
||||
/*vector<CMeshO::FacePointer>::iterator fpo;
|
||||
for(fpo=faceSel.begin();fpo!=faceSel.end();++fpo) {
|
||||
for (int i=0; i<3; ++i) {
|
||||
if (mouse_button_pressed==Qt::LeftButton) {
|
||||
meshCut->Mark((*fpo)->V(i), iF);
|
||||
(*fpo)->V(i)->C() = toVcgColor(meshCutDialog->getForegroundColor());
|
||||
} else {
|
||||
meshCut->Mark((*fpo)->V(i), iB);
|
||||
(*fpo)->V(i)->C() = toVcgColor(meshCutDialog->getBackgroundColor());
|
||||
}
|
||||
}
|
||||
}*/
|
||||
|
||||
vector<CMeshO::VertexPointer>::iterator vi;
|
||||
for (vi=newSel.begin(); vi!=newSel.end(); ++vi) {
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user