<?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: Papervision 3D for ActionScript 2</title>
	<atom:link href="http://www.timashworth.co.uk/2008/06/papervision-3d-for-actionscript-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.timashworth.co.uk/2008/06/papervision-3d-for-actionscript-2/</link>
	<description>Code, cooking and opinion, all my own work!</description>
	<lastBuildDate>Fri, 30 Apr 2010 09:56:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Grit</title>
		<link>http://www.timashworth.co.uk/2008/06/papervision-3d-for-actionscript-2/comment-page-1/#comment-169</link>
		<dc:creator>Grit</dc:creator>
		<pubDate>Wed, 25 Nov 2009 14:19:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.timashworth.co.uk/?p=58#comment-169</guid>
		<description>like this (get the PV3D repository from googlecode):


container = this.createEmptyMovieClip(&quot;container&quot;, this.getNextHighestDepth());
container._x = Stage.width / 2;
container._y = Stage.height / 2;

scene = new org.papervision3d.scenes.Scene3D(container);

camera = new org.papervision3d.cameras.Camera3D();
camera.zoom = 1;
camera.focus = 500;
camera.z = -2000;

// bmpImage = bitmap in library
bmap = new org.papervision3d.materials.BitmapAssetMaterial(&quot;bmpImage&quot;);
bmap.oneSide = false;

plane = new org.papervision3d.objects.Plane(bmap);
scene.push(plane);

scene.renderCamera(camera);</description>
		<content:encoded><![CDATA[<p>like this (get the PV3D repository from googlecode):</p>
<p>container = this.createEmptyMovieClip(&#8220;container&#8221;, this.getNextHighestDepth());<br />
container._x = Stage.width / 2;<br />
container._y = Stage.height / 2;</p>
<p>scene = new org.papervision3d.scenes.Scene3D(container);</p>
<p>camera = new org.papervision3d.cameras.Camera3D();<br />
camera.zoom = 1;<br />
camera.focus = 500;<br />
camera.z = -2000;</p>
<p>// bmpImage = bitmap in library<br />
bmap = new org.papervision3d.materials.BitmapAssetMaterial(&#8220;bmpImage&#8221;);<br />
bmap.oneSide = false;</p>
<p>plane = new org.papervision3d.objects.Plane(bmap);<br />
scene.push(plane);</p>
<p>scene.renderCamera(camera);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.timashworth.co.uk/2008/06/papervision-3d-for-actionscript-2/comment-page-1/#comment-166</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 16 Nov 2009 23:25:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.timashworth.co.uk/?p=58#comment-166</guid>
		<description>OK just sorting myself out in a new office - promise I will pop up a link to the flas abd source asap!</description>
		<content:encoded><![CDATA[<p>OK just sorting myself out in a new office &#8211; promise I will pop up a link to the flas abd source asap!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scot</title>
		<link>http://www.timashworth.co.uk/2008/06/papervision-3d-for-actionscript-2/comment-page-1/#comment-165</link>
		<dc:creator>Scot</dc:creator>
		<pubDate>Mon, 16 Nov 2009 23:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.timashworth.co.uk/?p=58#comment-165</guid>
		<description>I&#039;d be very interested that as well!

Thanks</description>
		<content:encoded><![CDATA[<p>I&#8217;d be very interested that as well!</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.timashworth.co.uk/2008/06/papervision-3d-for-actionscript-2/comment-page-1/#comment-164</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 09 Nov 2009 09:30:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.timashworth.co.uk/?p=58#comment-164</guid>
		<description>Thanks.

It&#039;s been a while (and a couple of machines ago) but I&#039;ll see if I can dig out the FLAs and classes and pop&#039;em up for download.</description>
		<content:encoded><![CDATA[<p>Thanks.</p>
<p>It&#8217;s been a while (and a couple of machines ago) but I&#8217;ll see if I can dig out the FLAs and classes and pop&#8217;em up for download.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marek</title>
		<link>http://www.timashworth.co.uk/2008/06/papervision-3d-for-actionscript-2/comment-page-1/#comment-163</link>
		<dc:creator>Marek</dc:creator>
		<pubDate>Mon, 09 Nov 2009 00:27:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.timashworth.co.uk/?p=58#comment-163</guid>
		<description>Hi!
I got to Your website after hours of searching for PV3d examples for AS2.0. Yours&#039; are amazing ;)
Could You please show some resources how to do that? Or fla file or anything for PV3d for AS2.0. It would be really nice. Thank You!</description>
		<content:encoded><![CDATA[<p>Hi!<br />
I got to Your website after hours of searching for PV3d examples for AS2.0. Yours&#8217; are amazing <img src='http://www.timashworth.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
Could You please show some resources how to do that? Or fla file or anything for PV3d for AS2.0. It would be really nice. Thank You!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

