Hello folks,
I am trying to move a 3D object, feeding in the geometry values from the API, however the changes do not appear on my sceneview unless I reload the page.
Have you tried adding the graphics to the SceneView in the updateGeometry function?
I am actually:
1. Creating a graphicsLayer and add it to the map on which I applied the view:
It is hard to estimate what may be the issue with your app without having a closer look at your code.
Here's a simple app where one can move a boat symbol with keys:
https://codepen.io/gsoosalu/pen/OJvKPMV?editors=1000
Hope this helps you further! If not, could you share a similar simple app we could take a look at?