googlesamples / sceneform-samples

Sceneform samples for 3D rendering for ARCore in Java.
https://developers.google.com/ar/develop/java/sceneform/
Apache License 2.0
87 stars 22 forks source link

drawing over the objects rather than in the air #2

Open khurramengr opened 5 years ago

khurramengr commented 5 years ago

I was trying to draw over the object rather than in the air, currently whenever i draw a line over some object it draws in the air at some specific distance from the camera, and while moving the camera towards that object the camera passes through that line and line doesn't stay on the object anymore. Can you guide me how to achieve it?

khurramengr commented 5 years ago

@claywilkinson can you point me in the right direction?