is there any option where I can pass all 6 images in krpano viewer

  • right now I am not able to pass all 6 images simulatneosly. As my images gets added to cdn with some random names generated. hence it not possible to add _l , _b... to the image names


    this.player.call('loadxml(<krpano version="1.0.8.14"><progress showload="none" showwait="none" />' +
    '<plugin name="gyro" url="' + this.gyroUrl + '" enabled="true" camroll="true" friction="0.5" ' + ' velastic="0.2" devices="html5" keep="true" /><view hlookat="0" vlookat="0" fovtype="MFOV" ' + 'fov="90" fovmin="60" fovmax="120" />' + '<image><cube url="' + this.leftSource + '" />' + '<cube url="' + this.frontSource + '" />' + '<cube url="' + this.rightSource + '" />' + '<cube url="' + this.backSource + '" />' + '<cube url="' + this.upSource + '" />' + '<cube url="' + this.downSource + '" />' + '<tablet><cube url="' + this.leftSource + '" />' + '<cube url="' + this.frontSource + '" />' + '<cube url="' + this.rightSource + '" />' + '<cube url="' + this.backSource + '" />' + '<cube url="' + this.upSource + '" />' + '<cube url="' + this.downSource + '" />' + '</tablet></image></krpano>)');

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!