mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +05:00
remove double-click test-output
This commit is contained in:
parent
2620f90f32
commit
bac288ab56
@ -3152,7 +3152,7 @@ namespace netgen
|
||||
GLfloat pz;
|
||||
// cout << "x, y = " << px << ", " << hy << endl;
|
||||
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,
|
||||
&result[0], &result[1], &result[2]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user