How to show an Image instead of 3d box?

0 votes
asked Jan 7, 2020 by mstringham (120 points)
Most examples of Image Tracking show a 3D Box when a target is found. How do I show an arbitrary IMAGE instead of a 3D Box for tracked images?

1 Answer

0 votes
answered Jan 16, 2020 by kenn (18,750 points)
It depends.

If you are using the Unity sample, just use Unity itself.

If you are using native samples, you need to write raw OpenGLES code or plugin a 3D engine. The sample only shows a 3D box is because it is relatively easy to do so without a 3rdparty library.
Welcome to EasyAR SDK Q&A, where you can ask questions and receive answers from other members of the community.
...