<?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.1	</title>
	<atom:link href="https://mpetroff.net/2015/01/pannellum-2-1/feed/" rel="self" type="application/rss+xml" />
	<link>https://mpetroff.net/2015/01/pannellum-2-1/</link>
	<description>mpetroff.net</description>
	<lastBuildDate>Fri, 10 Aug 2018 00:49:14 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Matthew Petroff		</title>
		<link>https://mpetroff.net/2015/01/pannellum-2-1/#comment-261665</link>

		<dc:creator><![CDATA[Matthew Petroff]]></dc:creator>
		<pubDate>Tue, 06 Mar 2018 21:24:05 +0000</pubDate>
		<guid isPermaLink="false">http://mpetroff.net/?p=1700#comment-261665</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://mpetroff.net/2015/01/pannellum-2-1/#comment-261662&quot;&gt;Diego Lopes&lt;/a&gt;.

This can be done with the API: &lt;code&gt;img = viewer.render(viewer.getPitch(), viewer.getYaw(), viewer.getHfov(), {returnImage: true});&lt;/code&gt;, where &lt;code&gt;viewer&lt;/code&gt; is the Pannellum instance, should return a data URI of the current view.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://mpetroff.net/2015/01/pannellum-2-1/#comment-261662">Diego Lopes</a>.</p>
<p>This can be done with the API: <code>img = viewer.render(viewer.getPitch(), viewer.getYaw(), viewer.getHfov(), {returnImage: true});</code>, where <code>viewer</code> is the Pannellum instance, should return a data URI of the current view.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Diego Lopes		</title>
		<link>https://mpetroff.net/2015/01/pannellum-2-1/#comment-261662</link>

		<dc:creator><![CDATA[Diego Lopes]]></dc:creator>
		<pubDate>Tue, 06 Mar 2018 14:53:18 +0000</pubDate>
		<guid isPermaLink="false">http://mpetroff.net/?p=1700#comment-261662</guid>

					<description><![CDATA[Good morning Matthew.

I would like to know if it&#039;s possible to get a snapshot of the positioned part of the picture with Pannellum framework? How can I do this?

Thank you in advance]]></description>
			<content:encoded><![CDATA[<p>Good morning Matthew.</p>
<p>I would like to know if it&#8217;s possible to get a snapshot of the positioned part of the picture with Pannellum framework? How can I do this?</p>
<p>Thank you in advance</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matthew Petroff		</title>
		<link>https://mpetroff.net/2015/01/pannellum-2-1/#comment-260572</link>

		<dc:creator><![CDATA[Matthew Petroff]]></dc:creator>
		<pubDate>Sat, 18 Nov 2017 19:30:52 +0000</pubDate>
		<guid isPermaLink="false">http://mpetroff.net/?p=1700#comment-260572</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://mpetroff.net/2015/01/pannellum-2-1/#comment-260522&quot;&gt;Urfeena Hamid&lt;/a&gt;.

I don&#039;t see any reason why it wouldn&#039;t work with Angular 4. The API is documented at &lt;a href=&quot;https://pannellum.org/documentation/api/&quot; rel=&quot;nofollow&quot;&gt;pannellum.org&lt;/a&gt;.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://mpetroff.net/2015/01/pannellum-2-1/#comment-260522">Urfeena Hamid</a>.</p>
<p>I don&#8217;t see any reason why it wouldn&#8217;t work with Angular 4. The API is documented at <a href="https://pannellum.org/documentation/api/" rel="nofollow">pannellum.org</a>.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Urfeena Hamid		</title>
		<link>https://mpetroff.net/2015/01/pannellum-2-1/#comment-260522</link>

		<dc:creator><![CDATA[Urfeena Hamid]]></dc:creator>
		<pubDate>Thu, 16 Nov 2017 04:47:44 +0000</pubDate>
		<guid isPermaLink="false">http://mpetroff.net/?p=1700#comment-260522</guid>

					<description><![CDATA[Hello Matthew, I want to use Pannellum in my Angular 4 project. Is it possible? If possible, how to use its API?]]></description>
			<content:encoded><![CDATA[<p>Hello Matthew, I want to use Pannellum in my Angular 4 project. Is it possible? If possible, how to use its API?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matthew Petroff		</title>
		<link>https://mpetroff.net/2015/01/pannellum-2-1/#comment-258879</link>

		<dc:creator><![CDATA[Matthew Petroff]]></dc:creator>
		<pubDate>Wed, 14 Jun 2017 15:20:17 +0000</pubDate>
		<guid isPermaLink="false">http://mpetroff.net/?p=1700#comment-258879</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://mpetroff.net/2015/01/pannellum-2-1/#comment-258877&quot;&gt;Ashish&lt;/a&gt;.

Take a look at the &lt;a href=&quot;https://pannellum.org/documentation/examples/custom-controls/&quot; rel=&quot;nofollow&quot;&gt;custom controls example&lt;/a&gt; and the &lt;code&gt;loadScene&lt;/code&gt; API method. Add all the images to one configuration, like creating a tour, but don&#039;t link them with hot spots. Then add custom controls for cycling through the images, which call the &lt;code&gt;loadScene&lt;/code&gt; method with the appropriate scene ID to cycle through the images. However, if you&#039;re trying to mix panoramas with regular images, it will be more difficult, since you&#039;ll have to figure out how to integrate Pannellum with whatever slider library you&#039;re trying to use.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://mpetroff.net/2015/01/pannellum-2-1/#comment-258877">Ashish</a>.</p>
<p>Take a look at the <a href="https://pannellum.org/documentation/examples/custom-controls/" rel="nofollow">custom controls example</a> and the <code>loadScene</code> API method. Add all the images to one configuration, like creating a tour, but don&#8217;t link them with hot spots. Then add custom controls for cycling through the images, which call the <code>loadScene</code> method with the appropriate scene ID to cycle through the images. However, if you&#8217;re trying to mix panoramas with regular images, it will be more difficult, since you&#8217;ll have to figure out how to integrate Pannellum with whatever slider library you&#8217;re trying to use.</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:34:26 by W3 Total Cache
-->