<?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>Mrinal Wadhwa &#187; 3D</title>
	<atom:link href="http://weblog.mrinalwadhwa.com/category/papervision3d/feed/" rel="self" type="application/rss+xml" />
	<link>http://weblog.mrinalwadhwa.com</link>
	<description>en route to a richer Internet</description>
	<lastBuildDate>Sat, 29 May 2010 05:48:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Augmenting reality using Flash</title>
		<link>http://weblog.mrinalwadhwa.com/2009/04/13/augmenting-reality/</link>
		<comments>http://weblog.mrinalwadhwa.com/2009/04/13/augmenting-reality/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 10:09:08 +0000</pubDate>
		<dc:creator>Mrinal Wadhwa</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[ar]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[augmented reality]]></category>
		<category><![CDATA[bangalore]]></category>
		<category><![CDATA[cow]]></category>
		<category><![CDATA[dcb2]]></category>
		<category><![CDATA[devcamp]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[flartoolkit]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[mrinal]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[talk]]></category>

		<guid isPermaLink="false">http://weblog.mrinalwadhwa.com/?p=860</guid>
		<description><![CDATA[<p>I gave a talk about Augmenting Reality at <a href="http://devcamp.in/">Devcamp Bangalore</a> this Saturday. In the talk I did some live coding to show how you can use <a href="http://saqoosha.net/">Saqoosha&#8217;s</a> <a href="http://www.libspark.org/wiki/saqoosha/FLARToolKit/en">FLARToolkit</a> AS3 library to add 3D objects to a webcam video in real-time &#8230; here&#8217;s a video recording of the application we created during the session &#8230; it adds a cow to reality .. <!--more--> </p>
<p><embed src="http://blip.tv/play/AfnmTAA" type="application/x-shockwave-flash" width="640" height="510" allowscriptaccess="always" allowfullscreen="true"></embed></p>
<p>The core idea behind FLARToolkit (which is an AS3 port of <a href="http://www.hitl.washington.edu/artoolkit/">ARToolkit</a>) as I understand it &#8230; is that it can detect if a given pattern is present in a bitmap, if so .. then where is it located and how much has it been transformed in 3D space. Once we have this information .. we can manipulate the bitmap (or a frame of video from a webcam in our case) to add virtual objects that can be moved and transformed same as the pattern. If this is done over each frame of the movie coming from the webcam it creates the illusion of a real object being added to the video and the object moves around as we move the pattern in reality.</p>
<p>Here&#8217;s the code with detailed comments on how this is achieved &#8230; You can download the complete project <a href="http://experiments.mrinalwadhwa.com/AugmentedReality/srcview/AR.zip">here</a>.</p>
<p><iframe src ="http://experiments.mrinalwadhwa.com/AugmentedReality/srcview/source/AR.as.html" width="100%" height="800"><br />
</iframe></p>
<h4>Try it out yourself &#8230; </h4>
<ol>
<li>Print out this <a href="http://experiments.mrinalwadhwa.com/AugmentedReality/marker.pdf">marker pattern</a> [pdf]</li>
<li>You&#8217;ll need a webcam</li>
<li>Visit<a href="http://experiments.mrinalwadhwa.com/AugmentedReality/AR.swf"> this application</a></li>
<li>Allow it to use your webcam</li>
<li>Move the pattern in front of the webcam</li>
<li>You should see a virtual cow moving with it.</li>
</ol>
<h4>References</h4>
<p>Here are the various places where I got a lot of this information from ..</p>
<ul>
<li>Saqoosha&#8217;s <a href="http://saqoosha.net/en/flartoolkit/start-up-guide/">getting started</a> article</li>
<li>Mikko Haapoja&#8217;s post on <a href="http://www.mikkoh.com/blog/?p=182">Getting Started with FLARToolkit</a></li>
<li>Lee Brimelow&#8217;s <a href="http://www.gotoandlearn.com/play?id=105">video tutorial</a> at gotondlearn</li>
<li>FLARToolkit <a href="http://www.libspark.org/wiki/saqoosha/FLARToolKit/en">source and examples</a></li>
</ul>
<p>I hope everyone who came to my talk enjoyed it .. I would love to hear any feedback that you may have.</p>
<p>Also a very special thankyou to the all the guys who were behind organizing <a href="http://devcamp.in/">Devcamp</a>, I had a great time and learned a lot.</p>
]]></description>
		<wfw:commentRss>http://weblog.mrinalwadhwa.com/2009/04/13/augmenting-reality/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Awesome 3D Text with VectorVision</title>
		<link>http://weblog.mrinalwadhwa.com/2008/09/20/awesome-3d-text-with-vectorvision/</link>
		<comments>http://weblog.mrinalwadhwa.com/2008/09/20/awesome-3d-text-with-vectorvision/#comments</comments>
		<pubDate>Sat, 20 Sep 2008 02:24:56 +0000</pubDate>
		<dc:creator>Mrinal Wadhwa</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[bitmap]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[rendering]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[vector]]></category>
		<category><![CDATA[vectorvision]]></category>

		<guid isPermaLink="false">http://weblog.mrinalwadhwa.com/?p=447</guid>
		<description><![CDATA[<p>I love 3D in Flash, but till now I&#8217;d never been very happy with the quality of text rendering in my <a href="http://code.google.com/p/papervision3d/">Papervision3D</a> projects. Papervision is a bitmap based 3D engine and because of that not very good at rendering text. </p>
<p>Yesterday, I found <a href="http://code.google.com/p/vectorvision/">VectorVision</a>, which is an extension of Paperviosn3D that enables rendering vectors inside of Papervision3D. The authors <a href="http://blog.barcinski-jeanjean.com/">Mark Barcinski &#038; Adrien Jeanjean</a>, have ported some of the work Mathieu Badimon did for his <a href="http://five3d.mathieu-badimon.com/">vector based 3D engine, Five3D</a>, to enable vector fonts inside of Papervision. And to top that they added support for <a href="http://www.barcinski-jeanjean.com/entries/vectorvision/SvgExample.html">rendering any SVG in Papervision</a> .. super cool !! </p>
<p>Here&#8217;s a <a href="http://experiments.mrinalwadhwa.com/3D/VectorVision_3DText_Example/">quick example</a> I cooked up, notice the crisp font ..<br />
&nbsp;<br />
<a href="http://experiments.mrinalwadhwa.com/3D/VectorVision_3DText_Example/"><img src="http://weblog.mrinalwadhwa.com/wp-content/uploads/2008/09/3dtext.png" alt="" title="View 3D Text Example" width="100%" /></a></p>
<blockquote><ul>
<li><a href="http://experiments.mrinalwadhwa.com/3D/VectorVision_3DText_Example/">View Example</a></li>
<li><a href="http://experiments.mrinalwadhwa.com/3D/VectorVision_3DText_Example/srcview/index.html">View Source of Example</a></li>
<li><a href="http://code.google.com/p/vectorvision/">Check out VectorVision</a></li>
</ul>
</blockquote>
]]></description>
		<wfw:commentRss>http://weblog.mrinalwadhwa.com/2008/09/20/awesome-3d-text-with-vectorvision/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>3D Earth with Papervision 3D</title>
		<link>http://weblog.mrinalwadhwa.com/2008/02/25/3d-earth-with-papervision-3d/</link>
		<comments>http://weblog.mrinalwadhwa.com/2008/02/25/3d-earth-with-papervision-3d/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 03:20:27 +0000</pubDate>
		<dc:creator>Mrinal Wadhwa</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[RIA]]></category>

		<guid isPermaLink="false">http://weblog.mrinalwadhwa.com/2008/02/25/3d-earth-with-papervision-3d/</guid>
		<description><![CDATA[<p>Inspired by <a href="http://next.yahoo.net/download/newsglobe/">Yahoo&#8217;s NewsGlobe</a> I decided to create <a href="http://experiments.mrinalwadhwa.com/Earth3D/Earth3D.html">my own 3d earth</a> .. I used <a href="http://papervision3d.org">Papervision3d</a> and <a href="http://www.nasa.gov/vision/earth/features/blue_marble.html">NASA&#8217;s Blue Marble</a> images to build it.</p>
<p>Right now it doesn&#8217;t do much, just rotates, but I plan on adding some more functionality later. </p>
<p><font size=3><a href="http://experiments.mrinalwadhwa.com/Earth3D/Earth3D.html">Check out my 3D Earth</a></font><!--more--></p>
<p><a href="http://experiments.mrinalwadhwa.com/Earth3D/Earth3D.html"><img id="image239" src="http://weblog.mrinalwadhwa.com/wp-content/uploads/2008/02/3dearth.png" alt="3D Earth" /></a></p>
]]></description>
		<wfw:commentRss>http://weblog.mrinalwadhwa.com/2008/02/25/3d-earth-with-papervision-3d/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>DevCamp: my lightning talk on Papervision3D</title>
		<link>http://weblog.mrinalwadhwa.com/2008/02/10/devcamp-my-lightning-talk-on-papervision3d/</link>
		<comments>http://weblog.mrinalwadhwa.com/2008/02/10/devcamp-my-lightning-talk-on-papervision3d/#comments</comments>
		<pubDate>Sun, 10 Feb 2008 10:34:37 +0000</pubDate>
		<dc:creator>Mrinal Wadhwa</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[India]]></category>
		<category><![CDATA[RIA]]></category>

		<guid isPermaLink="false">http://weblog.mrinalwadhwa.com/2008/02/10/devcamp-my-lightning-talk-on-papervision3d/</guid>
		<description><![CDATA[<p>I was at <a href="http://devcamp.in/wiki/Main_Page">DevCamp</a> yesterday and it was awesome, I learned a little bit about a lot of interesting topics <a href="http://en.wikipedia.org/wiki/Semantic_Web">Semantic Web</a>, <a href="http://microformats.org/">microformats</a>, <a href="http://codex.wordpress.org/Writing_a_Plugin">wordpress plugin development</a>, <a href="http://developer.mozilla.org/en/docs/XULRunner">Mozilla XULRunner</a>, <a href="http://labs.mozilla.com/2007/10/prism/">Mozilla Prism</a>, <a href="http://en.wikipedia.org/wiki/GP2X">GP2X</a>, <a href="http://devcamp.in/wiki/PIPS_:_An_Overview">PIPS</a> etc.. <a href="http://www.abdulqabiz.com/blog/">Abdul&#8217;s</a> presentation on <a href="labs.adobe.com/technologies/air/">AIR</a> was very nice as well.</p>
<p>I presented a <a href="http://devcamp.in/wiki/Lightning_Talks">lightning talk</a> titled &#8220;3D on the web with Papervision3D&#8221; &#8230;<!--more--> I had 3 minutes and my plan was to convey one message &#8230; 3D on the web is totally practical now (performs well, easy to build) and you should start thinking about how you can use it &#8230; I hope I got my message across .. I couldn&#8217;t show all the examples I wanted to, so here they are &#8230;<br />
<font size=4></p>
<ul>
<li><a href="http://carlosulloa.com/">Carlos&#8217;s</a> awesome <a href="http://carlosulloa.com/">car header</a></li>
<li><a href="http://www.smallworlds.com/beta/">Smallworlds</a>, <a href="http://secondlife.com">secondlife</a> like worlds on the web by <a href="http://blog.smallworlds.com/company-info/">Outsmart</a>.</li>
<li>Audi&#8217;s <a href="http://www.rhythmoflines.co.uk/">rhythm of lines</a></li>
<li><a href="http://www.earthmine.com/products/">Earthmine</a>, photo-realistic 3D environments to accurately document our world.</li>
<li>Mr.Doob&#8217;s <a href="http://mrdoob.com/">cool experiments</a></li>
<li>Carlos&#8217; <a href="http://www.carlosulloa.com/demos/spaceship/">spaceship</a> experiment</li>
<li><a href="http://www.lincoln.com/reachhigher/">Lincoln MKS</a> website</li>
<li><a href="http://www.nike.com/nikeacg/">Nike&#8217;s ACG</a> website</li>
<li><a href="http://bravia.sony.eu/bravia.html">Sony&#8217;s Bravia</a> website</li>
</ul>
<p></font></p>
<p>You can get <a href="http://www.papervision3d.org/">Papervision3D</a> from <a href="http://code.google.com/p/papervision3d">google code</a> or get more information about it at their <a href="http://blog.papervision3d.org/">blog</a> or at the <a href="http://osflash.org/mailman/listinfo/Papervision3D_osflash.org">mailing list</a>.</p>
<p>I believe that 3D is going to be an integral part of software user interfaces in the near future &#8230; Apple&#8217;s <a href="http://en.wikipedia.org/wiki/Cover_Flow">coverflow</a> and <a href="http://earth.google.com/">Google Earth&#8217;s</a> interface are good examples of how its already started to happen. </p>
]]></description>
		<wfw:commentRss>http://weblog.mrinalwadhwa.com/2008/02/10/devcamp-my-lightning-talk-on-papervision3d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My 10 favourite Flex RIAs of 2007</title>
		<link>http://weblog.mrinalwadhwa.com/2008/01/01/my-10-favourite-flex-rias-of-2007/</link>
		<comments>http://weblog.mrinalwadhwa.com/2008/01/01/my-10-favourite-flex-rias-of-2007/#comments</comments>
		<pubDate>Tue, 01 Jan 2008 17:48:56 +0000</pubDate>
		<dc:creator>Mrinal Wadhwa</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://weblog.mrinalwadhwa.com/2008/01/01/my-10-favourite-flex-rias-of-2007/</guid>
		<description><![CDATA[<p><a href="http://flex.org/showcase">Hundreds</a> of <a href="http://flex.org">Flex</a> based <a href="http://en.wikipedia.org/wiki/Rich_Internet_application">Rich Internet Applications</a> came to life in 2007 &#8230; here are 10 applications that I liked most, these are the ones that made me wish I was involved in building them &#8230; I&#8217;m sure there were apps that made you wish the same, so do share your own list &#8230; here&#8217;s mine .. </p>
<p><font size=3></p>
<ul>
<li><a href="http://www.picnik.com/">Picnik</a></li>
<li><a href="http://www.buzzword.com/">Buzzword</a></li>
<li><a href="http://promos.airnz.co.nz/howfar/">How far can I go?</a></li>
<li><a href="http://www.amgentourofcalifornia.com/docroot/tourtracker2/index.html">Amgen Tour Tracker</a></li>
<li><a href="http://labs.adobe.com/technologies/mediaplayer/">Adobe Media Player</a></li>
<li><a href="http://coenraets.org/blog/2007/07/new-version-of-salesbuilder-flex-air-application/">SalesBuilder</a></li>
<li><a href="http://www.universalmind.com/demo/launchpad/GeoLayer.html">UniversalMind&#8217;s LaunchPad</a></li>
<li><a href="http://sliderocket.com/">SlideRocket</a></li>
<li><a href="http://www.ribbit.com/">Ribbit</a></li>
<li><a href="http://www.papercritters.com/">Paper Critters</a></li>
</ul>
<p></font></p>
<p><!--more--></p>
]]></description>
		<wfw:commentRss>http://weblog.mrinalwadhwa.com/2008/01/01/my-10-favourite-flex-rias-of-2007/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>initRIA: 15 more seats added on public demand</title>
		<link>http://weblog.mrinalwadhwa.com/2007/12/13/initria-15-more-seats-added-on-public-demand/</link>
		<comments>http://weblog.mrinalwadhwa.com/2007/12/13/initria-15-more-seats-added-on-public-demand/#comments</comments>
		<pubDate>Thu, 13 Dec 2007 18:14:09 +0000</pubDate>
		<dc:creator>Mrinal Wadhwa</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[India]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[SilverLight]]></category>
		<category><![CDATA[initRIA]]></category>

		<guid isPermaLink="false">http://weblog.mrinalwadhwa.com/2007/12/13/initria-15-more-seats-added-on-public-demand/</guid>
		<description><![CDATA[<p><a href="http://initria.org/register.php"><img id="image185" src="http://weblog.mrinalwadhwa.com/wp-content/uploads/2007/12/badge.jpg" alt="initRIA" style="float: right; padding-left: 20px; padding-bottom: 10px; padding-top: 0px;"/></a>As this is <a href="http://bangalorefx.org">our</a> first time organizing a conference, we are trying to keep the scale of the event in control and hence we had originally <a href="http://initria.org/faqs.php">planned to have</a> only 100 attendees. We ran out of these seats <a href="http://weblog.mrinalwadhwa.com/2007/12/12/initria-seats-exhausted-in-less-than-3-days/">very quickly</a> &#8230; and since then there have been many people who have approached us wishing they could register&#8230; so we have now decided to add 15 more seats &#8230; if you haven&#8217;t registered already, go <a href="http://initria.org/register.php">do it now</a> before the seats run out again.  </p>
<p>Note: If you had earlier registered and now cannot attend due to some unforeseen reason, <a href="http://initria.org/unregister.php">please un-register</a> so that someone else could attend in your place.</p>
<p>See you Sunday.<!--more--></p>
]]></description>
		<wfw:commentRss>http://weblog.mrinalwadhwa.com/2007/12/13/initria-15-more-seats-added-on-public-demand/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>initRIA: seats exhausted in less than 3 days</title>
		<link>http://weblog.mrinalwadhwa.com/2007/12/12/initria-seats-exhausted-in-less-than-3-days/</link>
		<comments>http://weblog.mrinalwadhwa.com/2007/12/12/initria-seats-exhausted-in-less-than-3-days/#comments</comments>
		<pubDate>Tue, 11 Dec 2007 19:26:20 +0000</pubDate>
		<dc:creator>Mrinal Wadhwa</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[India]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[SilverLight]]></category>
		<category><![CDATA[initRIA]]></category>

		<guid isPermaLink="false">http://weblog.mrinalwadhwa.com/2007/12/12/initria-seats-exhausted-in-less-than-3-days/</guid>
		<description><![CDATA[<p><a href="http://initria.org"><img id="image185" src="http://weblog.mrinalwadhwa.com/wp-content/uploads/2007/12/sticker-copy.jpg" alt="initRIA" style="float: right; padding-left: 20px; padding-bottom: 10px; padding-top: 0px;" /></a>The preparations for <a href="http://initria.org">initRIA</a> have been going great, we exhausted our 100 seats in less that three days of opening registrations &#8230; actually due to a technical glitch on the website we overshot the limit by 7 seats <img src='http://weblog.mrinalwadhwa.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  .. so we now have 107 registrations (don&#8217;t worry we can handle that) &#8230;.. <a href="http://www.abdulqabiz.com/blog/archives/web_20/initria_an_event_for_1.php">thank</a> <a href="http://www.brajeshwar.com/">you</a> <a href="http://flexrays.wordpress.com/">every</a> <a href="http://raghuonflex.wordpress.com/2007/12/11/initria-conference-in-bangalore-on-16th-dec-2007/">one</a> <a href="http://mariamdh.blogspot.com/2007/12/initria-rich-internet-applications.html">who</a> <a href="http://blog.i2fly.com/">helped</a> <a href="http://www.suketuvyas.com/2007/12/10/initria-%E2%80%93-the-ria-conference-at-bangalore-india/">spreading</a> <a href="http://arulprasad.blogspot.com/2007/12/bangalore-flex-user-group-organizes.html">the</a> <a href="http://blog.digitalbackcountry.com/?p=1187">word</a>.</p>
<p>I&#8217;m now getting the topic proposals sorted out and planning the schedule out. I&#8217;ll keep everyone posted. <!--more--></p>
]]></description>
		<wfw:commentRss>http://weblog.mrinalwadhwa.com/2007/12/12/initria-seats-exhausted-in-less-than-3-days/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Exploring the 3rd Dimension with Papervision3D</title>
		<link>http://weblog.mrinalwadhwa.com/2007/09/03/exploring-the-3rd-dimension-with-papervision3d/</link>
		<comments>http://weblog.mrinalwadhwa.com/2007/09/03/exploring-the-3rd-dimension-with-papervision3d/#comments</comments>
		<pubDate>Sun, 02 Sep 2007 20:29:51 +0000</pubDate>
		<dc:creator>Mrinal Wadhwa</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[RIA]]></category>

		<guid isPermaLink="false">http://weblog.mrinalwadhwa.com/2007/09/03/exploring-the-3rd-dimension-with-papervision3d/</guid>
		<description><![CDATA[<p><a href="http://experiments.mrinalwadhwa.com/3DArtGallery/0.01/main.html"><img id="image148" src="http://weblog.mrinalwadhwa.com/wp-content/uploads/2007/09/3dartgallery.png" alt="Exploring 3D" style="float: left; padding-right: 15px; padding-bottom: 10px; padding-top: 10px;" /></a>I&#8217;ve been playing with <a href="http://www.papervision3d.org">Papervision3D</a> in my spare time these past few days and its been a lot of fun&#8230; I&#8217;ve been going through the documentation and some of the tutorials on the <a href="http://wiki.papervision3d.org/">wiki</a> and I have <a href="http://experiments.mrinalwadhwa.com/3DArtGallery/0.01/main.html">started to build an app</a> that will help me learn. </p>
<p>My intention is to see how can I create some extraordinary user experiences with Papervision3d, Flex and AIR. The new set of Interactive classes introduced in Papervision present some very interesting opportunities to that respect. The first 3D application that I am going to build is a <a href="http://experiments.mrinalwadhwa.com/3DArtGallery/0.01/main.html">3D Art Gallery</a>, this will be like a room that you can walk through to see Art on the walls. The panorama example that comes with Papervision helped me create a Room which you can <a href="http://experiments.mrinalwadhwa.com/3DArtGallery/0.01/main.html">see here</a>. This is an empty room that will make my Art Gallery, move around your mouse to take a look around the room, you can view the source by right clicking on the app. I have modified the panorama example to make it a UIComponent as my main intention is to operate within the Flex Framework. This is a very un-refined example and I will refine it as I go along building the app.    </p>
<p>I have also downloaded <a href="http://www.blender.org">Blender</a> and at first look it was quite intimidating, but after I went through the <a href="http://www.blender.org/tutorials-help/video-tutorials/">video tutorials on their site</a> things have started to make some sense, although its obvious that this tool will take quite some amount of time for me to learn still is seems to have awesome possibilities.</p>
<p><a href="http://experiments.mrinalwadhwa.com/3DArtGallery/0.01/main.html">Venturing into the 3rd dimension : 3D Art Gallery </a> <!--more--> </p>
]]></description>
		<wfw:commentRss>http://weblog.mrinalwadhwa.com/2007/09/03/exploring-the-3rd-dimension-with-papervision3d/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
