<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Barcinski &#38; Jeanjean &#187; Papervision3D</title>
	<atom:link href="http://barcinskijeanjean.wordpress.com/category/papervision3d/feed/" rel="self" type="application/rss+xml" />
	<link>http://barcinskijeanjean.wordpress.com</link>
	<description>Flash 'n stuff</description>
	<lastBuildDate>Wed, 07 Mar 2012 15:04:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='barcinskijeanjean.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Barcinski &#38; Jeanjean &#187; Papervision3D</title>
		<link>http://barcinskijeanjean.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://barcinskijeanjean.wordpress.com/osd.xml" title="Barcinski &#38; Jeanjean" />
	<atom:link rel='hub' href='http://barcinskijeanjean.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Interactive Music Video with Steye</title>
		<link>http://barcinskijeanjean.wordpress.com/2009/12/21/interactive-music-video-with-steye/</link>
		<comments>http://barcinskijeanjean.wordpress.com/2009/12/21/interactive-music-video-with-steye/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 22:17:53 +0000</pubDate>
		<dc:creator>Adrien Jeanjean</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[Papervision3D]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Flash Player 10]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://blog.barcinski-jeanjean.com/?p=399</guid>
		<description><![CDATA[As soon as I saw an early version of the music video shot in Ottowa for the single off his new &#8220;In a Cabin With&#8221; album, I thought; this should be interactive. So now three months later; here it is. Read on for some behind-the-scenes technical details. I started by making a prototype to see [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barcinskijeanjean.wordpress.com&#038;blog=2094129&#038;post=399&#038;subd=barcinskijeanjean&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.inacabinwith.com/wonderful" target="_blank"><img src="http://barcinskijeanjean.files.wordpress.com/2009/12/steye.jpg?w=450&h=300" alt="" title="Interactive Music Video with Steye" width="450" height="300" class="alignnone size-full wp-image-400" /></a></p>
<p>As soon as I saw an early version of the <a href="http://www.youtube.com/watch?v=RvPcelv-k-k">music video</a> shot in Ottowa for the single off his new &#8220;<a href="http://www.inacabinwith.com/site" target="_blank">In a Cabin With</a>&#8221; album, I thought; this should be interactive. So now three months later; <a href="http://www.inacabinwith.com/wonderful" target="_blank">here it is</a>.</p>
<p>Read on for some behind-the-scenes technical details. <span id="more-399"></span></p>
<p>I started by making a prototype to see if it was possible to combine high-res h264 video video with 3D rendering. And thanks to Flash Player 10 it was! The most efficient way to render 360 panorama&#8217;s is to use cubic projection, as this method requires way less geometry (4 triangles at most at any one time) then cylindrical or spherical projection. In this case saving a lot of performance needed for the high-res h264 decoding. For the 3D rendering I used an early version of Papervision3D 3.0 for Flash Player 10. </p>
<p>Once I had the panorama video working, I thought that re-creating the YouTube player seemed like the best interface for this piece. Once the interface was done came the time to create the final video edit. I re-edited the two cylindrical panorama&#8217;s created by Steye, one of ouside and one of inside, into one cylindrical panorama which transitions between ouside and inside. The frames of that final cylindrical render were converted to cubic faces using the batch processor of <a href="http://www.clickheredesign.com.au/cubicconverter/" target="_blank">CubicConverter</a>. The resulting cubic faces were then comped back into one video render with the audio track added.</p>
<p>Encoding the final video files was the final hurdle to overcome as there were two aspects that seemed to be hard to unite into an acceptable end result, both quality-wise and performance-wise. The first was to stay within the bitrates currently concidered standard. And what better standard to take for online video delivery then YouTube. Normal YouTube video&#8217;s are streamed at around 700kbps, and their HD video at around 2000kbps. So those were my targets for the h264 encodings. However YouTube delivers acceptable quality within these bitrates with material of much lower resolution, then this video required (1024&#215;728 for the low quality version and 1440&#215;1024 for the HQ version). That&#8217;s because this video contains the video for all four faces (front, back, left and right).</p>
<p>So it was clear that I had to use the best h264 encoder out there to encode these files. So, off I went testing different h264 encoders from Apple, Sorenson, MainConcept, mencoder and x264, and different applications, each allowing access to different encoder settings. I tried Adobe Media Encoder, Quicktime, Sorenson Squeeze, Episode, Handbrake and ffmpeg. And I&#8217;m very glad, and also not surprised, to say that I achieved the best results by far with the open-source alternatives; ffmpeg using the Doom9&#8242;s x264 encoder. Ffmpeg allows you to use b-frames and CABAC which are the two features of h264 that really give a significant quality improvement. My findings were that the x264 encoder also preserved the color and contrast information best from all encoders (especially MainConcept in Squeeze resluted in a very high contrast and unacceptably dark video in my case), while surpisingly also requiring the least CPU upon decoding in the Flash Player. So, like I said; x264 rules them all at the moment. And if you need more tweaking of the encoder, x264&#8242;s command-line interface gives you access to all the parameters that really make h264 shine.</p>
<p>I hope you enjoy the end result. Happy Holidays!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/barcinskijeanjean.wordpress.com/399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/barcinskijeanjean.wordpress.com/399/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/barcinskijeanjean.wordpress.com/399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/barcinskijeanjean.wordpress.com/399/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/barcinskijeanjean.wordpress.com/399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/barcinskijeanjean.wordpress.com/399/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/barcinskijeanjean.wordpress.com/399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/barcinskijeanjean.wordpress.com/399/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/barcinskijeanjean.wordpress.com/399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/barcinskijeanjean.wordpress.com/399/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/barcinskijeanjean.wordpress.com/399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/barcinskijeanjean.wordpress.com/399/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/barcinskijeanjean.wordpress.com/399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/barcinskijeanjean.wordpress.com/399/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barcinskijeanjean.wordpress.com&#038;blog=2094129&#038;post=399&#038;subd=barcinskijeanjean&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://barcinskijeanjean.wordpress.com/2009/12/21/interactive-music-video-with-steye/feed/</wfw:commentRss>
		<slash:comments>33</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5f659a75a84a19005f22c0ccc2133e6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Adrien Jeanjean</media:title>
		</media:content>

		<media:content url="http://barcinskijeanjean.files.wordpress.com/2009/12/steye.jpg" medium="image">
			<media:title type="html">Interactive Music Video with Steye</media:title>
		</media:content>
	</item>
		<item>
		<title>The Actionscript Conference &#8211; Singapore 2009</title>
		<link>http://barcinskijeanjean.wordpress.com/2009/09/01/the-actionscript-conference-singapore-2009/</link>
		<comments>http://barcinskijeanjean.wordpress.com/2009/09/01/the-actionscript-conference-singapore-2009/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 13:57:22 +0000</pubDate>
		<dc:creator>barcinski</dc:creator>
				<category><![CDATA[Papervision3D]]></category>

		<guid isPermaLink="false">http://blog.barcinski-jeanjean.com/?p=378</guid>
		<description><![CDATA[I&#8217;m proud to announce that I&#8217;ll be speaking at the upcoming actionscript conference / flash camp in Singapore 14th, 15th September. I&#8217;ll be presenting Papervision3D and show some of the projects we currently are working and explain how we approach them.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barcinskijeanjean.wordpress.com&#038;blog=2094129&#038;post=378&#038;subd=barcinskijeanjean&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.tac.sg/"><img src="http://barcinskijeanjean.files.wordpress.com/2009/09/tacsingapore.jpg?w=450&h=104" alt="TAC Singapore 2009" title="TAC Singapore 2009" width="450" height="104" class="alignnone size-full wp-image-387" /></a></p>
<p>I&#8217;m proud to announce that I&#8217;ll be speaking at the upcoming actionscript conference / flash camp in Singapore 14th, 15th September. I&#8217;ll be presenting Papervision3D and show some of the projects we currently are working and explain how we approach them.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/barcinskijeanjean.wordpress.com/378/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/barcinskijeanjean.wordpress.com/378/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/barcinskijeanjean.wordpress.com/378/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/barcinskijeanjean.wordpress.com/378/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/barcinskijeanjean.wordpress.com/378/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/barcinskijeanjean.wordpress.com/378/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/barcinskijeanjean.wordpress.com/378/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/barcinskijeanjean.wordpress.com/378/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/barcinskijeanjean.wordpress.com/378/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/barcinskijeanjean.wordpress.com/378/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/barcinskijeanjean.wordpress.com/378/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/barcinskijeanjean.wordpress.com/378/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/barcinskijeanjean.wordpress.com/378/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/barcinskijeanjean.wordpress.com/378/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barcinskijeanjean.wordpress.com&#038;blog=2094129&#038;post=378&#038;subd=barcinskijeanjean&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://barcinskijeanjean.wordpress.com/2009/09/01/the-actionscript-conference-singapore-2009/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/97a75585d88fb07524d098a6d2b81040?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">barcinski</media:title>
		</media:content>

		<media:content url="http://barcinskijeanjean.files.wordpress.com/2009/09/tacsingapore.jpg" medium="image">
			<media:title type="html">TAC Singapore 2009</media:title>
		</media:content>
	</item>
		<item>
		<title>Papervision3D + Jiglib Dice Demo</title>
		<link>http://barcinskijeanjean.wordpress.com/2009/06/01/papervision3d-jiglib-dice-demo/</link>
		<comments>http://barcinskijeanjean.wordpress.com/2009/06/01/papervision3d-jiglib-dice-demo/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 14:22:17 +0000</pubDate>
		<dc:creator>Adrien Jeanjean</dc:creator>
				<category><![CDATA[Animation]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Lab]]></category>
		<category><![CDATA[Papervision3D]]></category>
		<category><![CDATA[Physics]]></category>

		<guid isPermaLink="false">http://blog.barcinski-jeanjean.com/?p=356</guid>
		<description><![CDATA[This demo was made shortly after the initial release of Jiglib. It was a study of how far you can push realism in the sence of rendering and animation. Here CompositeMaterial is used with a BitmapMaterial and a GouraudMaterial. This is much faster then using a ShadedMaterial. All you need to do is modify the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barcinskijeanjean.wordpress.com&#038;blog=2094129&#038;post=356&#038;subd=barcinskijeanjean&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.barcinski-jeanjean.com/entries/dice/" target="_blank"><img src="http://barcinskijeanjean.files.wordpress.com/2009/06/dice.jpg?w=450&h=303" alt="Papervision3D + Jiglib Dice Demo" title="Papervision3D + Jiglib Dice Demo" width="450" height="303" class="alignnone size-full wp-image-357" /></a></p>
<p>This demo was made shortly after the initial release of Jiglib. It was a study of how far you can push realism in the sence of rendering and animation. Here CompositeMaterial is used with a BitmapMaterial and a GouraudMaterial. This is much faster then using a ShadedMaterial. All you need to do is modify the GouraudMaterial to use a transparent light map. <a href="http://blog.zupko.info/?p=146">Andy Zupko&#8217;s ShadowCaster</a> is used for casting the die shadows. <a href="http://www.jiglibflash.com/blog/">Jiglib</a> is used for the 3D physics, also slightly modified to facilitate <a href="http://gafferongames.com/game-physics/fix-your-timestep/">fixed timestep</a>. Unfortunatelly the end result is still far from the desired 60fps. Hit spacebar too see the stats, <a href="http://www.barcinski-jeanjean.com/entries/dice/" target="_blank">check it out</a>.</p>
<p><strong>UPDATE:</strong> Something troubled me when checking the performance in the browser with Flash Player 10 compared to Flash Player 9. On my machine FP9 ran at approx 40fps but FP10 hardly reached 25fps. Changing the wmode from &#8220;direct&#8221; to &#8220;normal&#8221; fixed the performance issue in FP10. Especailly in Firefox the performance difference is significant. Still on my machine FP9 seems to perform slightly better then FP10. Mental note: next time take more care in setting the proper wmode.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/barcinskijeanjean.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/barcinskijeanjean.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/barcinskijeanjean.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/barcinskijeanjean.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/barcinskijeanjean.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/barcinskijeanjean.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/barcinskijeanjean.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/barcinskijeanjean.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/barcinskijeanjean.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/barcinskijeanjean.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/barcinskijeanjean.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/barcinskijeanjean.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/barcinskijeanjean.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/barcinskijeanjean.wordpress.com/356/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barcinskijeanjean.wordpress.com&#038;blog=2094129&#038;post=356&#038;subd=barcinskijeanjean&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://barcinskijeanjean.wordpress.com/2009/06/01/papervision3d-jiglib-dice-demo/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5f659a75a84a19005f22c0ccc2133e6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Adrien Jeanjean</media:title>
		</media:content>

		<media:content url="http://barcinskijeanjean.files.wordpress.com/2009/06/dice.jpg" medium="image">
			<media:title type="html">Papervision3D + Jiglib Dice Demo</media:title>
		</media:content>
	</item>
		<item>
		<title>Text extrusion and triangulation experiments</title>
		<link>http://barcinskijeanjean.wordpress.com/2009/01/07/text-extrusion-and-triangulation-experiments/</link>
		<comments>http://barcinskijeanjean.wordpress.com/2009/01/07/text-extrusion-and-triangulation-experiments/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 21:08:31 +0000</pubDate>
		<dc:creator>barcinski</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[Lab]]></category>
		<category><![CDATA[Papervision3D]]></category>
		<category><![CDATA[Vectorvision]]></category>

		<guid isPermaLink="false">http://blog.barcinski-jeanjean.com/?p=272</guid>
		<description><![CDATA[It seems that these days everyone is working on extrusion of some sort so I thought I post my experiments before it&#8217;s going to become yesterdays news So what&#8217;s the big deal with extrusion? Well in order to do it well we first need to triangulate our vector shapes, not an easy feat in the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barcinskijeanjean.wordpress.com&#038;blog=2094129&#038;post=272&#038;subd=barcinskijeanjean&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.barcinski-jeanjean.com/entries/extrusion/example1.html" target="_blank"><img class="alignnone size-full wp-image-273" title="extrusion" src="http://barcinskijeanjean.files.wordpress.com/2009/01/extrusion.jpg?w=450&h=104" alt="extrusion" width="450" height="104" /></a></p>
<p>It seems that these days everyone is working on extrusion of some sort so I thought I post my experiments before it&#8217;s going to become yesterdays news <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<span id="more-272"></span></p>
<p>So what&#8217;s the big deal with extrusion? Well in order to do it well we first need to triangulate our vector shapes, not an easy feat in the first place but it gets really tricky when your shapes contain holes, I first used the &#8220;ear-cutting&#8221; method and then try cut out the holes form the triangulated shapes. That unfortunately created huge excess of vertices and triangles and before I could figure out how to fix it, Tim Knip has <a href="http://techblog.floorplanner.com/2008/11/23/alchemy-first-looks/" target="_blank">posted</a> this fantastic <a href="http://www.cs.unc.edu/~dm/CODE/GEM/chapter.html" target="_blank">method</a> in alchemy form that triangulates polys with holes without creating any extra vertices! All I had to do I to find a way how to tell what is a hole and what isn&#8217;t, again it happend to be harder than it seems but my buggy code succeeds 90% of the time <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Check out these examples:<br />
<a href="http://www.barcinski-jeanjean.com/entries/extrusion/example1.html" target="_blank">example1</a>, <a href="http://www.barcinski-jeanjean.com/entries/extrusion/example2.html" target="_blank">example2</a><br />
you can <a href="http://www.barcinski-jeanjean.com/entries/extrusion/triangulation.zip">download</a> the code the but be warned it&#8217;s not in a very good condition.</p>
<p>Others have been exploring this subject as well, you can find their experiments <a href="http://labs.zavoo.com/?p=141" target="_blank">here</a> and <a href="http://labs.zavoo.com/?p=152" target="_blank">here</a> and <a href="http://www.tomatria.com/blog/?p=31" target="_blank">here</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/barcinskijeanjean.wordpress.com/272/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/barcinskijeanjean.wordpress.com/272/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/barcinskijeanjean.wordpress.com/272/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/barcinskijeanjean.wordpress.com/272/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/barcinskijeanjean.wordpress.com/272/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/barcinskijeanjean.wordpress.com/272/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/barcinskijeanjean.wordpress.com/272/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/barcinskijeanjean.wordpress.com/272/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/barcinskijeanjean.wordpress.com/272/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/barcinskijeanjean.wordpress.com/272/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/barcinskijeanjean.wordpress.com/272/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/barcinskijeanjean.wordpress.com/272/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/barcinskijeanjean.wordpress.com/272/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/barcinskijeanjean.wordpress.com/272/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barcinskijeanjean.wordpress.com&#038;blog=2094129&#038;post=272&#038;subd=barcinskijeanjean&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://barcinskijeanjean.wordpress.com/2009/01/07/text-extrusion-and-triangulation-experiments/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/97a75585d88fb07524d098a6d2b81040?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">barcinski</media:title>
		</media:content>

		<media:content url="http://barcinskijeanjean.files.wordpress.com/2009/01/extrusion.jpg" medium="image">
			<media:title type="html">extrusion</media:title>
		</media:content>
	</item>
		<item>
		<title>Vectorvision fonts, the easy way</title>
		<link>http://barcinskijeanjean.wordpress.com/2009/01/01/vectorvision-fonts-the-easy-way/</link>
		<comments>http://barcinskijeanjean.wordpress.com/2009/01/01/vectorvision-fonts-the-easy-way/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 21:03:44 +0000</pubDate>
		<dc:creator>barcinski</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[Papervision3D]]></category>
		<category><![CDATA[Vectorvision]]></category>

		<guid isPermaLink="false">http://blog.barcinski-jeanjean.com/?p=234</guid>
		<description><![CDATA[James Height is at it again (that&#8217;s the guy who wrote the svg parsing code I used for vectorvision). He&#8217;s just released some code that allows you to use truetype fonts without the need of creating Font3D files. Check it out here on James&#8217; blog.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barcinskijeanjean.wordpress.com&#038;blog=2094129&#038;post=234&#038;subd=barcinskijeanjean&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>James Height is at it again (that&#8217;s the guy who wrote the svg parsing code I used for vectorvision). He&#8217;s just released some code that allows you to use truetype fonts without the need of creating Font3D files. Check it out <a href="http://labs.zavoo.com/?p=105">here</a> on James&#8217; blog.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/barcinskijeanjean.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/barcinskijeanjean.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/barcinskijeanjean.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/barcinskijeanjean.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/barcinskijeanjean.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/barcinskijeanjean.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/barcinskijeanjean.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/barcinskijeanjean.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/barcinskijeanjean.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/barcinskijeanjean.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/barcinskijeanjean.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/barcinskijeanjean.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/barcinskijeanjean.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/barcinskijeanjean.wordpress.com/234/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barcinskijeanjean.wordpress.com&#038;blog=2094129&#038;post=234&#038;subd=barcinskijeanjean&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://barcinskijeanjean.wordpress.com/2009/01/01/vectorvision-fonts-the-easy-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/97a75585d88fb07524d098a6d2b81040?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">barcinski</media:title>
		</media:content>
	</item>
		<item>
		<title>Pop-up Jezus</title>
		<link>http://barcinskijeanjean.wordpress.com/2008/12/22/pop-up-jezus/</link>
		<comments>http://barcinskijeanjean.wordpress.com/2008/12/22/pop-up-jezus/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 09:05:26 +0000</pubDate>
		<dc:creator>Adrien Jeanjean</dc:creator>
				<category><![CDATA[Animation]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Papervision3D]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://blog.barcinski-jeanjean.com/?p=224</guid>
		<description><![CDATA[What if Joseph and Mary had access to faster modes of transportation when seeking a place to give birth? And what would have happened if they had taken a wrong turn leading them away from Bethlehem? Those are questions that have been occupying the minds of theologists for centuries. Finally, with the help of today&#8217;s [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barcinskijeanjean.wordpress.com&#038;blog=2094129&#038;post=224&#038;subd=barcinskijeanjean&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.barcinski-jeanjean.com/entries/ynr/" target="_blank"><img class="alignnone size-full wp-image-225" title="Christmas with Y &amp; R" src="http://barcinskijeanjean.files.wordpress.com/2008/12/ynr.jpg?w=450&h=104" alt="Christmas with Y &amp; R" width="450" height="104" /></a></p>
<p>What if Joseph and Mary had access to faster modes of transportation when seeking a place to give birth? And what would have happened if they had taken a wrong turn leading them away from Bethlehem? Those are questions that have been occupying the minds of theologists for centuries. Finally, with the help of today&#8217;s latest 3D technology, <a title="Y &amp; R" href="http://www.yandr.nl" target="_blank">Y &amp; R</a>, <a title="Flashfabriek" href="http://www.flashfabriek.nl" target="_blank">Flashfabriek</a> and Barcinski &amp; Jeanjean have tried to answer those questions. <a title="Christmas with Y &amp; R" href="http://www.barcinski-jeanjean.com/entries/ynr/" target="_blank">Have a look</a>.</p>
<p>Merry Christmas and a happy new year!</p>
<p>Mark &amp; Adrien</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/barcinskijeanjean.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/barcinskijeanjean.wordpress.com/224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/barcinskijeanjean.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/barcinskijeanjean.wordpress.com/224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/barcinskijeanjean.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/barcinskijeanjean.wordpress.com/224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/barcinskijeanjean.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/barcinskijeanjean.wordpress.com/224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/barcinskijeanjean.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/barcinskijeanjean.wordpress.com/224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/barcinskijeanjean.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/barcinskijeanjean.wordpress.com/224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/barcinskijeanjean.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/barcinskijeanjean.wordpress.com/224/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barcinskijeanjean.wordpress.com&#038;blog=2094129&#038;post=224&#038;subd=barcinskijeanjean&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://barcinskijeanjean.wordpress.com/2008/12/22/pop-up-jezus/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5f659a75a84a19005f22c0ccc2133e6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Adrien Jeanjean</media:title>
		</media:content>

		<media:content url="http://barcinskijeanjean.files.wordpress.com/2008/12/ynr.jpg" medium="image">
			<media:title type="html">Christmas with Y &#38; R</media:title>
		</media:content>
	</item>
		<item>
		<title>Flash Player 10, quality and speed</title>
		<link>http://barcinskijeanjean.wordpress.com/2008/12/14/flash-player-10-quality-and-speed/</link>
		<comments>http://barcinskijeanjean.wordpress.com/2008/12/14/flash-player-10-quality-and-speed/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 23:17:12 +0000</pubDate>
		<dc:creator>barcinski</dc:creator>
				<category><![CDATA[Flash Player 10]]></category>
		<category><![CDATA[Lab]]></category>
		<category><![CDATA[Papervision3D]]></category>

		<guid isPermaLink="false">http://blog.barcinski-jeanjean.com/?p=207</guid>
		<description><![CDATA[Ralph Hauwert has recently revealed some of his magic showing off the shading power of flash player 10. I was really wondering about the texture quality of the new 3d goodness so I&#8217;ve put a small skybox demo using Ralph&#8217;s branch of papervision for fp10 and this stunning shot by Roger Taylor this panoramic shoot [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barcinskijeanjean.wordpress.com&#038;blog=2094129&#038;post=207&#038;subd=barcinskijeanjean&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.barcinski-jeanjean.com/entries/fp10_pano/" target="_blank"><img class="alignnone size-full wp-image-209" title="Flash 10 panorama" src="http://barcinskijeanjean.files.wordpress.com/2009/02/fp10_pano.jpg?w=450&h=104" alt="Flash 10 panorama" width="450" height="104" /></a></p>
<p>Ralph Hauwert has recently revealed some of his magic showing off the <a href="http://www.unitzeroone.com/blog/2008/11/24/some-experiments-with-the-fp10-3d-api-shading-speed/" target="_blank">shading power</a> of flash player 10. I was really wondering about the texture quality of the new 3d goodness so I&#8217;ve put a small skybox demo using Ralph&#8217;s branch of papervision for fp10 and <del datetime="2009-02-17T18:53:57+00:00">this stunning shot by Roger Taylor</del> this panoramic shoot we did of an landscape installation by <a href="http://vanannewalk.blogspot.com/">Anne Walk</a>.</p>
<p><span id="more-207"></span>I must admit I was totally stunned by the results, the quality is absolutely  amazing if you are used to 3d in fp9. The textures are silky smooth and it still runs better than dedicated panorama viewers for flash 9!</p>
<p>Some fullscreen(1440&#215;900) results on my Macbook pro core duo 2.4 Ghz (santa rosa):</p>
<ul>
<li>standalone: 39-41 fps</li>
<li>safari: 44-45 fps</li>
<li>firefox: 24-25fps</li>
</ul>
<p>These results are curieus to say the least. First of all how can flash player in safari run faster than standalone? And why is firefox running at half the speed of safari?</p>
<p>And what does it mean for future websites made especially for flash player 10. Well they are going to look really really good. With the help of all the other goodies (pixelbender, better font renderer, color management, h.264 support ) coming with fp10 we are going to see some really high quality productions in 2009!</p>
<p>Check out <a href="http://www.barcinski-jeanjean.com/entries/fp10_pano/" target="_blank">this fp10 panorama</a>! Hit space for stats, use arrow keys to zoom in and out. Feel free to share your (fullscreen)results. Keep in mind that for fps counter to be meaningful the panorama must be moving.</p>
<p>On the penetration of flash player 10 side. There are no official numbers for adobe yet but our website ( +- 50000 visitors a month) it&#8217;s right now at 45% and growing really fast, 3-5% a week. So if you are starting an ambitious project today, consider targeting flash 10 because you don&#8217;t want your project to feel outdated by the time you launch <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Source is not available for download because it&#8217;s all work in progress.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/barcinskijeanjean.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/barcinskijeanjean.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/barcinskijeanjean.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/barcinskijeanjean.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/barcinskijeanjean.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/barcinskijeanjean.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/barcinskijeanjean.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/barcinskijeanjean.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/barcinskijeanjean.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/barcinskijeanjean.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/barcinskijeanjean.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/barcinskijeanjean.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/barcinskijeanjean.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/barcinskijeanjean.wordpress.com/207/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barcinskijeanjean.wordpress.com&#038;blog=2094129&#038;post=207&#038;subd=barcinskijeanjean&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://barcinskijeanjean.wordpress.com/2008/12/14/flash-player-10-quality-and-speed/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/97a75585d88fb07524d098a6d2b81040?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">barcinski</media:title>
		</media:content>

		<media:content url="http://barcinskijeanjean.files.wordpress.com/2009/02/fp10_pano.jpg" medium="image">
			<media:title type="html">Flash 10 panorama</media:title>
		</media:content>
	</item>
		<item>
		<title>Vectorvision no more!</title>
		<link>http://barcinskijeanjean.wordpress.com/2008/12/06/vecrovision-no-more/</link>
		<comments>http://barcinskijeanjean.wordpress.com/2008/12/06/vecrovision-no-more/#comments</comments>
		<pubDate>Sat, 06 Dec 2008 02:04:54 +0000</pubDate>
		<dc:creator>barcinski</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[Papervision3D]]></category>
		<category><![CDATA[Vectorvision]]></category>

		<guid isPermaLink="false">http://blog.barcinski-jeanjean.com/?p=191</guid>
		<description><![CDATA[But this is not sad news my friends. Recently I&#8217;ve been asked to join papervision team and integrate vectorvision in it. So naturally I agreed, hey who wouldn&#8217;t want to work with such a talented bunch. There are some big changes happening to vectorvision due to the fact that we are adding triangulation for the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barcinskijeanjean.wordpress.com&#038;blog=2094129&#038;post=191&#038;subd=barcinskijeanjean&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>But this is not sad news my friends. Recently I&#8217;ve been asked to join papervision team and integrate vectorvision in it. So naturally I agreed, hey who wouldn&#8217;t want to work with such a talented bunch.</p>
<p><span id="more-191"></span>There are some big changes happening to vectorvision due to the fact that we are adding triangulation for the fonts, I will write more on it in other post. Other stuff recently added to vectorvision is:<br />
word3d is now text3d and as you would expect form text it now supports multiline, align, letter-spacing, and line-spacing and all can be changed on the fly. see <a href="http://www.barcinski-jeanjean.com/entries/vectorvision/Text3DExample.html">example</a>.</p>
<p>I also have been experimenting with scalable outlines and the results are already very interesting, see this <a href="http://www.barcinski-jeanjean.com/entries/vectorvision/OutlineLettersExample.html">example</a>.</p>
<p>The source code can be found in the vectorvision <a href="http://code.google.com/p/vectorvision/source/checkout">repository</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/barcinskijeanjean.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/barcinskijeanjean.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/barcinskijeanjean.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/barcinskijeanjean.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/barcinskijeanjean.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/barcinskijeanjean.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/barcinskijeanjean.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/barcinskijeanjean.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/barcinskijeanjean.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/barcinskijeanjean.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/barcinskijeanjean.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/barcinskijeanjean.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/barcinskijeanjean.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/barcinskijeanjean.wordpress.com/191/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barcinskijeanjean.wordpress.com&#038;blog=2094129&#038;post=191&#038;subd=barcinskijeanjean&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://barcinskijeanjean.wordpress.com/2008/12/06/vecrovision-no-more/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/97a75585d88fb07524d098a6d2b81040?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">barcinski</media:title>
		</media:content>
	</item>
		<item>
		<title>Making of Part III &#8211; Anaglyph</title>
		<link>http://barcinskijeanjean.wordpress.com/2008/10/17/making-of-part-iii-anaglyph/</link>
		<comments>http://barcinskijeanjean.wordpress.com/2008/10/17/making-of-part-iii-anaglyph/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 11:45:02 +0000</pubDate>
		<dc:creator>Adrien Jeanjean</dc:creator>
				<category><![CDATA[Anaglyph]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Papervision3D]]></category>

		<guid isPermaLink="false">http://barcinskijeanjean.wordpress.com/?p=143</guid>
		<description><![CDATA[In the previous article we talked about how we shot our footage in stereo. Now we are going to talk about how to render those stereo images for 3D glasses. And how to render Papervision3D for 3D glasses. There are many techniques for displaying stereoscopic 3D images. We opted for Anaglyph, the one you need [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barcinskijeanjean.wordpress.com&#038;blog=2094129&#038;post=143&#038;subd=barcinskijeanjean&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.barcinski-jeanjean.com/2008/10/17/making-of-part-iii-anaglyph/"><img src="http://barcinskijeanjean.files.wordpress.com/2008/10/anaglyph.gif?w=450&h=104" alt="" title="Anaglyph" width="450" height="104" class="alignnone size-full wp-image-151" /></a></p>
<p>In the previous article we talked about how we shot our footage in stereo. Now we are going to talk about how to render those stereo images for 3D glasses. And how to render Papervision3D for 3D glasses.</p>
<p><span id="more-143"></span>There are <a href="http://en.wikipedia.org/wiki/Stereo_photography" target="_blank">many techniques</a> for displaying stereoscopic 3D images. We opted for <a href="http://en.wikipedia.org/wiki/Anaglyph_image" target="_blank">Anaglyph</a>, the one you need the red/cyan glasses to view, since those are the glasses people are most likely to have laying around somewhere. Also these are the least expensive glasses of the lot and that mattered since we were also going to do a mailing of Barcinski &amp; Jeanjean 3D glasses.</p>
<p><img src="http://barcinskijeanjean.files.wordpress.com/2008/10/glasses.jpg?w=450&h=300" alt="" title="Anaglyph Glasses" width="450" height="300" class="alignnone size-full wp-image-144" /></p>
<p>In short, an anaglyph image is obtained by taking the red color channel from the left camera and combining it with the blue &amp; green color channels from the right camera. The drawback of this technique however, is the loss of color information, mostly affecting the red color component. So that was an issue we had to take into account as to what colors we would use in the website. Black doesn’t suffer in any way by anaglyph, so that kind of pushed us towards a basic graphic black &amp; white design for the intro and menu cube.</p>
<p>On to rendering Papervision3D in anaglyph! For our website we have created an AnaglyphView class which offers anaglyph renedering in Papervision3D with the ease of use of the BasicView class. Click on the image below to view the demo. Toggle anaglyph rendering on and off by clicking on the Stage.</p>
<p><a href="http://www.barcinski-jeanjean.com/entries/anaglyphview/" target="_blank"><img src="http://barcinskijeanjean.files.wordpress.com/2008/10/anaglyphview.gif?w=450&h=307" alt="" title="anaglyphview" width="450" height="307" class="alignnone size-full wp-image-145" /></a></p>
<p>The AnaglyphView has one camera and two viewports. For each frame it moves the camera to the left, renders the camera projection to the left viewport, then moves the camera to the right, renders the camera projection to the right viewport and finally moves the camera back to it’s initial position. This way you still have complete freedom of camera movement in between the renders. Best is to use a Target Camera and move the target object to the focus point, creating the same mechanics as our eyes when focusing. </p>
<p>The left and right viewports are combined using ColorTransforms and BlendModes. While this offers a fast way of combining the two channels to an anaglyph image it is important to note that the viewports will not render correctly when not completely opaque. That’s why the AnaglyphView uses extended Viewport3D classes that make sure the viewports have a background filled with the supplied background color. </p>
<p>To combine 2D stereo images with 3D stereo rendering you need to attach the 2D stereo images to their respective viewports. That’s what we did in our website. The left panorama video is added to the DisplayList of the left viewport and the right video to the DisplayList of the right viewport.</p>
<p>Needless to say stereo rendering in Papervision3D can be very heavy. Your aim would be to keep the scene as simple is possible and limit the redraw regions as much as possible. We’ll be going into some optimization tricks in our article covering the Papervision3D side of our website.</p>
<p>Feel free to <a href="http://www.barcinski-jeanjean.com/entries/anaglyphview/AnaglyphView.zip">download</a> the AnaglyphView class and start playing with it. The example above is also included in the package.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/barcinskijeanjean.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/barcinskijeanjean.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/barcinskijeanjean.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/barcinskijeanjean.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/barcinskijeanjean.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/barcinskijeanjean.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/barcinskijeanjean.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/barcinskijeanjean.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/barcinskijeanjean.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/barcinskijeanjean.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/barcinskijeanjean.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/barcinskijeanjean.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/barcinskijeanjean.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/barcinskijeanjean.wordpress.com/143/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barcinskijeanjean.wordpress.com&#038;blog=2094129&#038;post=143&#038;subd=barcinskijeanjean&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://barcinskijeanjean.wordpress.com/2008/10/17/making-of-part-iii-anaglyph/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5f659a75a84a19005f22c0ccc2133e6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Adrien Jeanjean</media:title>
		</media:content>

		<media:content url="http://barcinskijeanjean.files.wordpress.com/2008/10/anaglyph.gif" medium="image">
			<media:title type="html">Anaglyph</media:title>
		</media:content>

		<media:content url="http://barcinskijeanjean.files.wordpress.com/2008/10/glasses.jpg" medium="image">
			<media:title type="html">Anaglyph Glasses</media:title>
		</media:content>

		<media:content url="http://barcinskijeanjean.files.wordpress.com/2008/10/anaglyphview.gif" medium="image">
			<media:title type="html">anaglyphview</media:title>
		</media:content>
	</item>
		<item>
		<title>New Barcinski &amp; Jeanjean Website</title>
		<link>http://barcinskijeanjean.wordpress.com/2008/09/06/new-barcinski-jeanjean-website/</link>
		<comments>http://barcinskijeanjean.wordpress.com/2008/09/06/new-barcinski-jeanjean-website/#comments</comments>
		<pubDate>Sat, 06 Sep 2008 20:12:20 +0000</pubDate>
		<dc:creator>Adrien Jeanjean</dc:creator>
				<category><![CDATA[Anaglyph]]></category>
		<category><![CDATA[Animation]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Papervision3D]]></category>
		<category><![CDATA[Physics]]></category>
		<category><![CDATA[Vectorvision]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://barcinskijeanjean.wordpress.com/?p=80</guid>
		<description><![CDATA[Well, here it is. After 3 months of hard work fun our “Coming Soon” page has finally been replaced by a brand new website. The coming weeks we will be posting a series of “Making of” articles about our use of Papervision3D, Vectorvision, 3D Physics, Photography and more. Today a few lines on the general [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barcinskijeanjean.wordpress.com&#038;blog=2094129&#038;post=80&#038;subd=barcinskijeanjean&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.barcinski-jeanjean.com"><img class="size-full wp-image-82" title="Barcinski &amp; Jeanjean" src="http://barcinskijeanjean.files.wordpress.com/2008/09/bnj.jpg?w=450&h=104" alt="Barcinski &amp; Jeanjean" width="450" height="104" /></a></p>
<p><span>Well, here it is. After 3 months of </span><span><span style="text-decoration:line-through;">hard work</span></span><span> fun our “Coming Soon” page has finally been replaced by a brand new website. The coming weeks we will be posting a series of “Making of” articles about our use of Papervision3D, Vectorvision, 3D Physics, Photography and more. Today a few lines on the general concept of the website. </span></p>
<p><span><span id="more-80"></span>The vision for the panorama view came to us in november last year while we were brainstorming on another project (the one for which we prototyped a <a href="http://blog.barcinski-jeanjean.com/2007/12/17/animated-panorama/" target="_blank">spherical video panorama</a>). We would stand in one of Amsterdam’s many beautiful scenes with everybody around us walking by going about their business. Around us our portfolio work would be hanging in the air in the form of paper flyers. Envisioning viewing that with 3D glasses being able to move around us, filled us with excitement. We are already familiar with viewing photo’s and movies with 3D glasses, but I can’t really say I had had an interactive experience using 3D glasses before. </span></p>
<p><span>By creating a 360º panorama from a stop motion video rather than from multiple stills stitched together, allowed us to capture the movement of the subjects in the scene. The price to pay however was much bigger file size. To make up for the wait while the video content preloads before being granted access to the panorama view we thought it would be cool to revamp the traditional Pong waiting game into a solitary 3D version that could also benefit from viewing with 3D glasses.</span></p>
<p><span>But the added file size was worth it. When we first reached the point in development that we had a placeholder 360º video panorama overlaid with a badly keyed-out test shoot of us taken in from of a purple screen (yes, we hadn’t ordered the green screen yet), that we realized just how interesting it actually is to gently turn the 360º and observe the many people, boats and occasional “motor agent”, as they call them here in Holland, pass by.</span></p>
<p><span>The location was almost an automatic choice. Besides the fact that it’s beautiful, it’s right around the corner from our studio. But this is mearly the first panorama to feature on the site. As it’s simply a question of modifying some XML to change the panorama in the website, and, well, shooting the new footage of course, we plan on adding new panoramas to the site in the future, probably starting with a new shoot this fall.</span></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/barcinskijeanjean.wordpress.com/80/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/barcinskijeanjean.wordpress.com/80/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/barcinskijeanjean.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/barcinskijeanjean.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/barcinskijeanjean.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/barcinskijeanjean.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/barcinskijeanjean.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/barcinskijeanjean.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/barcinskijeanjean.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/barcinskijeanjean.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/barcinskijeanjean.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/barcinskijeanjean.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/barcinskijeanjean.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/barcinskijeanjean.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/barcinskijeanjean.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/barcinskijeanjean.wordpress.com/80/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barcinskijeanjean.wordpress.com&#038;blog=2094129&#038;post=80&#038;subd=barcinskijeanjean&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://barcinskijeanjean.wordpress.com/2008/09/06/new-barcinski-jeanjean-website/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5f659a75a84a19005f22c0ccc2133e6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Adrien Jeanjean</media:title>
		</media:content>

		<media:content url="http://barcinskijeanjean.files.wordpress.com/2008/09/bnj.jpg" medium="image">
			<media:title type="html">Barcinski &#38; Jeanjean</media:title>
		</media:content>
	</item>
		<item>
		<title>Vectorvision second in Paperking3D contest</title>
		<link>http://barcinskijeanjean.wordpress.com/2008/09/05/vectorvision-second-in-paperking3d-contest/</link>
		<comments>http://barcinskijeanjean.wordpress.com/2008/09/05/vectorvision-second-in-paperking3d-contest/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 14:13:20 +0000</pubDate>
		<dc:creator>barcinski</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[Papervision3D]]></category>
		<category><![CDATA[Vectorvision]]></category>

		<guid isPermaLink="false">http://barcinskijeanjean.wordpress.com/?p=76</guid>
		<description><![CDATA[We are proud to announce that our vectorvision library came second in the Paperking3D contest. Cool.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barcinskijeanjean.wordpress.com&#038;blog=2094129&#038;post=76&#038;subd=barcinskijeanjean&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We are proud to announce that our vectorvision library came second in the <a href="http://blog.papervision3d.org/2008/09/01/paperking3d-open-source-contest-results/" target="_blank">Paperking3D</a> contest. Cool.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/barcinskijeanjean.wordpress.com/76/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/barcinskijeanjean.wordpress.com/76/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/barcinskijeanjean.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/barcinskijeanjean.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/barcinskijeanjean.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/barcinskijeanjean.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/barcinskijeanjean.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/barcinskijeanjean.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/barcinskijeanjean.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/barcinskijeanjean.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/barcinskijeanjean.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/barcinskijeanjean.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/barcinskijeanjean.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/barcinskijeanjean.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/barcinskijeanjean.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/barcinskijeanjean.wordpress.com/76/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barcinskijeanjean.wordpress.com&#038;blog=2094129&#038;post=76&#038;subd=barcinskijeanjean&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://barcinskijeanjean.wordpress.com/2008/09/05/vectorvision-second-in-paperking3d-contest/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/97a75585d88fb07524d098a6d2b81040?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">barcinski</media:title>
		</media:content>
	</item>
		<item>
		<title>Fog in Papervision</title>
		<link>http://barcinskijeanjean.wordpress.com/2008/05/30/fog-in-papervision/</link>
		<comments>http://barcinskijeanjean.wordpress.com/2008/05/30/fog-in-papervision/#comments</comments>
		<pubDate>Fri, 30 May 2008 10:16:13 +0000</pubDate>
		<dc:creator>barcinski</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[Lab]]></category>
		<category><![CDATA[Papervision3D]]></category>

		<guid isPermaLink="false">http://barcinskijeanjean.wordpress.com/?p=73</guid>
		<description><![CDATA[This little experiment is a proof of concept of fog using papervision&#8217;s render layers and the color transform object. This would make a lot of sense for the frustum camera where the culled triangles wouldn&#8217;t just pop out of void but would nicely fade in. Also to my surprise there is almost no performance penalty for the fog. Take a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barcinskijeanjean.wordpress.com&#038;blog=2094129&#038;post=73&#038;subd=barcinskijeanjean&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.barcinski-jeanjean.com/entries/fog/fog.html" target="_blank"><img class="alignnone size-full wp-image-74" src="http://barcinskijeanjean.files.wordpress.com/2008/05/fogthumb.jpg?w=450&h=104" alt="" width="450" height="104" /></a></p>
<p>This little experiment is a proof of concept of fog using papervision&#8217;s render layers and the color transform object. This would make a lot of sense for the frustum camera where the culled triangles wouldn&#8217;t just pop out of void but would nicely fade in. Also to my surprise there is almost no performance penalty for the fog.</p>
<p>Take a look <a href="http://www.barcinski-jeanjean.com/entries/fog/fog.html" target="_blank">here</a> or download the <a href="http://www.barcinski-jeanjean.com/entries/fog/fogsource.zip">source</a>.<br />
Other interesting effect is using <a href="http://www.barcinski-jeanjean.com/entries/fog/alphafog.html" target="_blank">alphas</a> on the render layers. </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/barcinskijeanjean.wordpress.com/73/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/barcinskijeanjean.wordpress.com/73/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/barcinskijeanjean.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/barcinskijeanjean.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/barcinskijeanjean.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/barcinskijeanjean.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/barcinskijeanjean.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/barcinskijeanjean.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/barcinskijeanjean.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/barcinskijeanjean.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/barcinskijeanjean.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/barcinskijeanjean.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/barcinskijeanjean.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/barcinskijeanjean.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/barcinskijeanjean.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/barcinskijeanjean.wordpress.com/73/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barcinskijeanjean.wordpress.com&#038;blog=2094129&#038;post=73&#038;subd=barcinskijeanjean&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://barcinskijeanjean.wordpress.com/2008/05/30/fog-in-papervision/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/97a75585d88fb07524d098a6d2b81040?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">barcinski</media:title>
		</media:content>

		<media:content url="http://barcinskijeanjean.files.wordpress.com/2008/05/fogthumb.jpg" medium="image" />
	</item>
		<item>
		<title>Papervision shaders + perlin noise = water ?</title>
		<link>http://barcinskijeanjean.wordpress.com/2008/05/20/papervision-shaders-perlin-noise-water/</link>
		<comments>http://barcinskijeanjean.wordpress.com/2008/05/20/papervision-shaders-perlin-noise-water/#comments</comments>
		<pubDate>Tue, 20 May 2008 17:19:11 +0000</pubDate>
		<dc:creator>Barcinski &#38; Jeanjean</dc:creator>
				<category><![CDATA[Animation]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Lab]]></category>
		<category><![CDATA[Papervision3D]]></category>

		<guid isPermaLink="false">http://barcinskijeanjean.wordpress.com/?p=67</guid>
		<description><![CDATA[I&#8217;ve been playing with perlin noise and have created something that reminds me of raging ocean or something a bit less natural, that is moving blue mountains  see for yourself.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barcinskijeanjean.wordpress.com&#038;blog=2094129&#038;post=67&#038;subd=barcinskijeanjean&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-family:'Trebuchet MS';font-size:12px;line-height:16px;"><a href="http://www.barcinski-jeanjean.com/entries/watershader/water.html"><img class="alignnone size-full wp-image-68" src="http://barcinskijeanjean.files.wordpress.com/2008/05/watershader.jpg?w=450&h=104" alt="" width="450" height="104" /></a></span></p>
<p>I&#8217;ve been playing with perlin noise and have created something that reminds me of raging ocean or something a bit less natural, that is moving blue mountains <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <a href="http://www.barcinski-jeanjean.com/entries/watershader/water.html" target="_blank">see for yourself</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/barcinskijeanjean.wordpress.com/67/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/barcinskijeanjean.wordpress.com/67/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/barcinskijeanjean.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/barcinskijeanjean.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/barcinskijeanjean.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/barcinskijeanjean.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/barcinskijeanjean.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/barcinskijeanjean.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/barcinskijeanjean.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/barcinskijeanjean.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/barcinskijeanjean.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/barcinskijeanjean.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/barcinskijeanjean.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/barcinskijeanjean.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/barcinskijeanjean.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/barcinskijeanjean.wordpress.com/67/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barcinskijeanjean.wordpress.com&#038;blog=2094129&#038;post=67&#038;subd=barcinskijeanjean&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://barcinskijeanjean.wordpress.com/2008/05/20/papervision-shaders-perlin-noise-water/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/88dc6a0700c62bf70cdfea7f66a7cccb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Barcinski &#38; Jeanjean</media:title>
		</media:content>

		<media:content url="http://barcinskijeanjean.files.wordpress.com/2008/05/watershader.jpg" medium="image" />
	</item>
		<item>
		<title>VectorVision = Vectors in Papervision3D.</title>
		<link>http://barcinskijeanjean.wordpress.com/2008/05/16/vectorsvision-vectors-in-papervision3d/</link>
		<comments>http://barcinskijeanjean.wordpress.com/2008/05/16/vectorsvision-vectors-in-papervision3d/#comments</comments>
		<pubDate>Fri, 16 May 2008 19:15:39 +0000</pubDate>
		<dc:creator>Barcinski &#38; Jeanjean</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[Lab]]></category>
		<category><![CDATA[Papervision3D]]></category>
		<category><![CDATA[Vectorvision]]></category>

		<guid isPermaLink="false">http://barcinskijeanjean.wordpress.com/?p=65</guid>
		<description><![CDATA[For the coming soon teaser on our website, we needed crispy rendered text. Because Papervision3D is bitmap based and therefore not very good at rendering text, a nice extention would be to render vectors in 3D directly in Papervision3D. A good starting point is the beautiful Five3D engine by Mathieu Badimon. So, what I&#8217;ve done is I ported his fonts into [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barcinskijeanjean.wordpress.com&#038;blog=2094129&#038;post=65&#038;subd=barcinskijeanjean&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-family:'Trebuchet MS';font-size:12px;line-height:16px;"><a href="http://www.melomanics.nl" target="_blank"></a><a href="http://www.barcinski-jeanjean.com/entries/vectorvision/example.html" target="_blank"><img class="alignnone size-full wp-image-66" src="http://barcinskijeanjean.files.wordpress.com/2008/05/vectorvision.jpg?w=450&h=104" alt="VectorVision - Vectors in Papervision3D" width="450" height="104" /></a></span></p>
<p>For the <a href="http://www.barcinski-jeanjean.com" target="_blank">coming soon</a> teaser on our website, we needed crispy rendered text. Because Papervision3D is bitmap based and therefore not very good at rendering text, a nice extention would be to render vectors in 3D directly in Papervision3D. A good starting point is the beautiful <a href="http://www.mathieu-badimon.com/">Five3D</a> engine by Mathieu Badimon. So, what I&#8217;ve done is I ported his fonts into Papervision3D. And since Mathieu also released a font conversion tool, you can create Five3D fonts yourself from any font installed on your machine! Check the 3D font example <a href="http://www.barcinski-jeanjean.com/entries/vectorvision/Example.html" target="_blank">here</a>.</p>
<p>Then I thought; if I can draw vector fonts in 3D, I could draw any vector shape in 3D. And what better input format to use then SVG? Lucky for me I didn&#8217;t have to write an SVG parser for AS3 because <a href="http://labs.zavoo.com/">James Hight</a> has done it already and released his source code. He has since then updated his code to support many more features of the SVG format but I haven&#8217;t had the time to implement it yet. Check an example of an imported SVG into Papervision3D <a href="http://www.barcinski-jeanjean.com/entries/vectorvision/SvgExample.html" target="_blank">here</a>.</p>
<p>To cut a long story short; download the <a href="http://code.google.com/p/vectorvision/downloads/list">source code</a> and make something beautiful!. And don&#8217;t forget to send us a message.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/barcinskijeanjean.wordpress.com/65/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/barcinskijeanjean.wordpress.com/65/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/barcinskijeanjean.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/barcinskijeanjean.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/barcinskijeanjean.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/barcinskijeanjean.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/barcinskijeanjean.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/barcinskijeanjean.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/barcinskijeanjean.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/barcinskijeanjean.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/barcinskijeanjean.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/barcinskijeanjean.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/barcinskijeanjean.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/barcinskijeanjean.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/barcinskijeanjean.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/barcinskijeanjean.wordpress.com/65/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barcinskijeanjean.wordpress.com&#038;blog=2094129&#038;post=65&#038;subd=barcinskijeanjean&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://barcinskijeanjean.wordpress.com/2008/05/16/vectorsvision-vectors-in-papervision3d/feed/</wfw:commentRss>
		<slash:comments>104</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/88dc6a0700c62bf70cdfea7f66a7cccb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Barcinski &#38; Jeanjean</media:title>
		</media:content>

		<media:content url="http://barcinskijeanjean.files.wordpress.com/2008/05/vectorvision.jpg" medium="image">
			<media:title type="html">VectorVision - Vectors in Papervision3D</media:title>
		</media:content>
	</item>
		<item>
		<title>Barcinski &amp; Jeanjean Website Coming Soon</title>
		<link>http://barcinskijeanjean.wordpress.com/2008/04/20/barcinski-jeanjean-website-coming-soon/</link>
		<comments>http://barcinskijeanjean.wordpress.com/2008/04/20/barcinski-jeanjean-website-coming-soon/#comments</comments>
		<pubDate>Sun, 20 Apr 2008 15:39:19 +0000</pubDate>
		<dc:creator>Barcinski &#38; Jeanjean</dc:creator>
				<category><![CDATA[Anaglyph]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Papervision3D]]></category>
		<category><![CDATA[Vectorvision]]></category>

		<guid isPermaLink="false">http://barcinskijeanjean.wordpress.com/?p=61</guid>
		<description><![CDATA[We are currently working on our own website, which is a lot of fun. Since the website still needs a lot of work we made a little Coming Soon page which gives some hints of what the website is going to contain. If you have some 3D glasses laying around you are in for a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barcinskijeanjean.wordpress.com&#038;blog=2094129&#038;post=61&#038;subd=barcinskijeanjean&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-family:'Trebuchet MS';font-size:12px;line-height:16px;"><a href="http://www.barcinski-jeanjean.com/entries/comingsoon/index.html" target="_blank"><img class="alignnone size-full wp-image-64" src="http://barcinskijeanjean.files.wordpress.com/2008/04/comingsoon1.jpg?w=450" alt="Website Coming Soon" /></a></span></p>
<p>We are currently working on our own website, which is a lot of fun. Since the website still needs a lot of work we made a little Coming Soon page which gives some hints of what the website is going to contain. If you have some 3D glasses laying around you are in for a little Anaglyph treat. The 3D fonts are also quite special. These are Vector fonts rendered in the Papervision3D engine. More about vectors in Papervision3D coming in a later post. Meanwhile, check <a href="http://www.barcinski-jeanjean.com/entries/comingsoon/index.html" target="_blank">this</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/barcinskijeanjean.wordpress.com/61/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/barcinskijeanjean.wordpress.com/61/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/barcinskijeanjean.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/barcinskijeanjean.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/barcinskijeanjean.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/barcinskijeanjean.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/barcinskijeanjean.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/barcinskijeanjean.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/barcinskijeanjean.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/barcinskijeanjean.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/barcinskijeanjean.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/barcinskijeanjean.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/barcinskijeanjean.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/barcinskijeanjean.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/barcinskijeanjean.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/barcinskijeanjean.wordpress.com/61/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barcinskijeanjean.wordpress.com&#038;blog=2094129&#038;post=61&#038;subd=barcinskijeanjean&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://barcinskijeanjean.wordpress.com/2008/04/20/barcinski-jeanjean-website-coming-soon/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/88dc6a0700c62bf70cdfea7f66a7cccb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Barcinski &#38; Jeanjean</media:title>
		</media:content>

		<media:content url="http://barcinskijeanjean.files.wordpress.com/2008/04/comingsoon1.jpg" medium="image">
			<media:title type="html">Website Coming Soon</media:title>
		</media:content>
	</item>
	</channel>
</rss>
