<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Pannellum 2.3	</title>
	<atom:link href="https://mpetroff.net/2016/10/pannellum-2-3/feed/" rel="self" type="application/rss+xml" />
	<link>https://mpetroff.net/2016/10/pannellum-2-3/</link>
	<description>mpetroff.net</description>
	<lastBuildDate>Fri, 10 Aug 2018 00:49:48 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Matthew Petroff		</title>
		<link>https://mpetroff.net/2016/10/pannellum-2-3/#comment-263201</link>

		<dc:creator><![CDATA[Matthew Petroff]]></dc:creator>
		<pubDate>Sun, 01 Jul 2018 19:56:59 +0000</pubDate>
		<guid isPermaLink="false">https://mpetroff.net/?p=2289#comment-263201</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://mpetroff.net/2016/10/pannellum-2-3/#comment-263178&quot;&gt;jackye&lt;/a&gt;.

It&#039;s a &lt;a href=&quot;https://pannellum.org/documentation/examples/multiresolution/&quot; rel=&quot;nofollow&quot;&gt;multiresolution panorama&lt;/a&gt; created from a full equirectangular image that&#039;s ~26000px across. Here&#039;s the page source: https://github.com/mpetroff/pannellum.org/blob/master/layouts/index.html]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://mpetroff.net/2016/10/pannellum-2-3/#comment-263178">jackye</a>.</p>
<p>It&#8217;s a <a href="https://pannellum.org/documentation/examples/multiresolution/" rel="nofollow">multiresolution panorama</a> created from a full equirectangular image that&#8217;s ~26000px across. Here&#8217;s the page source: <a href="https://github.com/mpetroff/pannellum.org/blob/master/layouts/index.html" rel="nofollow ugc">https://github.com/mpetroff/pannellum.org/blob/master/layouts/index.html</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jackye		</title>
		<link>https://mpetroff.net/2016/10/pannellum-2-3/#comment-263178</link>

		<dc:creator><![CDATA[jackye]]></dc:creator>
		<pubDate>Fri, 29 Jun 2018 11:32:46 +0000</pubDate>
		<guid isPermaLink="false">https://mpetroff.net/?p=2289#comment-263178</guid>

					<description><![CDATA[Good morning and thanks. Just a small question.
Which pano resolution or dimensions did you use in your Pannellum home page sample? I can see it in the iPad and phone perfectly.
I am having issues with mobile devices.]]></description>
			<content:encoded><![CDATA[<p>Good morning and thanks. Just a small question.<br />
Which pano resolution or dimensions did you use in your Pannellum home page sample? I can see it in the iPad and phone perfectly.<br />
I am having issues with mobile devices.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matthew Petroff		</title>
		<link>https://mpetroff.net/2016/10/pannellum-2-3/#comment-258763</link>

		<dc:creator><![CDATA[Matthew Petroff]]></dc:creator>
		<pubDate>Fri, 02 Jun 2017 17:18:38 +0000</pubDate>
		<guid isPermaLink="false">https://mpetroff.net/?p=2289#comment-258763</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://mpetroff.net/2016/10/pannellum-2-3/#comment-258758&quot;&gt;Bale&lt;/a&gt;.

You need to set the &lt;code&gt;clickHandlerArgs&lt;/code&gt; parameter in addition to the &lt;code&gt;clickHandlerFunc&lt;/code&gt; parameter. The contents of &lt;code&gt;clickHandlerArgs&lt;/code&gt; is what is passed to the function.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://mpetroff.net/2016/10/pannellum-2-3/#comment-258758">Bale</a>.</p>
<p>You need to set the <code>clickHandlerArgs</code> parameter in addition to the <code>clickHandlerFunc</code> parameter. The contents of <code>clickHandlerArgs</code> is what is passed to the function.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Bale		</title>
		<link>https://mpetroff.net/2016/10/pannellum-2-3/#comment-258758</link>

		<dc:creator><![CDATA[Bale]]></dc:creator>
		<pubDate>Fri, 02 Jun 2017 07:41:49 +0000</pubDate>
		<guid isPermaLink="false">https://mpetroff.net/?p=2289#comment-258758</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://mpetroff.net/2016/10/pannellum-2-3/#comment-257592&quot;&gt;Matthew Petroff&lt;/a&gt;.

Hi Matthew,

Pannellum is amazing!

Just a very simple question: how do I pass some parameter (like hotspot&#039;s text) through the clickHandlerFunc ? 

I tried to do it like you showed in the example:

function hotspot(hotSpotDiv, args) {
  ............................
}

However, I cannot extract the parameter from the args, hope you can help me.

Best Regards,
Bale]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://mpetroff.net/2016/10/pannellum-2-3/#comment-257592">Matthew Petroff</a>.</p>
<p>Hi Matthew,</p>
<p>Pannellum is amazing!</p>
<p>Just a very simple question: how do I pass some parameter (like hotspot&#8217;s text) through the clickHandlerFunc ? </p>
<p>I tried to do it like you showed in the example:</p>
<p>function hotspot(hotSpotDiv, args) {<br />
  &#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.<br />
}</p>
<p>However, I cannot extract the parameter from the args, hope you can help me.</p>
<p>Best Regards,<br />
Bale</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matthew Petroff		</title>
		<link>https://mpetroff.net/2016/10/pannellum-2-3/#comment-258332</link>

		<dc:creator><![CDATA[Matthew Petroff]]></dc:creator>
		<pubDate>Tue, 25 Apr 2017 02:31:45 +0000</pubDate>
		<guid isPermaLink="false">https://mpetroff.net/?p=2289#comment-258332</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://mpetroff.net/2016/10/pannellum-2-3/#comment-258330&quot;&gt;Vaughan&lt;/a&gt;.

Add all of the panoramas to one configuration file as different scenes, as is done for a tour. Instead of linking them with hot spots, add click handlers to the text links and use the API&#039;s &lt;code&gt;loadScene&lt;/code&gt; method to change the viewer&#039;s scene to the appropriate panorama.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://mpetroff.net/2016/10/pannellum-2-3/#comment-258330">Vaughan</a>.</p>
<p>Add all of the panoramas to one configuration file as different scenes, as is done for a tour. Instead of linking them with hot spots, add click handlers to the text links and use the API&#8217;s <code>loadScene</code> method to change the viewer&#8217;s scene to the appropriate panorama.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Content Delivery Network via Amazon Web Services: CloudFront: cdn0.mpetroff.net
Minified using Disk

Served from: mpetroff.net @ 2026-03-30 09:32:05 by W3 Total Cache
-->