Man, Where did you find the Appcelerator Wikitude module ??
I want itso bad
(Sorry for coming here and not help you )
T
Tom
said
about 10 years ago
Hello,
I wanted to try the appcelerator wikitude module.
I got the app.js example working on an iPhone 3GS and i can see the camera view.
According to the documentation the html file can be included with the property "architectWorldUri" but it doesn't work. I also tried "architectWorldUrl" and "url".
this is my code:
var arview = wikitude.createWikitudeView({ licenseKey : 'foo', bottom : 0, left : 0, right : 0, top : 0, architectWorldUrl : 'http://server.com/HelloARchitectWorld.html' });
Tom