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.
If you only want to detect the VuMark but not track it (i.e. not use the 6DoF pose returned by the SDK to register content), this is entirely possible. I suggest that you review our VuMark sample app for more details.
Thanks.