Move with DeviceOrientedCamera

Hi, I want to be able to move with the DeviceOrientedCamera when you move your phone, not just rotation. Is this the correct camera to use for this, because I’m not really seeing properties that could achieve that?

Your phone doesn’t have any api to let us know you are moving, unless you use WebXR, in which the entire idea is to track your mobile device in space.
Device orientation camera is much simpler. It only uses sensors (excluding camera data) to get the orientation of the device (i.e. its rotation)

3 Likes