remove double-click test-output

This commit is contained in:
Joachim Schöberl 2020-01-29 18:19:19 +01:00
parent 2620f90f32
commit bac288ab56

View File

@ -3152,7 +3152,7 @@ namespace netgen
GLfloat pz; GLfloat pz;
// cout << "x, y = " << px << ", " << hy << endl; // cout << "x, y = " << px << ", " << hy << endl;
glReadPixels (px, hy, 1, 1, GL_DEPTH_COMPONENT, GL_FLOAT, &pz); glReadPixels (px, hy, 1, 1, GL_DEPTH_COMPONENT, GL_FLOAT, &pz);
cout << "pz = " << pz << endl; // cout << "pz = " << pz << endl;
gluUnProject(px, hy, pz, transformationmat, projection, viewport, gluUnProject(px, hy, pz, transformationmat, projection, viewport,
&result[0], &result[1], &result[2]); &result[0], &result[1], &result[2]);