How to get VuMark id
Closed this issue · 1 comments
davo156 commented
Hi, I am struggling to find the solution to this, I am not very familiar with objective-C++.
This library supports the generation of the id by the VuMark like the iOS Vuforia Samples does?
I can load successfully the VuMark dataset and display a scene kit scene, but I need to get that ID. How can I obtain it?
Thank you for advance.
Regards!
davo156 commented
I was able to obtain de instanceId by adding some files of the VuMark and convert the VuforiaTrackableResult to VuMarkTargetResult and some other methods, was a little hard to me, but i finally achieve it. I am closing this issue.