Creating Clickable Sides in Cube

I mean the 3D cube example provided in the API demo. But how to make the cube side accessible?

+3
source share
1 answer

The "Elements" ( Cubes , in this case) inside GLSurfaceViewcannot be pressed in the sense mentioned here . You will need to add this convenience yourself. See Answers to this question about beam selection .

+1
source

All Articles