PanoViewer

Cubemap 3 x 2 Video

Support variety cubemap format

projection: CUBEMAP

cubemapConfig: {order: "RLUDFB"}

video: Visions - Burano in VR by Maja WroĊ„ska

var PanoViewer = eg.view360.PanoViewer;
var container = document.querySelector(".container");

var panoViewer = new PanoViewer(container, {
    projectionType: "cubestrip",
    video: document.getElementById("pano_video"),
    cubemapConfig: {
        order: "RLUDFB"
    }
});