I am utilizing teleport-controls within A-Frame for my project.
One issue I am facing is that after moving the camera with teleport-controls, the model of the Vive controller also moves. However, the attribute "position" of the controller element remains unchanged.
When I attempt to create a box at the position of the controller post-movement, the new box appears at the old position of the controller, not the updated one.
As a workaround, I have tried setting the 'position' of the controller as the "newPosition" from the "teleported" event, but unfortunately, it has not yielded the desired result.
If anyone has any insights or suggestions, feel free to share them!