<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Panorama Viewer</title>
	<link>http://papervision2.com/panorama-viewer/</link>
	<description>The best resource for Papervision3d tutorials</description>
	<pubDate>Fri, 25 Jul 2008 05:08:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: brian</title>
		<link>http://papervision2.com/panorama-viewer/#comment-676</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Mon, 14 Jul 2008 12:50:22 +0000</pubDate>
		<guid>http://papervision2.com/panorama-viewer/#comment-676</guid>
		<description>i also get the lookat error... it comes from displayobject3d.as here:

	public function lookAt( targetObject:DisplayObject3D, upAxis:Number3D=null ):void
		{
		
			position.reset( this.x, this.y, this.z );
			target.reset( targetObject.x, targetObject.y, targetObject.z );
	
			zAxis.copyFrom(target); 
			zAxis.minusEq(position); 
			zAxis.normalize();
	
			if( zAxis.modulo &#62; 0.1 )
			{
				xAxis = Number3D.cross( zAxis, upAxis &#124;&#124; UP, xAxis );
				xAxis.normalize();
	
				yAxis = Number3D.cross( zAxis, xAxis, yAxis );
				yAxis.normalize();
	
				var look  :Matrix3D = this.transform;
				// scale fix for lookAt()
				look.n11 =  xAxis.x * _scaleX;
				look.n21 =  xAxis.y * _scaleX;
				look.n31 =  xAxis.z * _scaleX;
				
				look.n12 = -yAxis.x * _scaleY;
				look.n22 = -yAxis.y * _scaleY;
				look.n32 = -yAxis.z * _scaleY;
				
				look.n13 =  zAxis.x * _scaleZ;
				look.n23 =  zAxis.y * _scaleZ;
				look.n33 =  zAxis.z * _scaleZ;
	
				this._transformDirty = false;
				this._rotationDirty = true;
				
			}
			else
			{
				trace("lookAt error");
				
			}
		} 
	

i put in a 'trace(zAxis.modulo);' and it comes out as 0  any idears?</description>
		<content:encoded><![CDATA[<p>i also get the lookat error&#8230; it comes from displayobject3d.as here:</p>
<p>	public function lookAt( targetObject:DisplayObject3D, upAxis:Number3D=null ):void<br />
		{</p>
<p>			position.reset( this.x, this.y, this.z );<br />
			target.reset( targetObject.x, targetObject.y, targetObject.z );</p>
<p>			zAxis.copyFrom(target);<br />
			zAxis.minusEq(position);<br />
			zAxis.normalize();</p>
<p>			if( zAxis.modulo &gt; 0.1 )<br />
			{<br />
				xAxis = Number3D.cross( zAxis, upAxis || UP, xAxis );<br />
				xAxis.normalize();</p>
<p>				yAxis = Number3D.cross( zAxis, xAxis, yAxis );<br />
				yAxis.normalize();</p>
<p>				var look  :Matrix3D = this.transform;<br />
				// scale fix for lookAt()<br />
				look.n11 =  xAxis.x * _scaleX;<br />
				look.n21 =  xAxis.y * _scaleX;<br />
				look.n31 =  xAxis.z * _scaleX;</p>
<p>				look.n12 = -yAxis.x * _scaleY;<br />
				look.n22 = -yAxis.y * _scaleY;<br />
				look.n32 = -yAxis.z * _scaleY;</p>
<p>				look.n13 =  zAxis.x * _scaleZ;<br />
				look.n23 =  zAxis.y * _scaleZ;<br />
				look.n33 =  zAxis.z * _scaleZ;</p>
<p>				this._transformDirty = false;<br />
				this._rotationDirty = true;</p>
<p>			}<br />
			else<br />
			{<br />
				trace(&#8221;lookAt error&#8221;);</p>
<p>			}<br />
		} </p>
<p>i put in a &#8216;trace(zAxis.modulo);&#8217; and it comes out as 0  any idears?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://papervision2.com/panorama-viewer/#comment-619</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 07 Jul 2008 02:12:59 +0000</pubDate>
		<guid>http://papervision2.com/panorama-viewer/#comment-619</guid>
		<description>I tried it, but each frameloop I get a lookAt error?</description>
		<content:encoded><![CDATA[<p>I tried it, but each frameloop I get a lookAt error?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://papervision2.com/panorama-viewer/#comment-483</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Sat, 31 May 2008 02:36:52 +0000</pubDate>
		<guid>http://papervision2.com/panorama-viewer/#comment-483</guid>
		<description>Dude, you're awesome! Like you said: "It seems to work sometimes, but sometimes not..." But finally it worked. I'm gonna try to compact it a little bit to see if it works better. Man, thanks for your tutorials.</description>
		<content:encoded><![CDATA[<p>Dude, you&#8217;re awesome! Like you said: &#8220;It seems to work sometimes, but sometimes not&#8230;&#8221; But finally it worked. I&#8217;m gonna try to compact it a little bit to see if it works better. Man, thanks for your tutorials.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JOsh vp</title>
		<link>http://papervision2.com/panorama-viewer/#comment-440</link>
		<dc:creator>JOsh vp</dc:creator>
		<pubDate>Wed, 14 May 2008 15:54:40 +0000</pubDate>
		<guid>http://papervision2.com/panorama-viewer/#comment-440</guid>
		<description>Can't seem to find the base class that is affiliated with this interaction..can someone send me that class.</description>
		<content:encoded><![CDATA[<p>Can&#8217;t seem to find the base class that is affiliated with this interaction..can someone send me that class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn Yale</title>
		<link>http://papervision2.com/panorama-viewer/#comment-254</link>
		<dc:creator>Shawn Yale</dc:creator>
		<pubDate>Fri, 21 Mar 2008 17:39:18 +0000</pubDate>
		<guid>http://papervision2.com/panorama-viewer/#comment-254</guid>
		<description>Excellent demo project!</description>
		<content:encoded><![CDATA[<p>Excellent demo project!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aisn</title>
		<link>http://papervision2.com/panorama-viewer/#comment-165</link>
		<dc:creator>Aisn</dc:creator>
		<pubDate>Sun, 02 Mar 2008 13:20:27 +0000</pubDate>
		<guid>http://papervision2.com/panorama-viewer/#comment-165</guid>
		<description>Hi,

nice job, i viewing it with a little smile in my face. I took this a few weeks ago with the COD4 360 Pictures for fun like this http://www.aisn.de/aisn/examples/PV3D_Test05.swf

I like your tutorials very well!

Thanks
Phil</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>nice job, i viewing it with a little smile in my face. I took this a few weeks ago with the COD4 360 Pictures for fun like this <a href="http://www.aisn.de/aisn/examples/PV3D_Test05.swf" rel="nofollow">http://www.aisn.de/aisn/examples/PV3D_Test05.swf</a></p>
<p>I like your tutorials very well!</p>
<p>Thanks<br />
Phil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke</title>
		<link>http://papervision2.com/panorama-viewer/#comment-160</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Thu, 28 Feb 2008 16:50:43 +0000</pubDate>
		<guid>http://papervision2.com/panorama-viewer/#comment-160</guid>
		<description>Hehe, that's probably why it isn't working then!

It seems to work sometimes, but sometimes not.. You've probably just pointed out why it's being so dodgy to me so I'm going to see if I can fix it.

Thanks!
-Luke</description>
		<content:encoded><![CDATA[<p>Hehe, that&#8217;s probably why it isn&#8217;t working then!</p>
<p>It seems to work sometimes, but sometimes not.. You&#8217;ve probably just pointed out why it&#8217;s being so dodgy to me so I&#8217;m going to see if I can fix it.</p>
<p>Thanks!<br />
-Luke</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zephyr</title>
		<link>http://papervision2.com/panorama-viewer/#comment-159</link>
		<dc:creator>Zephyr</dc:creator>
		<pubDate>Thu, 28 Feb 2008 16:25:08 +0000</pubDate>
		<guid>http://papervision2.com/panorama-viewer/#comment-159</guid>
		<description>Hi Luke,

I can't get it to work at all, but how in the world did you manage to work around the 2880 px bitmap size limit and get an 8000 pixel image to load into flash?

I really like your site,

Zephyr</description>
		<content:encoded><![CDATA[<p>Hi Luke,</p>
<p>I can&#8217;t get it to work at all, but how in the world did you manage to work around the 2880 px bitmap size limit and get an 8000 pixel image to load into flash?</p>
<p>I really like your site,</p>
<p>Zephyr</p>
]]></content:encoded>
	</item>
</channel>
</rss>
