using openGLES and detecting touches in 2D space is pretty simple because the coordinates map onto the coordinates of quartz easy
but, when you want to know when someone has touched an object in 3D space, how would you do it?
the coordinates aren't the same as they would be in 2D space
but, when you want to know when someone has touched an object in 3D space, how would you do it?
the coordinates aren't the same as they would be in 2D space