Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to display and anchor text with ARCore and OpenGL without Sceneform?

I want to recreate AR measurement app using ARCore and OpenGL without sceneform. Is there any way to display text and anchor it to another object like the image below?

ARuler

like image 884
Inas Avatar asked Aug 08 '19 02:08

Inas


1 Answers

Yup, you can see a preview of it here : reference and example.

You can use ViewRenderable Class from AR Core

like image 156
chia yongkang Avatar answered Oct 06 '22 01:10

chia yongkang