Which is the best camera to be used with WebXR?

I’m developing a project with WebXR. Among the various camera types available (FreeCamera, UniversalCamera), which is the best choice for WebXR?

There is a camera specific for WebXR. It takes position / rotation directly from hardware.

Think they are stored in a different directory.

2 Likes

WebXR has its own camera, WebXRCamera. Outside of XR you can use any camera you want.

Have you read the WebXR doc page? Introduction to WebXR - Babylon.js Documentation

1 Like

Perfect! Thanks!