<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Navigator / zones of interest extension in Vuforia Studio</title>
    <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Navigator-zones-of-interest-extension/m-p/806039#M11072</link>
    <description>&lt;P&gt;Yes my question is about OCTO extensions. I want to test how both of extensions work in action but I'm unable to do so. I used the code from readme.md but the screen in preview of the mobile project is blank, I probably wrote the code wrong. I want to point user to specific location for which I currently use "pinger".&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 08 Jul 2022 08:44:59 GMT</pubDate>
    <dc:creator>KlemenM</dc:creator>
    <dc:date>2022-07-08T08:44:59Z</dc:date>
    <item>
      <title>Navigator / zones of interest extension</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Navigator-zones-of-interest-extension/m-p/805645#M11061</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found&amp;nbsp;&lt;A href="https://github.com/steveghee/OCTO_Studio_extensions" target="_blank"&gt;https://github.com/steveghee/OCTO_Studio_extensions&lt;/A&gt;&amp;nbsp;and successfully added it to studio.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm really interested in navigator or zones of interest but I can't figure out how they work. I try to set the value from javascript but the screen in preview is blank.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to ask if someone can provide me working example/project of this extensions.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 08:54:28 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Navigator-zones-of-interest-extension/m-p/805645#M11061</guid>
      <dc:creator>KlemenM</dc:creator>
      <dc:date>2022-07-06T08:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Navigator / zones of interest extension</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Navigator-zones-of-interest-extension/m-p/806032#M11071</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/292936"&gt;@KlemenM&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;do you mean in your question a specific extension from the OCTO github?&lt;/P&gt;
&lt;P&gt;In the readme.md there is mentioned in the section navigation 2 widgets navigator and zones - is that what you want to use?&lt;/P&gt;
&lt;P&gt;Which one or both? And what is the result of testing on mobile or HL?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 08:28:40 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Navigator-zones-of-interest-extension/m-p/806032#M11071</guid>
      <dc:creator>RolandRaytchev</dc:creator>
      <dc:date>2022-07-08T08:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Navigator / zones of interest extension</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Navigator-zones-of-interest-extension/m-p/806039#M11072</link>
      <description>&lt;P&gt;Yes my question is about OCTO extensions. I want to test how both of extensions work in action but I'm unable to do so. I used the code from readme.md but the screen in preview of the mobile project is blank, I probably wrote the code wrong. I want to point user to specific location for which I currently use "pinger".&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 08:44:59 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Navigator-zones-of-interest-extension/m-p/806039#M11072</guid>
      <dc:creator>KlemenM</dc:creator>
      <dc:date>2022-07-08T08:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Navigator / zones of interest extension</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Navigator-zones-of-interest-extension/m-p/806100#M11075</link>
      <description>&lt;P&gt;Because I did not use this OCTO widget in the past - wanted to test. - OCTO navigator&amp;nbsp; and tested on IOS - added in the Home.js:&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;$scope.$on('$ionicView.afterEnter',()=&amp;gt; {
$scope.view.wdg['navigator-1'].poidata = [ 
                                         { position: "0,0,0",    // defined as a string of xyz coordinates 
                                               gaze: "0,0,1",    // defined as a string, this is a unit vector pointing away from the view
                                                 up: "0, 1, 0",  // defined as a string, this is a unit vector pointing up through the device
                                             cutoff: 1.2,        // optional, if provided this will override the widget-level cutoff setting FOR THIS poi
                                           metadata: "optional"  // optional data that can be used to describe what this row indicates. can be string or {} object
                                         }
                                       ];
})&lt;/LI-CODE&gt;
&lt;P&gt;specified the IPad in the device property of the navigator-1&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2022-07-08_15-42-55.jpg" style="width: 999px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/59802iC35A970BDB7B14A0/image-size/large?v=v2&amp;amp;px=999" role="button" title="2022-07-08_15-42-55.jpg" alt="2022-07-08_15-42-55.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;linked 3 buttons to the available service and tested.&lt;/P&gt;
&lt;P&gt;The first impression is that it seems to work in the current studio version - so tested it in chrome preview and then on IOS IPad pro device - this worked -&amp;gt; means it could show&amp;nbsp; the colored points to the specified space point/coord. The navigation was working in generally&amp;nbsp; but&amp;nbsp; of course need to verify further&amp;nbsp; if the behavior is as indented and also what the other settings will do but seems that in generally it should work&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 13:56:14 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Navigator-zones-of-interest-extension/m-p/806100#M11075</guid>
      <dc:creator>RolandRaytchev</dc:creator>
      <dc:date>2022-07-08T13:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: Navigator / zones of interest extension</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Navigator-zones-of-interest-extension/m-p/806262#M11076</link>
      <description>&lt;P&gt;Thank you, your code works. I made a stupid mistake in my code for which I am ashamed but I hope that this topic will be usefull for other users who maybe don't know that this extension exist.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 06:21:09 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Navigator-zones-of-interest-extension/m-p/806262#M11076</guid>
      <dc:creator>KlemenM</dc:creator>
      <dc:date>2022-07-11T06:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Navigator / zones of interest extension</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Navigator-zones-of-interest-extension/m-p/806283#M11077</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/292936"&gt;@KlemenM&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I do not think that there is a really a "stupid error" &lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;. I think errors always happen (possibly mostly the reason is&amp;nbsp; &amp;nbsp;that the documentation is not clear enough and&amp;nbsp; therefore it is always&amp;nbsp; &amp;nbsp;helpful to share&amp;nbsp; issue&amp;nbsp; with the community . E.g. in this case it was helpful to hear about some powerful widgets which are not a part of the standard studio functionality - and possibly it could be&amp;nbsp; helpful for future projects. Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 09:02:06 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Navigator-zones-of-interest-extension/m-p/806283#M11077</guid>
      <dc:creator>RolandRaytchev</dc:creator>
      <dc:date>2022-07-11T09:02:06Z</dc:date>
    </item>
  </channel>
</rss>

