Displaying text on Image
Hello everyone! I am new to MAXST, and I am having problem in dislaying some text over a target image. Drawing a box on target using openGL ES as shown in sample was clear. My question is that how can we draw some text over the target image? Also it would be nice if someone can point towards right direction regarding this.
If you are an Android developer, you can do that using Canvas.java and Bitmap.java.
First write text onto a canvas, convert it to a bitmap and then set the created bitmap as a texture.