<?xml version="1.0" encoding="UTF-8"?>
<krpano version="1.19-pr16"
        onstart="startup"
        logkey="false"
        bgcolor="#ffffff"
        projectfloorplanurl=""
        projecttitleid="project_title"
        projectdescriptionid="">


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

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

  <!-- generated by Panotour Pro V2.5.14 64bits : 03-09-2022 10-30-45 -->
  <!-- Project file : /Users/cgarima1995/Downloads/projectionProject/ProjectFINAL/COPYNewProjectProjection.kpt -->
  <!-- Plugins and Spot Styles -->
  <include url="%FIRSTXML%/index_skin_vr.xml"/>
  <!-- Core actions -->
  <include url="%FIRSTXML%/index_core_vr.xml"/>
  <!-- Tour Messages -->
  <include url="%FIRSTXML%/index_messages_en.xml"/>

  <action name="startup">

    if (skipintro !== null, skipintroaction(); );

    if (s !== null, if (startscene === null OR startscene === "undefined", set(startscene, get(s));); );
    if (startscene === null OR startscene === "undefined",
      set(startscene, pano141);
    );
    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>

  <!-- 1 Groups -->

  <!-- Group Group 142 : 1 panoramas -->
  
<!-- **** @PanoName="Neighborhood" @PanoFile="/Users/cgarima1995/Downloads/projectionProject/Extract4_70_FINAL.jpg" **** -->
<!-- **** Width="8192px" Height="4096px" **** -->
<scene name="pano141"
       heading="153.1999999999999"
       thumburl="%FIRSTXML%/neighbourhood_141/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="true"
       titleid="pano141_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="69.310300" tofov="70.000000" waittime="1" speed="5"/>
    <panoview h="105.889000" v="69.310300" fov="70.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="70.000000"
          hlookat="105.889000"
          vlookat="69.310300"/>
    <preview url="%FIRSTXML%/neighbourhood_141/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="3072" tiledimageheight="3072">
          <front url="neighbourhood_141/0/2/%v_%u.jpg"/>
          <right url="neighbourhood_141/1/2/%v_%u.jpg"/>
          <back  url="neighbourhood_141/2/2/%v_%u.jpg"/>
          <left  url="neighbourhood_141/3/2/%v_%u.jpg"/>
          <up    url="neighbourhood_141/4/2/%v_%u.jpg"/>
          <down  url="neighbourhood_141/5/2/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="neighbourhood_141/0/1/%v_%u.jpg"/>
          <right url="neighbourhood_141/1/1/%v_%u.jpg"/>
          <back  url="neighbourhood_141/2/1/%v_%u.jpg"/>
          <left  url="neighbourhood_141/3/1/%v_%u.jpg"/>
          <up    url="neighbourhood_141/4/1/%v_%u.jpg"/>
          <down  url="neighbourhood_141/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="neighbourhood_141/0/0/%v_%u.jpg"/>
          <right url="neighbourhood_141/1/0/%v_%u.jpg"/>
          <back  url="neighbourhood_141/2/0/%v_%u.jpg"/>
          <left  url="neighbourhood_141/3/0/%v_%u.jpg"/>
          <up    url="neighbourhood_141/4/0/%v_%u.jpg"/>
          <down  url="neighbourhood_141/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="neighbourhood_141/mobile/0.jpg"/>
      <right url="neighbourhood_141/mobile/1.jpg"/>
      <back  url="neighbourhood_141/mobile/2.jpg"/>
      <left  url="neighbourhood_141/mobile/3.jpg"/>
      <up    url="neighbourhood_141/mobile/4.jpg"/>
      <down  url="neighbourhood_141/mobile/5.jpg"/>
    </image>
  <!-- **** 3 Polygonal Spots **** -->










  <action name="hidepanopolygonalspots">
    set(hotspot[spotpolygon196].visible, false);
    set(hotspot[spotpolygon203].visible, false);
    set(hotspot[spotpolygon232].visible, false);
  </action>
  <action name="showpanopolygonalspots">
    set(hotspot[spotpolygon196].visible, true);
    set(hotspot[spotpolygon203].visible, true);
    set(hotspot[spotpolygon232].visible, true);
  </action>
  <action name="removepanopolygonalspots">
    removehotspot(spotpolygon196);
    removehotspot(spotpolygon203);
    removehotspot(spotpolygon232);
  </action>





  <!-- **** 6 Point Spots **** -->



















  <action name="hidepanopointspots">


















  </action>
  <action name="showpanopointspots">


















  </action>
  <events name="pano141stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    showpanopolygonalspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
    hidepanopolygonalspots();
  </action>


</scene>

  <krpano nofullspherepanoavailable="false" />


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

</krpano>

