Hi,
I am using the CloudReco sample app, and I want to be able to control the visibilty of the augmented layer.
What I understand so far is that:
- The layer is initially created in CROverlayViewController -> targetfound, where adds a subview to arview
- Then in EAGLView it converts the layer into a UIImage and renders it on the target.
I would really appreciate it if someone can point me in the right direction as to how I can set the rendered image to either visible or hidden.
TIA!
In this case are you able to control the blending via OpenGL ES right before the image is rendered in RenderFrameQCAR?
N