Fix projection settings for VR

This commit is contained in:
syeopite 2021-04-11 19:43:26 -07:00
parent df0cd30236
commit f06053b1cf
No known key found for this signature in database
GPG Key ID: 6FA616E5A5294A82

View File

@ -150,7 +150,8 @@ player.on('error', function (event) {
// Enable VR video support
if (video_data.vr) {
player.vr();
player.crossOrigin("anonymous")
player.vr({projection: "EAC"});
}
// Add markers