Beiträge von rbasniak

    Hi, I have a tour created on 1.18 that I would like to try with VR.

    So this is what I did:

    1) Downloaded 1.19 pre3
    2) Opened KR Pano Tools and on Update tab I dropped my tour folder. It was updated with no error
    3) Copied the webvr_cursor_80x80_17f.png, webvr.xml and webvr.js to my plugins folder.
    4) On begin of my config.xml I added the following lines:

    Code
    <!-- webvr.xml - WebVR plugin, enter/exit VR buttons, VR cursor, VR setup --><include url="plugins/webvr.xml" />      <plugin name="WebVR" mobilevr_fake_support="true" /> 
         <include url="skin/vtourskin.xml" />      <!-- set skin settings: bingmaps? gyro? thumbnail controlling? tooltips? -->


    5) Then on my skin.xml I added a new button:

    Code
    <layer name="skin_btn_vr"     style="skin_base|skin_glow" crop="0|384|64|64"  align="bottom"      x="140"  y="4"   scale="0.5" onclick="showVR();" />


    6) And the enterVR() action I created:

    Code
    <action name="showVR">		webvr.enterVR(); </action>


    But when I open a scene and click the enterVR button it doens't change to VR. Actually it doens't do anything, no error, nothing...


    What am I missing? Please tell me if you need to attach any file or upload the tour...

    Thanks in advance...