Hello,
I try to create multi target with difficult geometry and i found bug in offical documentation
there 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?
See reply here :
https://developer.vuforia.com/forum/issues-and-bugs/multitarget