Closed agh372 closed 3 years ago
This documentation specified to interpolate the anchor node, we can use setSmoothed(true), but how do I specify the duration of that interpolation? https://developers.google.com/sceneform/reference/com/google/ar/sceneform/AnchorNode#setSmoothed(boolean)
setSmoothed(true)
Sceneform isn't on topic for this issue tracker, but I'd imagine you can find the answer here: AnchorNode
SPECIFIC ISSUE ENCOUNTERED
This documentation specified to interpolate the anchor node, we can use
setSmoothed(true)
, but how do I specify the duration of that interpolation? https://developers.google.com/sceneform/reference/com/google/ar/sceneform/AnchorNode#setSmoothed(boolean)