sceneform-android-sdk
sceneform-android-sdk copied to clipboard
How can get position of PlaneRenderer ?
Hi,
I development an AR app and i want put an image over white dots(detected plane) after that when you move the camera this image should be follow the white dots indicator. I can do the first part i put a viewrendereable image over the dots, but when i move, the image not follow the dots(this part i was implemented with a loop of trackables object of the frame , and update the position of the image with the plane tracked, but is not working).
If someone can help me, I'll be very greatful!!!
Thanks
@rbermudez did you managed to do it? I'm having the same problem here.