"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

Multi targets

Hello

How should the image targetsa be selected for a multi targets.

Can someone guide me with a tutorial that has complete details for multi targets

banujthebest

Fri, 06/14/2013 - 03:29

Hello I have trouble creating multi targets.

1. Since there are 6 images I am not knowing what width should I specify! 

2. I specified a width of 20 and tried  uploading the top image of resolution 1600x1200, this is the error that I got

Hi, the error that you are seeing is due to the fact that the dimensions of your cuboid do not have the right aspect ratio for that image;

banujthebest

Fri, 06/14/2013 - 19:37

Hi

Cuboid worked fine with your solution. Thanks for that

Now,.

1. I am trying to make a cube.

2. Since cube asks only for the width:

banujthebest

Fri, 06/14/2013 - 20:25

And also one more question. In the multi targets sample, which is the code attached to the bowl that rotates it around the flakes multi target box.?

banujthebest

Sat, 06/15/2013 - 03:05

Thanks. I found it.

CAn you please answer my previous question too;

 

Hi

Cuboid worked fine with your solution. Thanks for that

Now,.

1. I am trying to make a cube.

You can define the width using whatever unit of measure you choose, though it's advisable to set the width greater than the near clipping plane (i.e.  > 2 ). This unit is then inherited as the unit scale of the 3D scene.

banujthebest

Mon, 06/17/2013 - 14:33

I got my mistake.

The cube should have images with square resolution(width and height same).

I was trying to give images with rectangular resolutions(different widths ans heights like 1600x1200).

Problem solved.

Thanks for guiding.