I need to show an image instead of the Teapot after the recognition of the target. I can show the texture of the image, but the I still have the Teapot. I'm using the ImageTargetsEAGLView.mm.
In that file (ImageTargetsEAGLView.mm) the function renderFrameWithState is drawing a teapot model with OpenGL when an image is tracked. If you would like to remove the teapot, delete the code related to this drawing.
Hello marcBalado,
In that file (ImageTargetsEAGLView.mm) the function renderFrameWithState is drawing a teapot model with OpenGL when an image is tracked. If you would like to remove the teapot, delete the code related to this drawing.
For example:
Hope this helps!
Thanks,
-Vuforia Support