<?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>MarcPelland.com &#187; AS3</title>
	<atom:link href="http://www.marcpelland.com/tag/as3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.marcpelland.com</link>
	<description>blog and portfolio</description>
	<lastBuildDate>Sun, 17 Jul 2011 22:42:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Getting Started with Augmented Reality / FLARToolKit</title>
		<link>http://www.marcpelland.com/2009/03/26/getting-started-with-augmented-reality-flartoolkit/</link>
		<comments>http://www.marcpelland.com/2009/03/26/getting-started-with-augmented-reality-flartoolkit/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 19:17:22 +0000</pubDate>
		<dc:creator>MarcPelland</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Experiments]]></category>
		<category><![CDATA[feature]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Papervision]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[augmented]]></category>
		<category><![CDATA[experiment]]></category>
		<category><![CDATA[FLAR]]></category>
		<category><![CDATA[reality]]></category>
		<category><![CDATA[ToolKit]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.marcpelland.com/?p=235</guid>
		<description><![CDATA[Table of Contents Overview Setup Create Your First Project with Augmented Reality Optimize and Customize the Settings Tutorial Files Finished Scene Overview What is Augmented Reality? Augmented Reality is a technology that allows you to superimpose images into real-time environments. For the purposes of this tutorial, you just need to know that it reads a [...]]]></description>
			<content:encoded><![CDATA[<h2>Table of Contents</h2>
<ul>
<li><a href="#Introduction">Overview</a></li>
<li><a href="http://www.marcpelland.com/2009/03/26/getting-started-with-augmented-reality-flartoolkit/2/">Setup</a></li>
<li><a href="http://www.marcpelland.com/2009/03/26/getting-started-with-augmented-reality-flartoolkit/3/">Create Your First Project with Augmented Reality</a></li>
<li><a href="http://www.marcpelland.com/2009/03/26/getting-started-with-augmented-reality-flartoolkit/4/">Optimize and Customize the Settings</a></li>
<li><a href="http://www.marcpelland.com/tutorialfiles/HelloFlarToolkit.zip">Tutorial Files</a></li>
<li><a href="http://www.marcpelland.com/ar/helloFlar/">Finished Scene</a></li>
</ul>
<h3><a name="Introduction">Overview</a></h3>
<h2><a href="http://www.marcpelland.com/wp-content/uploads/2009/03/screenl.jpg"><img class="alignleft size-thumbnail wp-image-240" title="Hello FlarToolKit" src="http://www.marcpelland.com/wp-content/uploads/2009/03/screenl-150x150.jpg" alt="Hello FlarToolKit" width="184" height="184" /></a>What is Augmented Reality?</h2>
<p>Augmented Reality is a technology that allows you to superimpose images into real-time environments.  For the purposes of this tutorial, you just need to know that it reads a marker (shape/symbol), interprets the angle and size of that marker and then allows you to place objects at that size and position on the screen (or whatever your medium is).</p>
<p>Here are a couple example videos:</p>
<p><a href="http://www.youtube.com/watch?v=dBser6_gToA&amp;feature=related" target="_blank">Mini Video</a> and the <a href="http://ge.ecomagination.com/smartgrid/#/augmented_reality" target="_blank">GE Site</a></p>
<h2>What is FLARToolKit?</h2>
<p>To start with ARToolKit is the development package that has allowed developers to tap into the power of Augmented Reality.  FLARToolKit is an Actionscript 3 port of the Java version of the toolkit.</p>
<h2>What do I need for this tutorial?</h2>
<p>In this tutorial, we are going to use FLAR Manager, which is a framework setup to make the combination of Papervision 3D and FLARToolKit easy and quick to setup/use.</p>
<p>If you would like to simply use FLARToolKit (or just get a little more information about it) clik on the following link: http://www.libspark.org/wiki/saqoosha/FLARToolKit/en</p>
<p>Otherwise, download FLARManager (using v0.1 in this tutorial) from <a href="http://words.transmote.com/wp/20090309/flarmanager-v01/" target="_blank">http://words.transmote.com/wp/20090309/flarmanager-v01/</a> .  FLARManager actually comes with a build of FLARToolKit in it and you can get it for AS3/FP9 or AS3/FP10 (we are using FP10).</p>
<p>You will also need FlashDevelop or another Actionscript editing tool.  In this tutorial I am going to be compiling my code directly from FlashDevelop, but feel free to use the compiler/method of your choice.</p>
<p>You should also get a pattern generator so that you can create your own patterns (markers). Go here for more details: <a href="http://www.squidder.com/2009/03/05/for-nerds-only-custom-flar-markers-explained/" target="_blank">http://www.squidder.com/2009/03/05/for-nerds-only-custom-flar-markers-explained/</a></p>
<h2>What  else should I know?</h2>
<p>You should be aware of the fact that there is a licensing fee to use check here: <a href="http://www.hitl.washington.edu/artoolkit/license.html" target="_blank">http://www.hitl.washington.edu/artoolkit/license.html</a> for more details.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d235').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d235" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http%3A%2F%2Fwww.marcpelland.com%2F2009%2F03%2F26%2Fgetting-started-with-augmented-reality-flartoolkit%2F" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F03%2F26%2Fgetting-started-with-augmented-reality-flartoolkit%2F&amp;title=Getting+Started+with+Augmented+Reality+%2F+FLARToolKit" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F03%2F26%2Fgetting-started-with-augmented-reality-flartoolkit%2F&amp;title=Getting+Started+with+Augmented+Reality+%2F+FLARToolKit" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F03%2F26%2Fgetting-started-with-augmented-reality-flartoolkit%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F03%2F26%2Fgetting-started-with-augmented-reality-flartoolkit%2F&amp;title=Getting+Started+with+Augmented+Reality+%2F+FLARToolKit" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F03%2F26%2Fgetting-started-with-augmented-reality-flartoolkit%2F&amp;title=Getting+Started+with+Augmented+Reality+%2F+FLARToolKit" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F03%2F26%2Fgetting-started-with-augmented-reality-flartoolkit%2F" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F03%2F26%2Fgetting-started-with-augmented-reality-flartoolkit%2F&amp;title=Getting+Started+with+Augmented+Reality+%2F+FLARToolKit" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F03%2F26%2Fgetting-started-with-augmented-reality-flartoolkit%2F&amp;title=Getting+Started+with+Augmented+Reality+%2F+FLARToolKit" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F03%2F26%2Fgetting-started-with-augmented-reality-flartoolkit%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F03%2F26%2Fgetting-started-with-augmented-reality-flartoolkit%2F&amp;t=Getting+Started+with+Augmented+Reality+%2F+FLARToolKit" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d235').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d235').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.marcpelland.com/2009/03/26/getting-started-with-augmented-reality-flartoolkit/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Face Detection &#8211; OpenCV in AS3</title>
		<link>http://www.marcpelland.com/2009/03/16/face-detection-opencv-in-as3/</link>
		<comments>http://www.marcpelland.com/2009/03/16/face-detection-opencv-in-as3/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 16:24:47 +0000</pubDate>
		<dc:creator>MarcPelland</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[Experiments]]></category>
		<category><![CDATA[feature]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[detection]]></category>
		<category><![CDATA[face]]></category>
		<category><![CDATA[opencv]]></category>
		<category><![CDATA[tracking]]></category>

		<guid isPermaLink="false">http://www.marcpelland.com/?p=213</guid>
		<description><![CDATA[Hey all, After all of the tests and playing around that I have done with face/motion detection in Flash and Processing Quasimondo posted an optimized version of the OpenCV port to AS3. This is something that I have been waiting for someone to do for quite some time. I thought I would just post my [...]]]></description>
			<content:encoded><![CDATA[<p>Hey all,</p>
<dl id="attachment_214" class="wp-caption alignleft" style="width: 160px;">
<dt class="wp-caption-dt"><a href="http://www.marcpelland.com/wp-content/uploads/2009/03/opencv_image.jpg"><img class="size-thumbnail wp-image-214" title="opencv_image" src="http://www.marcpelland.com/wp-content/uploads/2009/03/opencv_image-150x150.jpg" alt="Be like me" width="150" height="150" /></a></dt>
</dl>
<p>After all of the tests and playing around that I have done with face/motion detection in Flash and Processing Quasimondo posted an optimized version of the OpenCV port to AS3.  This is something that I have been waiting for someone to do for quite some time.  I thought I would just post my first test with it and forward you to his page since anything i would say about it would just be repetition.</p>
<p>To view my test click here (need a webcam): <a title="Marc Pelland - Open CV test" href="http://www.marcpelland.com/opencv" target="_self">www.marcpelland.com/opencv</a></p>
<p>In my example, I just slightly modified Mario&#8217;s class to allow for an image to be placed instead of just a box being drawn.  I have already seen an example of 3d and this library being used at: <a href="http://mrdoob.com/blog/post/643" target="_blank">http://mrdoob.com/blog/post/643</a></p>
<p>Quasimondo&#8217;s blog posting: <a href="http://www.quasimondo.com/archives/000687.php" target="_blank">http://www.quasimondo.com/archives/000687.php</a></p>
<p>thanks, marc</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d213').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d213" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http%3A%2F%2Fwww.marcpelland.com%2F2009%2F03%2F16%2Fface-detection-opencv-in-as3%2F" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F03%2F16%2Fface-detection-opencv-in-as3%2F&amp;title=Face+Detection+%26%238211%3B+OpenCV+in+AS3" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F03%2F16%2Fface-detection-opencv-in-as3%2F&amp;title=Face+Detection+%26%238211%3B+OpenCV+in+AS3" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F03%2F16%2Fface-detection-opencv-in-as3%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F03%2F16%2Fface-detection-opencv-in-as3%2F&amp;title=Face+Detection+%26%238211%3B+OpenCV+in+AS3" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F03%2F16%2Fface-detection-opencv-in-as3%2F&amp;title=Face+Detection+%26%238211%3B+OpenCV+in+AS3" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F03%2F16%2Fface-detection-opencv-in-as3%2F" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F03%2F16%2Fface-detection-opencv-in-as3%2F&amp;title=Face+Detection+%26%238211%3B+OpenCV+in+AS3" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F03%2F16%2Fface-detection-opencv-in-as3%2F&amp;title=Face+Detection+%26%238211%3B+OpenCV+in+AS3" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F03%2F16%2Fface-detection-opencv-in-as3%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F03%2F16%2Fface-detection-opencv-in-as3%2F&amp;t=Face+Detection+%26%238211%3B+OpenCV+in+AS3" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d213').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d213').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.marcpelland.com/2009/03/16/face-detection-opencv-in-as3/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Context Menus in AS3</title>
		<link>http://www.marcpelland.com/2009/03/11/context-menus-in-as3/</link>
		<comments>http://www.marcpelland.com/2009/03/11/context-menus-in-as3/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 00:19:30 +0000</pubDate>
		<dc:creator>MarcPelland</dc:creator>
				<category><![CDATA[adobe]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[context]]></category>
		<category><![CDATA[menu]]></category>

		<guid isPermaLink="false">http://www.marcpelland.com/?p=202</guid>
		<description><![CDATA[I just came across a little article/tutorial that I would like to bring my readers&#8217; attention to. It is something that I have always thought would be a very useful addition to Flash pages but is extremely under used. What I am talking about are customized context menus. These are the menus that appear when [...]]]></description>
			<content:encoded><![CDATA[<p>I just came across a little article/tutorial that I would like to bring my readers&#8217; attention to.  It is something that I have always thought would be a very useful addition to Flash pages but is extremely under used.  What I am talking about are customized context menus.  These are the menus that appear when you right click.</p>
<p>With actionscript you are able to customize these menus and add a little extra interactivity to your pages.  Even though most people don&#8217;t right click on anything, some people do.  To have something there for them to find and use could prove to be useful.  It could be anything&#8230; credits, navigation, easter eggs, helpers, etc.</p>
<p>Context menus take very little time and effort to add, and show that you are paying a little bit extra attention to detail when creating a site / application.</p>
<p>here is a quick and easy guide to using AS3 Context Menus &gt; http://www.emanueleferonato.com/2009/03/11/understanding-as3-context-menus/</p>
<p>thanks, marc</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d202').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d202" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http%3A%2F%2Fwww.marcpelland.com%2F2009%2F03%2F11%2Fcontext-menus-in-as3%2F" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F03%2F11%2Fcontext-menus-in-as3%2F&amp;title=Context+Menus+in+AS3" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F03%2F11%2Fcontext-menus-in-as3%2F&amp;title=Context+Menus+in+AS3" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F03%2F11%2Fcontext-menus-in-as3%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F03%2F11%2Fcontext-menus-in-as3%2F&amp;title=Context+Menus+in+AS3" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F03%2F11%2Fcontext-menus-in-as3%2F&amp;title=Context+Menus+in+AS3" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F03%2F11%2Fcontext-menus-in-as3%2F" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F03%2F11%2Fcontext-menus-in-as3%2F&amp;title=Context+Menus+in+AS3" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F03%2F11%2Fcontext-menus-in-as3%2F&amp;title=Context+Menus+in+AS3" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F03%2F11%2Fcontext-menus-in-as3%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F03%2F11%2Fcontext-menus-in-as3%2F&amp;t=Context+Menus+in+AS3" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d202').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d202').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.marcpelland.com/2009/03/11/context-menus-in-as3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PaperFace &#8211; Papervision GUI</title>
		<link>http://www.marcpelland.com/2009/02/04/paperface-papervision-gui/</link>
		<comments>http://www.marcpelland.com/2009/02/04/paperface-papervision-gui/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 15:14:53 +0000</pubDate>
		<dc:creator>MarcPelland</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Experiments]]></category>
		<category><![CDATA[feature]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[Papervision]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[paperface]]></category>

		<guid isPermaLink="false">http://www.marcpelland.com/?p=197</guid>
		<description><![CDATA[Hey all, This may be a little bit pre-mature, but I would like to announce the launch of a new site. It is called PaperFace. PaperFace is a graphical user interface for Papervision 3D. The goal of the app is to build out 3d scenes without the need to write all the initial code. I [...]]]></description>
			<content:encoded><![CDATA[<p>Hey all,<br />
This may be a little bit pre-mature, but I would like to announce the launch of a new site.  It is called PaperFace. </p>
<p>PaperFace is a graphical user interface for Papervision 3D.  The goal of the app is to build out 3d scenes without the need to write all the initial code.  I am hoping to build it to a state where designers can come in and build a fairly complete scene and export the code to someone that can do something with it.  Please go register and tell me what you think.  Check out the forum on the site, and post any feedback you may have.  </p>
<p>The app is no-where near completion, but I thought it would be good to get some thoughts on it throughout the course of development.  Plus, now that it is live it puts a little bit of extra pressure on me to work more on it.  </p>
<p>the address is <a href="http://www.paper-face.com">www.paper-face.com</a></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d197').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d197" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http%3A%2F%2Fwww.marcpelland.com%2F2009%2F02%2F04%2Fpaperface-papervision-gui%2F" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F02%2F04%2Fpaperface-papervision-gui%2F&amp;title=PaperFace+%26%238211%3B+Papervision+GUI" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F02%2F04%2Fpaperface-papervision-gui%2F&amp;title=PaperFace+%26%238211%3B+Papervision+GUI" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F02%2F04%2Fpaperface-papervision-gui%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F02%2F04%2Fpaperface-papervision-gui%2F&amp;title=PaperFace+%26%238211%3B+Papervision+GUI" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F02%2F04%2Fpaperface-papervision-gui%2F&amp;title=PaperFace+%26%238211%3B+Papervision+GUI" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F02%2F04%2Fpaperface-papervision-gui%2F" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F02%2F04%2Fpaperface-papervision-gui%2F&amp;title=PaperFace+%26%238211%3B+Papervision+GUI" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F02%2F04%2Fpaperface-papervision-gui%2F&amp;title=PaperFace+%26%238211%3B+Papervision+GUI" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F02%2F04%2Fpaperface-papervision-gui%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F02%2F04%2Fpaperface-papervision-gui%2F&amp;t=PaperFace+%26%238211%3B+Papervision+GUI" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d197').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d197').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.marcpelland.com/2009/02/04/paperface-papervision-gui/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>Using Papervision Object Parsers</title>
		<link>http://www.marcpelland.com/2009/01/29/using-papervision-object-parsers/</link>
		<comments>http://www.marcpelland.com/2009/01/29/using-papervision-object-parsers/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 15:38:09 +0000</pubDate>
		<dc:creator>MarcPelland</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Papervision]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[parser]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.marcpelland.com/?p=153</guid>
		<description><![CDATA[Table of Contents Introduction Parsers: ASE Parsers: Collada Parsers: DAE Parsers: Max3ds Parsers: Sketchup Parsers: Other Parser Comparison Final Thoughts Tutorial Files Introduction Overview With all the different 3d applications in use today it is hard to come up with one standardized format. So Papervision includes a number of parsers that can interpret some of [...]]]></description>
			<content:encoded><![CDATA[<h2>Table of Contents</h2>
<ul>
<li><a href="#Introduction">Introduction</a></li>
<li><a href="http://www.marcpelland.com/2009/01/29/using-papervision-object-parsers/2/">Parsers: ASE</a></li>
<li><a href="http://www.marcpelland.com/2009/01/29/using-papervision-object-parsers/3/">Parsers: Collada</a></li>
<li><a href="http://www.marcpelland.com/2009/01/29/using-papervision-object-parsers/4/">Parsers: DAE</a></li>
<li><a href="http://www.marcpelland.com/2009/01/29/using-papervision-object-parsers/5/">Parsers: Max3ds</a></li>
<li><a href="http://www.marcpelland.com/2009/01/29/using-papervision-object-parsers/6/">Parsers: Sketchup</a></li>
<li><a href="http://www.marcpelland.com/2009/01/29/using-papervision-object-parsers/7/">Parsers: Other</a></li>
<li><a href="http://www.marcpelland.com/2009/01/29/using-papervision-object-parsers/8/">Parser Comparison</a></li>
<li><a href="http://www.marcpelland.com/2009/01/29/using-papervision-object-parsers/9/">Final Thoughts</a></li>
<li><a href="http://www.marcpelland.com/tutorialfiles/parser_tutorial.zip">Tutorial Files</a></li>
</ul>
<h3><a name="Introduction">Introduction</a></h3>
<h2>Overview</h2>
<p>With all the different 3d applications in use today it is hard to come up with one standardized format.  So Papervision includes a number of parsers that can interpret some of the different types of 3d files.  This gives developers and modelers some freedom as to which application they would like to use.</p>
<p>Located within each parser class in Papervision is a little bit of a write-up that explains what the parser can do and what it can’t.  In this tutorial, I will just introduce you to each type; basically re-iterating what is in the class (for ease of access).  Then I will run through some examples for how to use a couple of the parsers to load your objects.</p>
<h2>What does a Parser do?</h2>
<p>As stated above, a parser just interprets whatever is in the 3d asset file and translates it into something that Papervision can read.  </p>
<p>Every file format has a core structure that remains the same, so the developers of Papervision have just made an translators for all of these core structures.</p>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_max3dsparser_v1_852311254"
			class="flashmovie"
			width="250"
			height="250">
	<param name="movie" value="/wp-content/uploads/2009/01/max3dsparser_v1.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="/wp-content/uploads/2009/01/max3dsparser_v1.swf"
			name="fm_max3dsparser_v1_852311254"
			width="250"
			height="250">
	<!--<![endif]-->
		
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
<h2>Where are the Parsers?</h2>
<p>The parsers are located in the Papervision codebase under: src/org/papervision3d/objects/parsers.</p>
<p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d153').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d153" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http%3A%2F%2Fwww.marcpelland.com%2F2009%2F01%2F29%2Fusing-papervision-object-parsers%2F" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F01%2F29%2Fusing-papervision-object-parsers%2F&amp;title=Using+Papervision+Object+Parsers" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F01%2F29%2Fusing-papervision-object-parsers%2F&amp;title=Using+Papervision+Object+Parsers" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F01%2F29%2Fusing-papervision-object-parsers%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F01%2F29%2Fusing-papervision-object-parsers%2F&amp;title=Using+Papervision+Object+Parsers" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F01%2F29%2Fusing-papervision-object-parsers%2F&amp;title=Using+Papervision+Object+Parsers" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F01%2F29%2Fusing-papervision-object-parsers%2F" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F01%2F29%2Fusing-papervision-object-parsers%2F&amp;title=Using+Papervision+Object+Parsers" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F01%2F29%2Fusing-papervision-object-parsers%2F&amp;title=Using+Papervision+Object+Parsers" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F01%2F29%2Fusing-papervision-object-parsers%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F01%2F29%2Fusing-papervision-object-parsers%2F&amp;t=Using+Papervision+Object+Parsers" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d153').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d153').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.marcpelland.com/2009/01/29/using-papervision-object-parsers/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Guide to Getting Started in Papervision 3D</title>
		<link>http://www.marcpelland.com/2009/01/22/guide-to-getting-started-in-papervision-3d/</link>
		<comments>http://www.marcpelland.com/2009/01/22/guide-to-getting-started-in-papervision-3d/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 01:13:13 +0000</pubDate>
		<dc:creator>MarcPelland</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[Papervision]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[actionscript]]></category>

		<guid isPermaLink="false">http://www.marcpelland.com/?p=100</guid>
		<description><![CDATA[Introduction Table of Contents Introduction Starting Out Building your First Papervision Application Add Interactivity Next Steps Tutorial Files Overview In this tutorial you will learn a little bit about what 3D is and how it is used on the web. As well as how to harness tools that have been created for you to build [...]]]></description>
			<content:encoded><![CDATA[<h3>Introduction</h3>
<h2>Table of Contents</h2>
<ul>
<li><a href="#intro">Introduction</a></li>
<li><a href="http://www.marcpelland.com/2009/01/22/guide-to-getting-started-in-papervision-3d/2/">Starting Out</a></li>
<li><a href="http://www.marcpelland.com/2009/01/22/guide-to-getting-started-in-papervision-3d/3/">Building your First Papervision Application</a></li>
<li><a href="http://www.marcpelland.com/2009/01/22/guide-to-getting-started-in-papervision-3d/4/">Add Interactivity</a></li>
<li><a href="http://www.marcpelland.com/2009/01/22/guide-to-getting-started-in-papervision-3d/5/">Next Steps</a></li>
<li><a href="http://www.marcpelland.com/tutorialfiles/pv3dintro_tutorial_files.zip">Tutorial Files</a></li>
</ul>
<h2><a name="intro" />Overview</h2>
<p><img src="http://www.marcpelland.com/wp-content/uploads/2009/01/3d.jpg" alt="Papervision 3d" title="Papervision 3d" width="100" height="100" class="alignright size-full wp-image-124" />In this tutorial you will learn a little bit about what 3D is and how it is used on the web.  As well as how to harness tools that have been created for you to build your own 3D experiences.</p>
<p>I am going to start out with a brief discussion and introduction of 3D and what Papervision brings to the table and then move on to the full tutorial. The files for the tutorial can be found by clicking here: <a href="http://www.marcpelland.com/tutorialfiles/pv3dintro_tutorial_files.zip">tutorial files</a></p>
<h2>What is 3D?</h2>
<p>A standard website is created in 2D space; that is it consists of objects (text, images, video, etc) on an X and Y plane.  People have faked perspective in the past using graphics tool, but in general it has been 2D.  What 3D does is add another dimension to that traditional plane.  Alongside the X and Y, there is now a Z.  This 3rd dimension allows for depth to be shown.</p>
<p><img src="http://www.marcpelland.com/wp-content/uploads/2009/01/circles.jpg" alt="circles" title="circles" width="180" height="180" class="alignleft size-full wp-image-118" style="padding: 0 10px 10px 0px;" />I remember my entry exam for college, I had to look at a series of shapes and come up with any number of ideas for what it could be. For instance, if you look at a circle with another circle inside it you would think that it was just two circles.  If you were told to imagine those same two circles in 3D space the possibilities are much greater as to what they are.  It could be a bowling pin from the top, an empty glass, a garbage can, or a football being tossed into the center of a hoop.</p>
<p>If you are having still having trouble envisioning the 3rd dimension, here is a great video/project by Rob Bryanton explaining how dimensions work: <script src="http://flash.revver.com/player/1.0/player.js?mediaId:99898;width:480;height:392;" type="text/javascript"></script></p>
<h2>What is Papervision?</h2>
<p>Papervision is a 3D engine built with Actionscript that enables developers to start working in 3D.  Using a ton of math, the Papervision team has found a way to create a simulated 3D environment.</p>
<p>Papervision consists of a ton of Actionscript classfiles that developers can use to create objects, scenes, and even worlds in 3D space.  3D applications and engines generally build objects using smaller objects, Papervision is no different.  It uses triangles as the building blocks for larger objects in the scene.  The more triangles that are used, the better the quality but more triangles means that it is harder on the processor.</p>
<p>Being open-source, developers are able to see all the code that they are working with which allows for a better understanding of what they are using.  This also means that the development community has to ability to build on what the original developers have done without having to go through the hardships involved in extending something that is not open-sourced.</p>
<p>Open source means that it can be easier to understand how a complex system works because you can view all of the code that it was built with.  If you have any more questions regarding the benefits of an open-source system, there is a good article located here: <a href="http://www.directionsmag.com/article.php?article_id=889&#038;trv=1" target="_blank">http://www.directionsmag.com/article.php?article_id=889&#038;trv=1</a></p>
<h2>Why use Papervision?</h2>
<p><img src="http://www.marcpelland.com/wp-content/uploads/2009/01/greatwhite.jpg" alt="greatwhite" title="greatwhite" width="125" height="125" class="alignleft size-full wp-image-126" style="padding: 0 10px 10px 0px;" />Papervision is a great 3D engine for Flash, but there are others.  These include Sandy, Away3D, Alternative, and more.  When push comes to shove it is more of a personal preference that I came to like working with Papervision.</p>
<p>I think that the biggest reason to use Papervision (other than comfort from it being the first engine that I tried) is that it is so widely supported in the Flash community. I seem to be able to find more help with Papervision than with any of the other application.  Having the ability to tap into the minds of other developers in forums, at conferences, and anywhere really is a priceless tool.</p>
<h2>What has been done with Papervision?</h2>
<p>I have to start off with a site that I had a hand in building, and that is <a href="http://www.amg-360.com/" target="_blank">www.amg-360.com</a>.  Apart from a couple of prototypes, this was my first major 3D application for the web.</p>
<p>Some other good examples can be found at: <a href="http://dailypv3d.wordpress.com" target="_blank">http://dailypv3d.wordpress.com</a></p>
<p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d100').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d100" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http%3A%2F%2Fwww.marcpelland.com%2F2009%2F01%2F22%2Fguide-to-getting-started-in-papervision-3d%2F" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F01%2F22%2Fguide-to-getting-started-in-papervision-3d%2F&amp;title=Guide+to+Getting+Started+in+Papervision+3D" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F01%2F22%2Fguide-to-getting-started-in-papervision-3d%2F&amp;title=Guide+to+Getting+Started+in+Papervision+3D" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F01%2F22%2Fguide-to-getting-started-in-papervision-3d%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F01%2F22%2Fguide-to-getting-started-in-papervision-3d%2F&amp;title=Guide+to+Getting+Started+in+Papervision+3D" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F01%2F22%2Fguide-to-getting-started-in-papervision-3d%2F&amp;title=Guide+to+Getting+Started+in+Papervision+3D" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F01%2F22%2Fguide-to-getting-started-in-papervision-3d%2F" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F01%2F22%2Fguide-to-getting-started-in-papervision-3d%2F&amp;title=Guide+to+Getting+Started+in+Papervision+3D" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F01%2F22%2Fguide-to-getting-started-in-papervision-3d%2F&amp;title=Guide+to+Getting+Started+in+Papervision+3D" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F01%2F22%2Fguide-to-getting-started-in-papervision-3d%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.marcpelland.com%2F2009%2F01%2F22%2Fguide-to-getting-started-in-papervision-3d%2F&amp;t=Guide+to+Getting+Started+in+Papervision+3D" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d100').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d100').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.marcpelland.com/2009/01/22/guide-to-getting-started-in-papervision-3d/feed/</wfw:commentRss>
		<slash:comments>48</slash:comments>
		</item>
		<item>
		<title>New Portfolio in the Making</title>
		<link>http://www.marcpelland.com/2008/12/09/new-portfolio-in-the-making/</link>
		<comments>http://www.marcpelland.com/2008/12/09/new-portfolio-in-the-making/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 02:26:46 +0000</pubDate>
		<dc:creator>MarcPelland</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Papervision]]></category>
		<category><![CDATA[portfolio]]></category>

		<guid isPermaLink="false">http://www.marcpelland.com/?p=86</guid>
		<description><![CDATA[I was working on some stuff for a couple friends last night, and some other stuff for work when I decided that I wanted a little break to work on something for myself. So I got myself a beer and sat down at my laptop. For a long time now I have been planning on [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.marcpelland.com/testportfolio/portfolio.swf"><img class="alignleft size-full wp-image-87" style="padding-right: 10px; padding-top: 10px" title="marc_pelland_portfolio" src="http://www.marcpelland.com/wp-content/uploads/2008/12/marc_pelland_portfolio.jpg" border="0" alt="Marc Pelland Portfolio" width="238" height="185" align="left" /></a>I was working on some stuff for a couple friends last night, and some other stuff for work when I decided that I wanted a little break to work on something for myself.  So I got myself a beer and sat down at my laptop.  For a long time now I have been planning on doing something interesting to my portfolio.  I had thought maybe something with papervision and maybe something with a different approach to dynamic content.  So that is where I began.</p>
<p>When I first created my portfolio, I did it quickly in HTML just to have something online.  I made sure that the syntax was valid just in case I decided to create something to parse it with.  Well that was my first step for the new creation.  I used E4X to grab and parse the correct div within my current HTML portfolio.  From there I just built out a little data model to grab whatever I might need from the parsed HTML structure.</p>
<p>Now I needed to do something with it.  Why not Papervision, I have a couple projects under my belt now and just happened to update my local copy because I am using it on another project right now.  So I just started playing around with the interaction and ways of displaying content.</p>
<p>After a couple hours I was pleased and went back to my other work.  I picked it up today after work for an hour or so and would like to say I am very happy with the direction that it is taking.  Let me know what you think so far.</p>
<p><a href="http://www.marcpelland.com/testportfolio/portfolio.swf">click here to see the latest built</a></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d86').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d86" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http%3A%2F%2Fwww.marcpelland.com%2F2008%2F12%2F09%2Fnew-portfolio-in-the-making%2F" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.marcpelland.com%2F2008%2F12%2F09%2Fnew-portfolio-in-the-making%2F&amp;title=New+Portfolio+in+the+Making" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.marcpelland.com%2F2008%2F12%2F09%2Fnew-portfolio-in-the-making%2F&amp;title=New+Portfolio+in+the+Making" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.marcpelland.com%2F2008%2F12%2F09%2Fnew-portfolio-in-the-making%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http%3A%2F%2Fwww.marcpelland.com%2F2008%2F12%2F09%2Fnew-portfolio-in-the-making%2F&amp;title=New+Portfolio+in+the+Making" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.marcpelland.com%2F2008%2F12%2F09%2Fnew-portfolio-in-the-making%2F&amp;title=New+Portfolio+in+the+Making" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http%3A%2F%2Fwww.marcpelland.com%2F2008%2F12%2F09%2Fnew-portfolio-in-the-making%2F" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.marcpelland.com%2F2008%2F12%2F09%2Fnew-portfolio-in-the-making%2F&amp;title=New+Portfolio+in+the+Making" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.marcpelland.com%2F2008%2F12%2F09%2Fnew-portfolio-in-the-making%2F&amp;title=New+Portfolio+in+the+Making" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.marcpelland.com%2F2008%2F12%2F09%2Fnew-portfolio-in-the-making%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.marcpelland.com%2F2008%2F12%2F09%2Fnew-portfolio-in-the-making%2F&amp;t=New+Portfolio+in+the+Making" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d86').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d86').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.marcpelland.com/2008/12/09/new-portfolio-in-the-making/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Playing with Color Picker and Threshold</title>
		<link>http://www.marcpelland.com/2008/05/08/playing-with-color-picker-and-threshold/</link>
		<comments>http://www.marcpelland.com/2008/05/08/playing-with-color-picker-and-threshold/#comments</comments>
		<pubDate>Thu, 08 May 2008 19:38:32 +0000</pubDate>
		<dc:creator>MarcPelland</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[experiment]]></category>
		<category><![CDATA[picker]]></category>
		<category><![CDATA[threshold]]></category>

		<guid isPermaLink="false">http://www.marcpelland.com/2008/05/08/playing-with-color-picker-and-threshold/</guid>
		<description><![CDATA[In light of the fact that I know my motion tracking needs a lot of work, I decided to start trying different methods for getting and working with information from my webcam. Last night (and a little over lunch today) I threw a couple quick experiments together to see what it would look like, and [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.marcpelland.com/wp-content/uploads/2008/05/color_picker_example.jpg" alt="Color Picker Experiment Example" style="padding-right: 10px" align="left" />In light of the fact that I know my motion tracking needs a lot of work, I decided to start trying different methods for getting and working with information from my webcam.</p>
<p>Last night (and a little over lunch today) I threw a couple quick experiments together to see what it would look like, and I think that I might try this out with the video when I got home tonight.</p>
<p><a href="http://www.marcpelland.com/wp-content/uploads/2008/05/colorpicker.swf" title="Color Picker Experiment" target="_blank">The first example</a> comes in the form of a basic color picker that lets you select the color of a pixel from within the image (on the top left).  Once you have selected a color, use the slider on the right to control the threshold.</p>
<p><a href="http://www.marcpelland.com/wp-content/uploads/2008/05/colorpickerbox.swf" title="Color Picker Box Experiment" target="_blank">The second example</a> is very similar to the first, it just uses a different sampling method for the color that it is going to use with the threshold.   To try this tool, draw a box (from top left to bottom right) over the region of the image where you would like to get your sampling from.</p>
<p>This was a very quick and dirty experiment to see what I could get out of a bitmap with some basic functions, so please forgive my <a href="http://www.marcpelland.com/wp-content/uploads/2008/05/colorpicker.zip" title="Color Picker Experiment Source">source</a>. I will post more once I get it cleaned up tonight and start trying to work it into my motion detection application.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d41').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d41" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http%3A%2F%2Fwww.marcpelland.com%2F2008%2F05%2F08%2Fplaying-with-color-picker-and-threshold%2F" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.marcpelland.com%2F2008%2F05%2F08%2Fplaying-with-color-picker-and-threshold%2F&amp;title=Playing+with+Color+Picker+and+Threshold" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.marcpelland.com%2F2008%2F05%2F08%2Fplaying-with-color-picker-and-threshold%2F&amp;title=Playing+with+Color+Picker+and+Threshold" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.marcpelland.com%2F2008%2F05%2F08%2Fplaying-with-color-picker-and-threshold%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http%3A%2F%2Fwww.marcpelland.com%2F2008%2F05%2F08%2Fplaying-with-color-picker-and-threshold%2F&amp;title=Playing+with+Color+Picker+and+Threshold" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.marcpelland.com%2F2008%2F05%2F08%2Fplaying-with-color-picker-and-threshold%2F&amp;title=Playing+with+Color+Picker+and+Threshold" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http%3A%2F%2Fwww.marcpelland.com%2F2008%2F05%2F08%2Fplaying-with-color-picker-and-threshold%2F" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.marcpelland.com%2F2008%2F05%2F08%2Fplaying-with-color-picker-and-threshold%2F&amp;title=Playing+with+Color+Picker+and+Threshold" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.marcpelland.com%2F2008%2F05%2F08%2Fplaying-with-color-picker-and-threshold%2F&amp;title=Playing+with+Color+Picker+and+Threshold" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.marcpelland.com%2F2008%2F05%2F08%2Fplaying-with-color-picker-and-threshold%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.marcpelland.com%2F2008%2F05%2F08%2Fplaying-with-color-picker-and-threshold%2F&amp;t=Playing+with+Color+Picker+and+Threshold" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d41').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d41').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.marcpelland.com/2008/05/08/playing-with-color-picker-and-threshold/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Motion Tracking and Papervision</title>
		<link>http://www.marcpelland.com/2008/05/07/motion-tracking-and-papervision/</link>
		<comments>http://www.marcpelland.com/2008/05/07/motion-tracking-and-papervision/#comments</comments>
		<pubDate>Wed, 07 May 2008 14:35:26 +0000</pubDate>
		<dc:creator>MarcPelland</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Papervision]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[camera]]></category>
		<category><![CDATA[motion]]></category>
		<category><![CDATA[tracking]]></category>

		<guid isPermaLink="false">http://www.marcpelland.com/2008/05/07/motion-tracking-and-papervision/</guid>
		<description><![CDATA[A couple of days ago I posted my first attempt at motion tracking in AS3 using a webcam and promised that I would play a little bit more with it. Well, I got a little bit anxious and before refining the tracking code I decided to put it to use. You may have seen the [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of days ago I posted my first attempt at motion tracking in AS3 using a webcam and promised that I would play a little bit more with it.  Well, I got a little bit anxious and before refining the tracking code I decided to put it to use.</p>
<p>You may have seen the video of <a href="http://www.youtube.com/watch?v=Jd3-eiid-Uw" title="Head Tracking for Desktop VR Displays using the WiiRemote" target="_blank">head tracking using the Nintendo Wii</a>.  That video inspired me to try my hand at the same concept using Flash, Papervision 3d, and my newly discovered love for trying to get motion tracking / facial recognition into Flash.</p>
<p><a href="http://www.marcpelland.com/wp-content/uploads/2008/05/main.swf" target="_blank" title="Motion Tracking and Papervision"><img src="http://www.marcpelland.com/wp-content/uploads/2008/05/motion_control_papervision.jpg" alt="Motion Tracking and Papervision" border="0" height="332" width="446" /></a></p>
<p>As such, I have created this example which is my first step in creating some sort of tracking interaction with a 3d scene.  if you would care to see a little bit more detail about what is going on, hit X to see the video and W to see the framerate.  Stay tuned for more updates as I update the tracking code.  Once again, I will post the source when it is a little further along.</p>
<p>** please note that you require a webcam to take advantage of the motion tracking, if you do not have a camera the scene&#8217;s camera is simply controlled by the mouse.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d38').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d38" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http%3A%2F%2Fwww.marcpelland.com%2F2008%2F05%2F07%2Fmotion-tracking-and-papervision%2F" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.marcpelland.com%2F2008%2F05%2F07%2Fmotion-tracking-and-papervision%2F&amp;title=Motion+Tracking+and+Papervision" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.marcpelland.com%2F2008%2F05%2F07%2Fmotion-tracking-and-papervision%2F&amp;title=Motion+Tracking+and+Papervision" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.marcpelland.com%2F2008%2F05%2F07%2Fmotion-tracking-and-papervision%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http%3A%2F%2Fwww.marcpelland.com%2F2008%2F05%2F07%2Fmotion-tracking-and-papervision%2F&amp;title=Motion+Tracking+and+Papervision" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.marcpelland.com%2F2008%2F05%2F07%2Fmotion-tracking-and-papervision%2F&amp;title=Motion+Tracking+and+Papervision" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http%3A%2F%2Fwww.marcpelland.com%2F2008%2F05%2F07%2Fmotion-tracking-and-papervision%2F" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.marcpelland.com%2F2008%2F05%2F07%2Fmotion-tracking-and-papervision%2F&amp;title=Motion+Tracking+and+Papervision" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.marcpelland.com%2F2008%2F05%2F07%2Fmotion-tracking-and-papervision%2F&amp;title=Motion+Tracking+and+Papervision" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.marcpelland.com%2F2008%2F05%2F07%2Fmotion-tracking-and-papervision%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.marcpelland.com%2F2008%2F05%2F07%2Fmotion-tracking-and-papervision%2F&amp;t=Motion+Tracking+and+Papervision" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d38').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d38').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.marcpelland.com/2008/05/07/motion-tracking-and-papervision/feed/</wfw:commentRss>
		<slash:comments>96</slash:comments>
		</item>
		<item>
		<title>Webcam Motion Tracking Fun v1</title>
		<link>http://www.marcpelland.com/2008/05/05/webcam-motion-tracking-fun-v1/</link>
		<comments>http://www.marcpelland.com/2008/05/05/webcam-motion-tracking-fun-v1/#comments</comments>
		<pubDate>Mon, 05 May 2008 19:39:50 +0000</pubDate>
		<dc:creator>MarcPelland</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[webcam]]></category>

		<guid isPermaLink="false">http://www.marcpelland.com/2008/05/05/webcam-motion-tracking-fun-v1/</guid>
		<description><![CDATA[I have been doing some recent experiments in ActionScript 3 so I thought that I would start posting them. Most of my recent work has been client work using Papervision, but I found a little time to play with my webcam over the weekend. I have a couple of uses planned for this and will [...]]]></description>
			<content:encoded><![CDATA[<p>I have been doing some recent experiments in ActionScript 3 so I thought that I would start posting them.   Most of my recent work has been client work using Papervision, but I found a little time to play with my webcam over the weekend.</p>
<p>I have a couple of uses planned for this and will post them when they are done but here is the first iteration.</p>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_camera_motion_test1_2119365220"
			class="flashmovie"
			width="320"
			height="240">
	<param name="movie" value="http://www.marcpelland.com/wp-content/uploads/2008/05/camera_motion_test1.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.marcpelland.com/wp-content/uploads/2008/05/camera_motion_test1.swf"
			name="fm_camera_motion_test1_2119365220"
			width="320"
			height="240">
	<!--<![endif]-->
		
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
<p>With the help of a diff equation from <a href="http://www.laserpirate.com/as3edgeandmotion/" title="Laser Pirate - Forrest Briggs" target="_blank">Forrest Briggs</a>, I managed to capture the specific area of movement within the webcam frame.  I will continue working and post source once it is complete.  This little project is helping me understand the workings of the bitmap data objects in as3.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d35').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d35" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http%3A%2F%2Fwww.marcpelland.com%2F2008%2F05%2F05%2Fwebcam-motion-tracking-fun-v1%2F" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.marcpelland.com%2F2008%2F05%2F05%2Fwebcam-motion-tracking-fun-v1%2F&amp;title=Webcam+Motion+Tracking+Fun+v1" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.marcpelland.com%2F2008%2F05%2F05%2Fwebcam-motion-tracking-fun-v1%2F&amp;title=Webcam+Motion+Tracking+Fun+v1" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.marcpelland.com%2F2008%2F05%2F05%2Fwebcam-motion-tracking-fun-v1%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http%3A%2F%2Fwww.marcpelland.com%2F2008%2F05%2F05%2Fwebcam-motion-tracking-fun-v1%2F&amp;title=Webcam+Motion+Tracking+Fun+v1" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.marcpelland.com%2F2008%2F05%2F05%2Fwebcam-motion-tracking-fun-v1%2F&amp;title=Webcam+Motion+Tracking+Fun+v1" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http%3A%2F%2Fwww.marcpelland.com%2F2008%2F05%2F05%2Fwebcam-motion-tracking-fun-v1%2F" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.marcpelland.com%2F2008%2F05%2F05%2Fwebcam-motion-tracking-fun-v1%2F&amp;title=Webcam+Motion+Tracking+Fun+v1" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.marcpelland.com%2F2008%2F05%2F05%2Fwebcam-motion-tracking-fun-v1%2F&amp;title=Webcam+Motion+Tracking+Fun+v1" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.marcpelland.com%2F2008%2F05%2F05%2Fwebcam-motion-tracking-fun-v1%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.marcpelland.com%2F2008%2F05%2F05%2Fwebcam-motion-tracking-fun-v1%2F&amp;t=Webcam+Motion+Tracking+Fun+v1" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.marcpelland.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d35').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d35').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.marcpelland.com/2008/05/05/webcam-motion-tracking-fun-v1/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

