Hello
Id like to display a HUD to my app. I tried different stuff in the ImageTargetsRenderer.java class in the onDrawFrame(GL10 gl) method, but it didnt work ...
If possible i would like to do this in the java part of the code but only if possible.
I've read the forum entry: "Overlaying Android Interface Objects" and tried this but it showed nothing...
i just want to show some text at the side of the object and probably later a button for more information.
Can someone help me with this?
ps: i'm working with the ImageTargets example.
Great, let me know how you did it!