android - How to draw line/polyline on the plane using ARCore -


in java arcore hello ar sample can place android object on plane tapping on screen, how use hitresult `s information draw line between these objects?

thanks helping!

  1. i think should save hitresults's information , pose‘s position.

  2. you should create class planerenderer , can draw line between begin position , end position.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -