Start a new topic

Draw line between 2 Points

I need to be able to draw a line between 2 points. This doesn't have to be done by the user in the app, but can be preloaded alongside a .wto file for a scene recognition. Is there a way to do this? If there is no way of doing it in the JavaScript sdk would it be possible with the rendering apis in the native sdk? Thanks
1 Comment

Hi,


Are you using this line as part of the augmentation once the object is tracked? I think you should use our native sdk as it gives you more freedom to render whatever you want. In particular you should check the object tracking samples in our sample application: https://www.wikitude.com/download-wikitude-sdk-for-android/ where we show how to render a rectangle once the object has been tracked.


Regards,


Aitor.

Login or Signup to post a comment