<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Papervision 3D Tutorials &#187; BitmapFileMaterial</title>
	<atom:link href="http://papervision2.com/tag/bitmapfilematerial/feed/" rel="self" type="application/rss+xml" />
	<link>http://papervision2.com</link>
	<description>Papervision2.com - Best resource for Papervision3d tutorials</description>
	<lastBuildDate>Mon, 19 Jul 2010 20:48:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>A Simple Papervision Carousel</title>
		<link>http://papervision2.com/a-simple-papervision-carousel/</link>
		<comments>http://papervision2.com/a-simple-papervision-carousel/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 00:38:33 +0000</pubDate>
		<dc:creator>Charlie</dc:creator>
				<category><![CDATA[3D Carousel]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Actionscript 3 Papervision]]></category>
		<category><![CDATA[Actionscript 3.0]]></category>
		<category><![CDATA[Papervision]]></category>
		<category><![CDATA[Papervision 3D]]></category>
		<category><![CDATA[Source Code]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[BasicView.as]]></category>
		<category><![CDATA[BitmapFileMaterial]]></category>
		<category><![CDATA[Papervision Tutorial]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[TweenLite]]></category>

		<guid isPermaLink="false">http://papervision2.com/?p=349</guid>
		<description><![CDATA[This week I set out to create a Papervision Carousel in it's simplest form. At the heart of this carousel is a simple "for" loop / math which places the items in a circle in 3D space PLAIN TEXT Actionscript: for &#40;var i:int = 0; i &#60;planes.length; i++&#41; &#123; &#160; &#160; var angle:Number &#160; &#160;= [...]]]></description>
		<wfw:commentRss>http://papervision2.com/a-simple-papervision-carousel/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Panorama Viewer</title>
		<link>http://papervision2.com/panorama-viewer/</link>
		<comments>http://papervision2.com/panorama-viewer/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 15:47:20 +0000</pubDate>
		<dc:creator>Charlie</dc:creator>
				<category><![CDATA[Examples]]></category>
		<category><![CDATA[Actionscript 3.0]]></category>
		<category><![CDATA[BitmapFileMaterial]]></category>
		<category><![CDATA[ColorMaterial]]></category>
		<category><![CDATA[MaterialsList]]></category>
		<category><![CDATA[Papervision Cube]]></category>
		<category><![CDATA[Papervision Tutorial]]></category>

		<guid isPermaLink="false">http://papervision2.com/panorama-viewer/</guid>
		<description><![CDATA[*FIXED!!* Here's a really simple example, all it does is texture a sphere and rotate it depending on what the camera is doing: Click Here (1.3Mb download so I didn't embed this one) Source Code (Uses the Base Class): PLAIN TEXT Actionscript: /** * ... * @author Luke Mitchell * @version 1 */ &#160; package  [...]]]></description>
		<wfw:commentRss>http://papervision2.com/panorama-viewer/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>10. Advanced Interactivity</title>
		<link>http://papervision2.com/10-advanced-interactivity/</link>
		<comments>http://papervision2.com/10-advanced-interactivity/#comments</comments>
		<pubDate>Sun, 17 Feb 2008 22:07:52 +0000</pubDate>
		<dc:creator>Charlie</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[BitmapFileMaterial]]></category>
		<category><![CDATA[InteractiveScene3DEvent]]></category>
		<category><![CDATA[Interactivity]]></category>
		<category><![CDATA[MaterialsList]]></category>
		<category><![CDATA[MovieMaterial]]></category>
		<category><![CDATA[PaperBase]]></category>
		<category><![CDATA[Papervision 3D]]></category>
		<category><![CDATA[Papervision Cube]]></category>
		<category><![CDATA[Papervision Tutorial]]></category>

		<guid isPermaLink="false">http://papervision2.com/10-advanced-interactivity/</guid>
		<description><![CDATA[**UPDATE This tutorial has been updated: Updates: 1) Removed InteractiveScene3DEvent and replaced it with standard MouseEvents 2) Updated to use papervision's BasicView.as class Today we're going to learn how to handle more advanced interactivity. We'll be making something like this: Click on a face of the cube to zoom into it. Click it again to [...]]]></description>
		<wfw:commentRss>http://papervision2.com/10-advanced-interactivity/feed/</wfw:commentRss>
		<slash:comments>72</slash:comments>
		</item>
	</channel>
</rss>
