- Can a model freely move in AR space?
- Is it possible to control virtual model moving in the AR space by just changing the the pose of its anchor originally attached to the model?
- If moving virtual model is out of frames for a while, can we re-gain the model as we come close to it or the model come close to us?
If I can get the anchor for my placed model, and change the pose of the anchor whatever I want, an other issue suddenly came out of my mind: - Does WebXR have an Animation API for model movement, or
I could make that animation by common ways in JS (like using setTimeout to change model pose every other second)
THX for your help!