Cannot control VR image with mouse in desktop

  • I have an 360 image which I want to control through click/touch and drag on the desktop. Note that moving the camera works with the 4 arrow keys.

    When I try to click and drag, the cursor image does not change like it should in https://krpano.com/examples/119/k…-corfu/tour.xml

    Why can't I click/touch and drag the 3d image?
    Is there an option I could have turned off? I've looked through the docs but cant find anything!

    <scene name="image_scene" title="imagescene" onstart="plugin[video].stop();" >
    <include url="skin/vtourskin.xml" />
    <include url="skin/loadinganimation.xml" />
    <include url="skin/loadingpercenttext.xml" />
    <include url="skin/loadingbar.xml" />
    <view hlookat="0" />
    <image>
    <cube url="/panorama/%$panoId%/pano_%s.jpg" />
    <cube url="/panorama/%$panoId%/mobile_%s.jpg" devices="iOS" />
    </image>
    </scene>


    <control mouse="drag"
    touch="drag"
    dragrelative="true"
    draginertia="0.1"
    dragfriction="0.9"
    movetorelative="true"
    movetoaccelerate="1.0"
    movetospeed="10.0"
    movetofriction="0.8"
    keybaccelerate="0.5"
    keybspeed="10.0"
    keybfriction="0.9"
    keybfovchange="0.75"
    mousefovchange="1.0"
    fovspeed="3.0"
    fovfriction="0.9"
    zoomtocursor="false"
    zoomoutcursor="true"
    touchzoom="true"
    bouncinglimits="false"
    />

    Edited 2 times, last by inframatic (July 19, 2016 at 12:11 PM).

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!