"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

using view(as webview) as texture in cloudreco

hi

can i use android views(such as webview or layout) as texture in cloud reco sample,so far i found bitmap and video is used as texture.

AlessandroB

Mon, 01/07/2013 - 08:51

Hi yogendra,

it should be perfectly possible to do what you ask for;

if you take a look at the file "CloudReco.java", you should be able to find this code (and its surrounding code):

To add on to this question: 

Instead of using webview as texture for openGL drawing, is there another way to draw/position webview so that it align with image target, and also keep the normal webview behaviors (such as click, swipe, etc.)?

Thanks.