Re: picking
Posted by
gouessej on
Dec 25, 2013; 8:40pm
URL: https://forum.jogamp.org/picking-tp4031052p4031060.html
If you can do that in Direct3D, you can do that in OpenGL but I'm not sure this is a really efficient approach. Software picking means picking implemented in software, without OpenGL. When you only have triangles, it's quite simple to implement.