"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Drawing text and open glprimitives

Hi, Can anyone tell me how can I draw text and opengl primtives (circles and rectangles) in jni? I have been looking around the internet and i only find it in java. Thanks, Catarina

Drawing text with OpenGL is challenging, it isn't built into the specification. I would suggest looking for a 3rd party library for rendering text with OpenGL ES. OpenGL is designed for rendering 3D objects (typically models built out of triangles), not 2D primitives like circles and rectangles.