"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

How to create onscreen buttons on 3D image

Hi,

We got a automotive project on iOS and Android.

Client wish we can have 3 or more buttons on a car 3D model. For example: push the headlight area, it lights up; push the front door, the front doors open;

Is there any sample or solutions that we can try.

Our idea is put some invisible buttons on those area , is this right ?

Regards,

charlie

If you are using Unity3d, implement the same with raycast concept,

source : http://docs.unity3d.com/ScriptReference/Physics.Raycast.html

i Hope this will help you.

All the best !!!