"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

Vuforia SDK Version: 3.0.9 - Description with steps to reproduce: 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?  Also i create topic https://developer.vuforia.com/forum/creating-ar-trackables/multitarget - Development OS (Mac OS X, Windows, Linux): Mac OS X - Mobile OS and Version: Android 4.4.4 - Mobile Device Manufacturer and Model name: Samsung Galaxy Alpha - Do the Vuforia Sample Applications show the same behavior?: https://developer.vuforia.com/resources/dev-guide/multi-targets

AlessandroB

Fri, 12/12/2014 - 13:46

Are you using the Unity Extension of Vuforia ? or Android native SDK ?

 

Ok; and, is the message displayed in the Unity Editor, or at runtime ?

 

Interesting, this bug appears only in Unity Editor, on android all fine.

How to fix it in editor?

Thanks for confirming it only appears in the Unity editor; this is a known issue with the Editor, but as you also observed, it does not affect the runtime on-device functionality.