Scroll Top

How Can We Help?

Supported features (krPano)

Only very basic support for krPano tours is available at the moment:

  • monoscopic and stereoscopic image, single resolution panoramas
  • navigation only with ‘linkedscene’ hotspots

Not supported:

  • Flash, UI elements, scripts, maps, galleries, animation, transitions,
  • info, audio, image and video overlays

If you want to make the most out of your VR Tourviewer experience, it’s recommended to use Pano2VR Pro. You can find the supported features here.

 

An example of a stereoscopic file that can be handled can be found here:
https://krpano.com/examples/119/examples/demotour-stereoscopic
with the following XML file:
https://krpano.com/examples/119/examples/demotour-stereoscopic/tour.xml

The following XML structure/content is expected by VR Tourviewer:

<krpano onstart="loadscene(stereopano1);">
  <scene name="stereopano1">
    <view hlookat="110" vlookat="10"/>
    <preview url="panos/pano1_mono/preview.jpg"/>
    <image stereo="true" stereolabels="l|r" prealign="0|220|0">
      <cube url="panos/pano1_stereo_%t/pano_%s.jpg"/>
    </image>
    <hotspot name="spot1" style="" onclick="loadscene(stereopano2);"/>
  </scene>
  <scene name="stereopano2">
    <preview url="panos/pano2_mono/preview.jpg"/>
    <image stereo="true" stereolabels="l|r" prealign="0|25|0">
      <cube url="panos/pano2_stereo_%t/pano_%s.jpg"/>
    </image>
    <hotspot name="spot2" style="" onclick="loadscene(stereopano1);"/>
  </scene>
</krpano>

For the onstart and onclick attributes “loadscene(scenename);” is expected
The image attributes ‘stereo’ and ‘stereolabels’ are optional and only needed for a stereoscopic tour. The tour has to be single resolution and use the ‘cube’ image type.

Privacy Preferences
When you visit our website, it may store information through your browser from specific services, usually in form of cookies. Here you can change your privacy preferences. Please note that blocking some types of cookies may impact your experience on our website and the services we offer.