google-ar / sceneform-android-sdk

Sceneform SDK for Android
https://developers.google.com/sceneform/develop/
Apache License 2.0
1.23k stars 604 forks source link

How to add numbers on top of Anchor node like below. #427

Open nagesh1044 opened 5 years ago

nagesh1044 commented 5 years ago

screen_shot

Originally posted by @nagesh1044 in https://github.com/google-ar/sceneform-android-sdk/issues/403#issuecomment-436880567

stewe93 commented 5 years ago

Create the arrow model somehow, load, render and attach it to an anchor the render a viewrenderable at the right position to fit on the arrow

nagesh1044 commented 5 years ago

Create the arrow model somehow, load, render and attach it to an anchor the render a viewrenderable at the right position to fit on the arrow

Is there any example for this. If there very helpful for me.