Posts by Mano-Wii • 111 points
1 post
-
1
votes2
answers106
viewsA: Capture a 3D click in openGL
You have to work on an Opengl texture from viewport that can be used by Opengl functions. So I know 2 solutions: Use a function that reads a pixel (glReadPixel if I’m not mistaken). But usually this…