How can I add a button or add a UITapGestureRecognizer on imageTarget?
Hi raissetto,
If you look at OverlayViewController.mm it will show how the buttons / UI for the samples work.
At present these are used to switch datasets, but you can adapt these for your own purposes.
It is better to put the UI into a separate view than to try to include it within EAGLView.mm
N
Are you sure you want to delete this message?
Are you sure you want to delete this conversation?
To reset your password please enter the email address associated with your account. An email will be sent to you with instructions on how to complete changing your password.
Hi raissetto,
If you look at OverlayViewController.mm it will show how the buttons / UI for the samples work.
At present these are used to switch datasets, but you can adapt these for your own purposes.
It is better to put the UI into a separate view than to try to include it within EAGLView.mm
N