Hello ,
I am testing out vuforia samples on android studio. Image recognition works perfect, but I am particularly interested in object recognition. I have added the custom scanned object data in the project and I get the debug when the object is detected. But no virtual content is rendered . Is it supposed to function like this or have I missed out any other details to be specified other than the key and the object data.? Thanks in advance.
Hi,
*IT WORKS*
Changing the nearPlane to 0.01f and farPlane to 5f while creating the instance of SampleAppRenderer in the ObjectTargetRender class does the job and you can see a translucent black cube being rendered on the detected object.
Thanks ,
Kewal