Fix projection settings for VR

This commit is contained in:
syeopite
2021-04-11 19:43:26 -07:00
parent df0cd30236
commit f06053b1cf

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