<?xml version="1.0" encoding="UTF-8"?>
<krpano version="1.20.9"
        onstart="startup"
        logkey="false"
        debugmode="false"
        debugkeys="true"
        debugjsactions="false"
        debugjsplugins="false"
        bgcolor="#ffffff"
        projectfloorplanurl=""
        projecttitleid="project_title"
        projectdescriptionid="project_description">


  <security cors="">
    <!--
    <crossdomainxml url="http://RESSOURCES_URL/crossdomain.xml" />
    -->
    <allowdomain domain="*" />
  </security>

  <krpano tour_firststartactiondone="false" />
  <events name="startbehavioursevents" onxmlcomplete="startbehavioursxmlcompleteaction();" keep="true"/>

  <!-- generated by Panotour Pro V2.5.14 64bits : 09-02-2023 11-37-35 -->
  <!-- Project file : C:\Users\Xavier\Desktop\decathlon.kpt -->
  <!-- Plugins and Spot Styles -->
  <include url="%FIRSTXML%/Decathlon_skin_vr.xml"/>
  <!-- Core actions -->
  <include url="%FIRSTXML%/Decathlon_core_vr.xml"/>
  <!-- Tour Messages -->
  <include url="%FIRSTXML%/Decathlon_messages_fr.xml"/>

  <action name="startup">

    if (s !== null, if (startscene === null OR startscene === "undefined", set(startscene, get(s));); );
    if (startscene === null OR startscene === "undefined",
      set(startscene, pano12);
    );
    if(startlanguage !== null AND startlanguage !== "undefined",
      set(tour_language, get(startlanguage));
    );
    if(starttime !== null AND starttime !== "undefined" AND starttime GT 0,
      set(videoscenestarttime, get(starttime));
    ,
      set(videoscenestarttime, 0);
    );
    if(scene[get(startscene)].full360,
    mainloadsceneStartup(get(startscene));
    if (h !== null,
      if (v !== null,
        if (f !== null,
          lookat(get(h), get(v), get(f));
         ,
          lookat(get(h), get(v));
        );
      ,
        if (f !== null,
          lookat(get(h), get(view.vlookat), get(f));
         ,
          lookat(get(h), get(view.vlookat));
        );
      );
    ,
      if (v !== null,
        if (f !== null,
          lookat(get(view.hlookat), get(v), get(f));
         ,
          lookat(get(view.hlookat), get(v));
        );
      ,
        if (f !== null,
          lookat(get(view.hlookat), get(view.vlookat), get(f));
        );
      );
    );
    );
  </action>

  <!-- 4 Groups -->

  <!-- Group Groupe 16 : 1 panoramas -->
  
<!-- **** @PanoName="pano3" @PanoFile="C:/Users/Xavier/Desktop/Pano Decathlon/pano3.jpg" **** -->
<!-- **** Width="17136px" Height="5799px" **** -->
<!-- Partial panorama or video is not compatible with VR Headset -->
  <!-- Group Groupe 14 : 1 panoramas -->
  
<!-- **** @PanoName="Pano1" @PanoFile="C:/Users/Xavier/Desktop/Pano Decathlon/Pano1.jpg" **** -->
<!-- **** Width="17147px" Height="5796px" **** -->
<!-- Partial panorama or video is not compatible with VR Headset -->
  <!-- Group Groupe 15 : 1 panoramas -->
  
<!-- **** @PanoName="pano2" @PanoFile="C:/Users/Xavier/Desktop/Pano Decathlon/pano2.jpg" **** -->
<!-- **** Width="17143px" Height="5759px" **** -->
<!-- Partial panorama or video is not compatible with VR Headset -->
  <!-- Group Groupe 17 : 1 panoramas -->
  
<!-- **** @PanoName="pano4" @PanoFile="C:/Users/Xavier/Desktop/Pano Decathlon/pano4.jpg" **** -->
<!-- **** Width="17137px" Height="5793px" **** -->
<!-- Partial panorama or video is not compatible with VR Headset -->
  <krpano nofullspherepanoavailable="true" />


  <!-- Awake HTML5 plugins -->
  <events name="eventKrpanoLoadedEvts" onxmlcomplete="eventKrpanoLoadedAction();" keep="true" />
  <action name="eventKrpanoLoadedAction">
    
    set(events[eventKrpanoLoadedEvts].name, null);
    js(eventKrpanoLoaded('webvr'));
  </action>

</krpano>

