[Solved] How to make each component of a 3D OpenGL object touchable in Android? [closed]


I think you are looking for ray picking or ray intersection.

This answer has a link to a iOS sample/video which I believe is what you are after.
https://gamedev.stackexchange.com/questions/12360/how-do-you-determine-which-object-surface-the-users-pointing-at-with-lwjgl/12367#12367

Another related SO question:
Implementing Ray Picking

That should get you started on what you need to do.

1

solved How to make each component of a 3D OpenGL object touchable in Android? [closed]