Skip to content

Instantly share code, notes, and snippets.

@Lewuathe
Created March 3, 2013 07:59
Show Gist options
  • Select an option

  • Save Lewuathe/5075255 to your computer and use it in GitHub Desktop.

Select an option

Save Lewuathe/5075255 to your computer and use it in GitHub Desktop.
[Vuforia AR] Adding self made target ref: http://qiita.com/items/b4aaea9b9df0c78f0533
// Provide a list of targets we're expecting - the first in the list is the default
[qUtils addTargetName:@"MyTarget" atPath:@"MyTarget.xml"];
// [qUtils addTargetName:@"Stones & Chips" atPath:@"StonesAndChips.xml"];
// [qUtils addTargetName:@"Tarmac" atPath:@"Tarmac.xml"];
// Provide a list of targets we're expecting - the first in the list is the default
[qUtils addTargetName:@"Stones & Chips" atPath:@"StonesAndChips.xml"];
[qUtils addTargetName:@"Tarmac" atPath:@"Tarmac.xml"];
[qUtils addTargetName:@"MyTarget" atPath:@"MyTarget.xml"];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment