Hello,
I am new to OpenGL and I am having some trouble when I try to change the FrameMarker Sample, I change the Letter QCAR with ABCD, I did the letter with Blender and bake the png File, but the result is not what i expected
There is somestaff outside the letters and the A is covered completely by a cylinder......
I attached an image, I don't know what is the problem, maybe with cubeshader?
First of all, do you have a set of 3D models for the different letters? If so, you can find many posts in this forum about converting .obj files to a .h format that is relatively easy to render with OpenGL ES. Most of the code changes will be made in FrameMarkers.cpp in the renderFrame method.
Here is one thread you can start with: http://ar.qualcomm.at/node/2000231
- Kim