You are not logged in.

1

Wednesday, July 20th 2016, 12:21pm

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>)');

2

Monday, July 25th 2016, 10:44pm

Yes - see here:
http://krpano.com/docu/xml/?version=118#image.cubesides

Btw - version 1.0.8.14 is way outdated and I would recommend using the gyro2 plugin instead of the old one!

3

Saturday, July 30th 2016, 7:46pm

I am using gyro2.js, and krpano krpano 1.19-pr5 (build 2016-05-24)
how do I know, what version to specify here <krpano version="1.0.8.14">....