Hello,
I am using the SDK's Planar tracking with rendering sample on android studio and I want to change the marker so I added a new image in this directory: assets -> target.planar (where there is the default_image_target.jpg) and under private void loadModels I added this code (the same code which the sample used for the default_image_target.jpg): addObject (model,"new_target") and addObject (axes,"new_target") but it doesn't work.
Am I missing something?
Thank you
Paul