"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

MultiTarget

https://developer.vuforia.com/resources/dev-guide/multi-targets Hello, I try to create multi target with difficult geometry and i found bug in offical documentationthere is information about setting marker rotation in config 1)  <Part name="myPart" translation="10 0 0" rotation="0.7071 0 0 0.7071" />but sdk says:Direct parsing of Quaternions is not supported. Use Axis-Angle Degrees (AD:) or Axis-Angle Radians (AR:) instead. 2) <Part name="myPart" translation="10 0 0" rotation="AD: 1 0 0 90; 0 1 0 -90" />Found illegal rotation attribute for Part 4 in config.xml. Part will be ignored.  So, how i can rotate marker to (-90, 160, 0) degrees?

AlessandroB

Mon, 12/15/2014 - 07:52

See reply here :

https://developer.vuforia.com/forum/issues-and-bugs/multitarget