Wikitude / wikitude-sdk-samples

Code Examples what can be done using the Wikitude SDK. The samples are written in JavaScript and show-case some functionality of the Wikitude SDK
https://www.wikitude.com
135 stars 183 forks source link

requiredFeatures #12

Closed shaneparsons closed 7 years ago

shaneparsons commented 7 years ago

I'm unable to find a list of what can / should be placed in the requiredFeatures array. The only ones I'm aware of are geo and ir.

danielguttenberg commented 7 years ago

Which product are we talking about (JS SDK, Titanium, Xamarin, Cordova)?

shaneparsons commented 7 years ago

The Cordova plugin.

AndreasSchacherbauerWikitude commented 7 years ago

(WikitudePlugin.js is the file you're looking for)[https://github.com/Wikitude/wikitude-cordova-plugin/blob/master/www/WikitudePlugin.js#L21] - In short: you can choose from 'geo', 'image_tracking' and (not yet available as a constant) 'instant_tracking'