"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

Display 3D object without image target

Hello, 

I'm starting with augmented reality and vuforia sdk. 

I would like to know if this is possible to display a 3D object at the center of my screen without image target. 

My goal is to display a 3D object after a VuMark was scan. I don’t want to fly over an image for display a 3D object.

I'm working with objective-c and c++ languages.

Thanks you for help

(and excuse my english, i'm french ! :) )

Hello,

The Vuforia SDK will return a 6DoF pose once a VuMark is detected. However, what a developer does with that pose is app level logic.

@berangerelatouche you should put the AR camera as  the parent of that 3D object , exactly the gameObject that cotain the camera .