<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" xml:lang="en" xml:base="http://papervision2.com/wp-atom.php">
	<title type="text">Papervision 3D Tutorials</title>
	<subtitle type="text">Papervision2.com - Best resource for Papervision3d tutorials</subtitle>

	<updated>2009-08-17T17:36:47Z</updated>
	<generator uri="http://wordpress.org/" version="2.7">WordPress</generator>

	<link rel="alternate" type="text/html" href="http://papervision2.com" />
	<id>http://papervision2.com/feed/atom/</id>
	

			<link rel="self" href="http://feeds.feedburner.com/Papervision3dTutorials" type="application/atom+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><entry>
		<author>
			<name>Charlie</name>
						<uri>http://www.woveninteractive.com</uri>
					</author>
		<title type="html"><![CDATA[Papervision 3D Controlling Top and Bottom Cylinder Materials]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Papervision3dTutorials/~3/dT1iNTX57-A/" />
		<id>http://papervision2.com/?p=217</id>
		<updated>2009-08-17T17:36:47Z</updated>
		<published>2009-08-17T17:07:18Z</published>
		<category scheme="http://papervision2.com" term="AS3" /><category scheme="http://papervision2.com" term="Actionscript 3 Papervision" /><category scheme="http://papervision2.com" term="Actionscript 3.0" /><category scheme="http://papervision2.com" term="Examples" /><category scheme="http://papervision2.com" term="Papervision" /><category scheme="http://papervision2.com" term="Papervision 3D" /><category scheme="http://papervision2.com" term="Source Code" /><category scheme="http://papervision2.com" term="Tutorials" /><category scheme="http://papervision2.com" term="Cylinder" /><category scheme="http://papervision2.com" term="Materials" /><category scheme="http://papervision2.com" term="Tutorial" />		<summary type="html"><![CDATA[
While working on a project this morning I came across the need to have a different material applied to a primitive cylinder. After digging through the Cylinder source code I came across these lines
PLAIN TEXT
Actionscript:




if &#40;fBottomFace&#41; aFace.push&#40; new Triangle3D&#40;this, &#91;aP1, aP3, aP2&#93;, matInstance, &#91;aP1uv, aP3uv, aP2uv&#93;&#41; &#41;;


&#160;


//and


&#160;


if &#40;fTopFace&#41; aFace.push&#40; new Triangle3D&#40;this, &#91;aP1, aP2, aP3&#93;, matInstance, [...]]]></summary>
		<link rel="replies" type="text/html" href="http://papervision2.com/papervision-3d-controlling-top-and-bottom-cylinder-materials/#comments" thr:count="1" />
		<link rel="replies" type="application/atom+xml" href="http://papervision2.com/papervision-3d-controlling-top-and-bottom-cylinder-materials/feed/atom/" thr:count="1" />
		<thr:total>1</thr:total>
	<feedburner:origLink>http://papervision2.com/papervision-3d-controlling-top-and-bottom-cylinder-materials/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Admin</name>
						<uri>http://www.woveninteractive.com</uri>
					</author>
		<title type="html"><![CDATA[Off Topic : Creating a Side Scrolling Fish Game with APE Physics Engine]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Papervision3dTutorials/~3/7JHMYHju9Pk/" />
		<id>http://papervision2.com/?p=167</id>
		<updated>2009-04-15T21:37:46Z</updated>
		<published>2009-04-15T21:31:18Z</published>
		<category scheme="http://papervision2.com" term="AS3" /><category scheme="http://papervision2.com" term="Actionscript 3.0" /><category scheme="http://papervision2.com" term="Examples" /><category scheme="http://papervision2.com" term="Flash" /><category scheme="http://papervision2.com" term="Off Topic" /><category scheme="http://papervision2.com" term="Woven Interactive" />		<summary type="html"><![CDATA[
This is getting a little off topic since there is no use of Papervision. This is something we were messing with over at Woven.
View full blog entry
View Fish Game
]]></summary>
		<link rel="replies" type="text/html" href="http://papervision2.com/off-topic-creating-a-simple-game-with-ape-physics-engine/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://papervision2.com/off-topic-creating-a-simple-game-with-ape-physics-engine/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://papervision2.com/off-topic-creating-a-simple-game-with-ape-physics-engine/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Admin</name>
						<uri>http://www.woveninteractive.com</uri>
					</author>
		<title type="html"><![CDATA[Papervision - Augmented Reality - Nascar Race Car example]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Papervision3dTutorials/~3/y7zzRrw5228/" />
		<id>http://papervision2.com/?p=151</id>
		<updated>2009-03-10T20:28:29Z</updated>
		<published>2009-03-10T20:27:51Z</published>
		<category scheme="http://papervision2.com" term="Tutorials" />		<summary type="html"><![CDATA[
Just wanted to write a quick post with some things we are messing with at Woven Interactive. Be sure to follow the steps outlined in the example.
FLARToolkit has opened the doors for creating some amazing things. 
Feel free to share your ideas / thoughts here.
Click here to view example
]]></summary>
		<link rel="replies" type="text/html" href="http://papervision2.com/papervision-augmented-reality-nascar-race-car-example/#comments" thr:count="11" />
		<link rel="replies" type="application/atom+xml" href="http://papervision2.com/papervision-augmented-reality-nascar-race-car-example/feed/atom/" thr:count="11" />
		<thr:total>11</thr:total>
	<feedburner:origLink>http://papervision2.com/papervision-augmented-reality-nascar-race-car-example/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Admin</name>
						<uri>http://www.woveninteractive.com</uri>
					</author>
		<title type="html"><![CDATA[Source: Using Augmented Reality FLARToolkit and Papervision to create a unique 3D experience]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Papervision3dTutorials/~3/7Aeg2gnSL3U/" />
		<id>http://papervision2.com/?p=138</id>
		<updated>2009-03-10T00:40:33Z</updated>
		<published>2009-02-26T22:47:33Z</published>
		<category scheme="http://papervision2.com" term="AS3" /><category scheme="http://papervision2.com" term="Actionscript 3 Papervision" /><category scheme="http://papervision2.com" term="Actionscript 3.0" /><category scheme="http://papervision2.com" term="Examples" /><category scheme="http://papervision2.com" term="Flash" /><category scheme="http://papervision2.com" term="Tutorials" /><category scheme="http://papervision2.com" term="FLARToolKit" /><category scheme="http://papervision2.com" term="GE Smart Grid" /><category scheme="http://papervision2.com" term="Hello World FLARToolKit" />		<summary type="html"><![CDATA[
DOWNLOAD AND PRINT THIS FIRST! 
Example requires a webcam.
When we first saw the GE Smart Grid website all we could think was WOW. Great 3D and messaging. Seeing the Augmented Reality section that mixed the FLARToolkit and Papervision really created something unique. 
We found a few examples of people playing with it online but no [...]]]></summary>
		<link rel="replies" type="text/html" href="http://papervision2.com/source-using-flartoolkit-and-papervision-to-create-a-unique-3d-experience/#comments" thr:count="4" />
		<link rel="replies" type="application/atom+xml" href="http://papervision2.com/source-using-flartoolkit-and-papervision-to-create-a-unique-3d-experience/feed/atom/" thr:count="4" />
		<thr:total>4</thr:total>
	<feedburner:origLink>http://papervision2.com/source-using-flartoolkit-and-papervision-to-create-a-unique-3d-experience/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Admin</name>
						<uri>http://www.woveninteractive.com</uri>
					</author>
		<title type="html"><![CDATA[Nascar Race Car in Papervision 3D]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Papervision3dTutorials/~3/iwXnYmTXVL4/" />
		<id>http://papervision2.com/?p=129</id>
		<updated>2009-07-16T19:10:26Z</updated>
		<published>2009-02-11T21:30:41Z</published>
		<category scheme="http://papervision2.com" term="Tutorials" />		<summary type="html"><![CDATA[
Here is an example of using a 3ds model in Flash / Papervision with zoom / rotational controls. For the reflection a second viewport was created with the model inside of it and filters applied:

PLAIN TEXT
Actionscript:




&#60;br /&#62;


viewPort2.filters = &#91;new BlurFilter&#40;&#41;&#93;;&#60;br /&#62; 






View Papervision Nascar
Source code will follow in the next few weeks when I am [...]]]></summary>
		<link rel="replies" type="text/html" href="http://papervision2.com/nascar-race-car-in-papervision-3d/#comments" thr:count="3" />
		<link rel="replies" type="application/atom+xml" href="http://papervision2.com/nascar-race-car-in-papervision-3d/feed/atom/" thr:count="3" />
		<thr:total>3</thr:total>
	<feedburner:origLink>http://papervision2.com/nascar-race-car-in-papervision-3d/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Mike Britton</name>
						<uri>http://www.mikebritton.com</uri>
					</author>
		<title type="html"><![CDATA[RSS Visualization with PV3D and Minimalcomps]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Papervision3dTutorials/~3/-0spvZuvvbQ/" />
		<id>http://papervision2.com/?p=105</id>
		<updated>2009-01-27T17:19:32Z</updated>
		<published>2009-01-18T03:21:44Z</published>
		<category scheme="http://papervision2.com" term="Actionscript 3 Papervision" /><category scheme="http://papervision2.com" term="Tutorials" />		<summary type="html"><![CDATA[
This pure AS3 tutorial will show you how to make a simple RSS item title visualization using Papervision3D and a couple MinimalComps, HSlider and Knob.
Needed:
RSS Tutorial Source Code
PaperVision3D
MinimalComps
Adobe XML Syndication Library (as3syndicationlib)
First we'll create an RSSConsumer class for retrieving and parsing an RSS feed.  This class is a bare-bones utility on which you can [...]]]></summary>
		<link rel="replies" type="text/html" href="http://papervision2.com/rss-visualization-with-pv3d-and-minimalcomps/#comments" thr:count="3" />
		<link rel="replies" type="application/atom+xml" href="http://papervision2.com/rss-visualization-with-pv3d-and-minimalcomps/feed/atom/" thr:count="3" />
		<thr:total>3</thr:total>
	<feedburner:origLink>http://papervision2.com/rss-visualization-with-pv3d-and-minimalcomps/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Admin</name>
						<uri>http://www.woveninteractive.com</uri>
					</author>
		<title type="html"><![CDATA[server upgrades]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Papervision3dTutorials/~3/5nZwDEaLnus/" />
		<id>http://papervision2.com/?p=78</id>
		<updated>2009-01-17T15:37:39Z</updated>
		<published>2009-01-13T23:18:51Z</published>
		<category scheme="http://papervision2.com" term="Tutorials" />		<summary type="html"><![CDATA[
Hey Everyone,
Just a quick note and apology for some recent server / upgrade issues. The transition of servers, code and WordPress updates have created a little bit of a mess. 
Please feel free to air your grievances here. Especially if things appear broken or look out of place. We will do our best to fix [...]]]></summary>
		<link rel="replies" type="text/html" href="http://papervision2.com/server-upgrades/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://papervision2.com/server-upgrades/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://papervision2.com/server-upgrades/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Admin</name>
						<uri>http://www.woveninteractive.com</uri>
					</author>
		<title type="html"><![CDATA[Code / Programs it&#8217;s hard to live without]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Papervision3dTutorials/~3/IFnP05PaN3U/" />
		<id>http://papervision2.com/?p=52</id>
		<updated>2009-01-06T15:11:12Z</updated>
		<published>2009-01-02T18:33:56Z</published>
		<category scheme="http://papervision2.com" term="Papervision" /><category scheme="http://papervision2.com" term="Tutorials" /><category scheme="http://papervision2.com" term="BulkLoader" /><category scheme="http://papervision2.com" term="FlashDevelop" /><category scheme="http://papervision2.com" term="Foomonger" /><category scheme="http://papervision2.com" term="Gaia" /><category scheme="http://papervision2.com" term="Tweener" />		<summary type="html"><![CDATA[
Here is a quick list of Classes / Packages and programs that seem to make life just that much easier. This is a list based off of things we use daily for quick development of agency type Flash sites. This is in no way a complete list but anyone just wanting to increase their productivity [...]]]></summary>
		<link rel="replies" type="text/html" href="http://papervision2.com/code-programs/#comments" thr:count="6" />
		<link rel="replies" type="application/atom+xml" href="http://papervision2.com/code-programs/feed/atom/" thr:count="6" />
		<thr:total>6</thr:total>
	<feedburner:origLink>http://papervision2.com/code-programs/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Charlie</name>
						<uri>http://www.woveninteractive.com</uri>
					</author>
		<title type="html"><![CDATA[Papervision Double Sided Plane]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Papervision3dTutorials/~3/wAqlJep2slg/" />
		<id>http://papervision2.com/double-sided-plane/</id>
		<updated>2009-01-02T18:51:59Z</updated>
		<published>2008-12-09T19:43:28Z</published>
		<category scheme="http://papervision2.com" term="AS3" /><category scheme="http://papervision2.com" term="Actionscript 3 Papervision" /><category scheme="http://papervision2.com" term="Actionscript 3.0" /><category scheme="http://papervision2.com" term="Flash" /><category scheme="http://papervision2.com" term="Papervision" /><category scheme="http://papervision2.com" term="Papervision 3D" /><category scheme="http://papervision2.com" term="Tutorials" /><category scheme="http://papervision2.com" term="Double Sided Plane" /><category scheme="http://papervision2.com" term="Tutorial" />		<summary type="html"><![CDATA[
Thanks to Luke I am the new proud owner of Papervision2.com. He is keeping busy and just ran out of time. I know he is sad to see it go, but glad that someone can take over and continue helping the Flash / Papervision community.
To introduce myself, I decided to take a tutorial from my [...]]]></summary>
		<link rel="replies" type="text/html" href="http://papervision2.com/double-sided-plane/#comments" thr:count="12" />
		<link rel="replies" type="application/atom+xml" href="http://papervision2.com/double-sided-plane/feed/atom/" thr:count="12" />
		<thr:total>12</thr:total>
	<feedburner:origLink>http://papervision2.com/double-sided-plane/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Charlie</name>
						<uri>http://www.woveninteractive.com</uri>
					</author>
		<title type="html"><![CDATA[Codebase Changes, Updates Soon!]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Papervision3dTutorials/~3/uLcJeWbbLJQ/" />
		<id>http://papervision2.com/codebase-changes-updates-soon/</id>
		<updated>2008-08-20T10:42:27Z</updated>
		<published>2008-08-12T00:33:28Z</published>
		<category scheme="http://papervision2.com" term="News" />		<summary type="html"><![CDATA[Hi Everybody,
Firstly, I'm sorry for the massive delay in updating this site, I've been super-busy with work over the past few months but finally the time has come to update all of my tutorials and examples. As many of you have noticed, the Codebase for GreatWhite has changed, meaning that most of my tutorials no [...]]]></summary>
		<link rel="replies" type="text/html" href="http://papervision2.com/codebase-changes-updates-soon/#comments" thr:count="6" />
		<link rel="replies" type="application/atom+xml" href="http://papervision2.com/codebase-changes-updates-soon/feed/atom/" thr:count="6" />
		<thr:total>6</thr:total>
	<feedburner:origLink>http://papervision2.com/codebase-changes-updates-soon/</feedburner:origLink></entry>
	</feed>
