Change the position of XRCamera

Hello,

How can I change the position of an XR Camera to a specific position in my scene ?

Thank

A shame I do not know the answer :frowning: summoning @RaananW

the xr camera works just like any other camera. xrcamera.position.set(3,0,8) will set its position at, well, this vector :slight_smile:

mouahahahah, that was too easy :slight_smile:

1 Like

Thanks, It works fine.
Sorry for my stupid question… :wink:

1 Like

not stupid at all, xr can be confusing! but we do try to make it as simple as possible :slight_smile: