mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-25 05:20:34 +05:00
remove double-click test-output
This commit is contained in:
parent
2620f90f32
commit
bac288ab56
@ -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]);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user