User Tools

Site Tools


vuforia

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
vuforia [2015/04/17 15:52]
wbeckett created
vuforia [2021/06/04 02:16] (current)
Line 4: Line 4:
 [[http://​developer.vuforia.com | Vuforia Developer]] [[http://​developer.vuforia.com | Vuforia Developer]]
  
 +[[https://​developer.vuforia.com/​library/​articles/​Solution/​How-To-add-a-License-Key-to-your-Vuforia-App | Add Key]]
 +
 +<​code>​
 +
 +In File: SampleApplicationSession.mm:​
 +
 +
 +// Initialise QCAR
 +// (Performed on a background thread)
 +- (void)initQCARInBackground
 +{
 +    // Background thread must have its own autorelease pool
 +    @autoreleasepool {
 +        QCAR::​setInitParameters(mQCARInitFlags,"​8fa9bca36a3c4c199d0c602dcf9fd6e2"​);​
 +    ​
 +</​code>​
  
vuforia.1429285922.txt.gz ยท Last modified: 2021/06/04 02:16 (external edit)