0

I'm checking web-vr frameworks and looking for an availability to change the projection settings/the camera settings for left and right eye. Is it somehow possible or this is done automatically by the browser?

I checked A-Frame framework from mozilla and react-vr but I could not find such options.

Tukkan
  • 1,574
  • 2
  • 18
  • 33

1 Answers1

0

The camera projections are provided by the browser through the WebVR API and are specific to each headset. It's probably something you don't want to change.

Diego Marcos
  • 4,502
  • 3
  • 15
  • 20