Hi,
i am new to Android and AR.
i have played with the multi-target sample and i want to detect the image targets but instead of the 3d object i want to change the look of the box - i want to display another box to the user with my textures or my text on the walls. So the user will see a box with the same size but with another skin.
is this possible?
thanks,
Ariel.
The yellow wireframe is actually a 3D model, see jni/Cube.h. It is a unit cube that is scaled to match the box size.
See this thread for some help rendering a plane, there's a post containing vertex data a few down:
http://ar.qualcomm.at/node/2000302
Try rendering a single plane first. Then you'll need to use rotations, translations, and scales to create a box from six planes.
- Kim