<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>five3d &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/five3d/</link>
	<description>Feed of posts on WordPress.com tagged "five3d"</description>
	<pubDate>Sun, 06 Dec 2009 05:59:58 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Making fonts in AS3 is fun ]]></title>
<link>http://timshaya.wordpress.com/2009/11/25/making-font-in-as3-is-fun/</link>
<pubDate>Wed, 25 Nov 2009 15:22:28 +0000</pubDate>
<dc:creator>tim</dc:creator>
<guid>http://timshaya.wordpress.com/2009/11/25/making-font-in-as3-is-fun/</guid>
<description><![CDATA[The instructions that come with the FIVe3D font making utility are pretty clear overall but on OS X ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>The instructions that come with the <a href="http://code.google.com/p/five3d/downloads/list">FIVe3D font making utility</a> are pretty clear overall but on OS X 10.4 it can be confusing to find which WindowSWF folder to use. Is it /Applications/Adobe Flash CS4/en/Configuration/WindowSWF/ ? Or is it  /Applications/Adobe Flash CS4/Common/First Run/WindowSWF/ ?</p>
<p>Actually, the place to <a href="http://forum.papervision3d.org/viewtopic.php?f=15&#38;t=525">put &#8220;Make a new typography file.swf&#8221;</a> is here: /Users/youruserhandle/Library/Application Support/Adobe/Flash CS4/en/Configuration/WindowSWF/. </p>
<p>I used a font called Roadkill. When the font was created, the Flash CS4 Output window said: &#8216;&#8221;Roadkill.as&#8221; is in the current folder.&#8217;</p>
<p>Since my hard drive is partitioned, it wasn&#8217;t immediately clear what was meant by &#8220;current folder&#8221; in this case. The font.fla file I used to create Roadkill.as via the font-making utility was on the 2nd partition, i.e. not on the main partition. </p>
<p>It turns out &#8220;current folder&#8221; meant the top most directory on the main partition on my OS X machine, right next to Users, Developer, Library, Applications, System. </p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[A quick note about compiling FIVe3D examples in Flex]]></title>
<link>http://timshaya.wordpress.com/2009/11/18/a-quick-note-about-compiling-five3d-examples-in-flex/</link>
<pubDate>Wed, 18 Nov 2009 01:38:15 +0000</pubDate>
<dc:creator>tim</dc:creator>
<guid>http://timshaya.wordpress.com/2009/11/18/a-quick-note-about-compiling-five3d-examples-in-flex/</guid>
<description><![CDATA[One of my favorite FIVe3D examples is this AS3 banner by Bartek Drozdz. I downloaded the source code]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>One of my favorite FIVe3D examples is this <a href="http://www.everydayflash.com/blog/index.php/2008/06/04/banner-using-five3d/">AS3 banner by Bartek Drozdz</a>.  </p>
<p>I downloaded the source code graciously provided by the author but when I tried to compile in Flex Builder 3 w/ SDK 3.4, I kept getting errors that told me Flex can&#8217;t find classes found in the &#8220;fl.motion.*&#8221; package. Since that particular package only works in the Flash IDE, I had to make some small adjustments to the FIVe3D banner code to get it to compile as a Flex Builder Actionscript application. Basically, I had to substitute all &#8220;fl.motion&#8221; package classes with their equivalents from the TweenLite library. For example, when an easing function, such as &#8220;import fl.motion.Elastic&#8221; was required by line 6 of Screenplay.as, it was quick and easy to change that to &#8220;import  gs.easing.Elastic,&#8221; while making sure the relevant &#8220;gs&#8221; packages are actually at the location you&#8217;re telling the application they&#8217;re located.     </p>
<p>In Sprite3D.as and Shape3D.as I commented out these lines and most of the banner example&#8217;s functionality remained unaffected:</p>
<pre class="brush: java;">
/* ... */
import fl.motion.Color;
/* ... */
var color:Color = new Color();
color.brightness = brightness;
color.alphaMultiplier = alpha;
transform.colorTransform = color;
/* ... */
</pre>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[FIVe3D -  3D vector engine]]></title>
<link>http://dineshpeiris.wordpress.com/2009/11/16/five3d-cheat-sheet-the-display-classes/</link>
<pubDate>Mon, 16 Nov 2009 10:59:04 +0000</pubDate>
<dc:creator>Dinesh Peiris</dc:creator>
<guid>http://dineshpeiris.wordpress.com/2009/11/16/five3d-cheat-sheet-the-display-classes/</guid>
<description><![CDATA[I’ve been pretty fascinated with Mathieu Badimon’s elegant little 3D vector engine FIVe3D….say Zack ]]></description>
<content:encoded><![CDATA[I’ve been pretty fascinated with Mathieu Badimon’s elegant little 3D vector engine FIVe3D….say Zack ]]></content:encoded>
</item>
<item>
<title><![CDATA[Adobe Flash 3D world]]></title>
<link>http://dineshpeiris.wordpress.com/2009/11/16/adobe-flash-3d-world-2/</link>
<pubDate>Mon, 16 Nov 2009 10:39:01 +0000</pubDate>
<dc:creator>Dinesh Peiris</dc:creator>
<guid>http://dineshpeiris.wordpress.com/2009/11/16/adobe-flash-3d-world-2/</guid>
<description><![CDATA[Flash is primarily a two dimensional environment so typically a library is used to display and manag]]></description>
<content:encoded><![CDATA[Flash is primarily a two dimensional environment so typically a library is used to display and manag]]></content:encoded>
</item>
<item>
<title><![CDATA[Adobe Flash 3D world]]></title>
<link>http://dineshpeiris.wordpress.com/2009/11/15/adobe-flash-3d-world/</link>
<pubDate>Sun, 15 Nov 2009 19:52:25 +0000</pubDate>
<dc:creator>Dinesh Peiris</dc:creator>
<guid>http://dineshpeiris.wordpress.com/2009/11/15/adobe-flash-3d-world/</guid>
<description><![CDATA[Flash is primarily a two dimensional environment so typically a library is used to display and manag]]></description>
<content:encoded><![CDATA[Flash is primarily a two dimensional environment so typically a library is used to display and manag]]></content:encoded>
</item>
<item>
<title><![CDATA[What you will have future in this blog?]]></title>
<link>http://dineshpeiris.wordpress.com/2009/11/15/what-you-will-have-future-in-this-blog/</link>
<pubDate>Sun, 15 Nov 2009 15:51:33 +0000</pubDate>
<dc:creator>Dinesh Peiris</dc:creator>
<guid>http://dineshpeiris.wordpress.com/2009/11/15/what-you-will-have-future-in-this-blog/</guid>
<description><![CDATA[I am working on some new stuff that we can do using C# + Adobe Air + SQLCE. I will upload some sampl]]></description>
<content:encoded><![CDATA[I am working on some new stuff that we can do using C# + Adobe Air + SQLCE. I will upload some sampl]]></content:encoded>
</item>
<item>
<title><![CDATA[Des rubans pour FIVe3D]]></title>
<link>http://monsieurtouzeau.wordpress.com/2008/12/04/des-rubans-pour-five3d/</link>
<pubDate>Thu, 04 Dec 2008 13:39:42 +0000</pubDate>
<dc:creator>monsieurtouzeau</dc:creator>
<guid>http://monsieurtouzeau.wordpress.com/2008/12/04/des-rubans-pour-five3d/</guid>
<description><![CDATA[Une classe pour créer de jolis rubans en 3D &#8220;vectorielle&#8221; dans le moteur FIVe3D. C]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://www.monsieurtouzeau.com/lab/ribbons/"><img style="border:0;margin:0;" title="Des rubans dans FIVe3D" src="http://www.monsieurtouzeau.com/lab/ribbons/img_ribbons.jpg" alt="Des rubans dans FIVe3D" /></a><br />
Une classe pour créer de jolis rubans en 3D &#8220;vectorielle&#8221; dans le moteur <a href="http://five3d.mathieu-badimon.com/">FIVe3D</a>. C&#8217;est à la base une classe trouvée sur <a href="http://www.airtightinteractive.com/news/?p=98">airtightinteractive</a> écrite pour <a href="http://blog.papervision3d.org/">papervision3d</a> que j&#8217;ai adaptée au rendu vecto de FIVe3d. J&#8217;ai implémenté des évènements pour faciliter leur utilisation.<br />
<a href="http://www.monsieurtouzeau.com/lab/ribbons">Des rubans pour FIVe3D</a><br />
Les sources sont disponibles sur le lien&#8230;</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Un ejemplo con Vectorvision]]></title>
<link>http://nimagina.wordpress.com/2008/11/13/un-ejemplo-con-vectorvision/</link>
<pubDate>Thu, 13 Nov 2008 20:54:17 +0000</pubDate>
<dc:creator>nimagina</dc:creator>
<guid>http://nimagina.wordpress.com/2008/11/13/un-ejemplo-con-vectorvision/</guid>
<description><![CDATA[Según parece, la crisis presenta también una parte de oportunidad. Para nosotros, la oportunidad de ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://nimagina.com/images/menunimagina.html" target="_blank"><img class="alignnone size-full wp-image-15" title="vector1" src="http://nimagina.wordpress.com/files/2008/11/vector1.jpg" alt="vector1" width="450" height="178" /></a></p>
<p>Según parece, la crisis presenta también una parte de oportunidad. Para nosotros, la oportunidad de estudiar temas pendientes, como la integración de 3D en flash. El método ha sido, en primer lugar, tratar de entender un poco la Programación Orientada a Objetos, los conceptos de clase y objeto, mediante la lectura y los tutoriales de AS3, <strong>flash_as3_programming.pdf</strong>, que se puede descargar de la página de <em>Adobe</em> y del libro <strong>ActionScritp 3.0</strong> de <em>Colin Moock</em> en <em>Anaya O´reilly</em>. Seguidamente buscar en Internet información sobre el tema y descubrir una serie de trabajos muy interesantes, tutoriales y desarrollo de librerías de clases, hecho por personas con talento y generosidad, que los ponen a disposición de los demás en código abierto y con licencia para utilizarlo.<br />
En el ejemplo que podéis ver, he utilizado algunas de las clases, concretamente las de <strong>Papervisión3D</strong>, que es lo que llaman un 3Dengine, un paquete de clases de AS3 que proporciona un entorno 3D a Flash. <strong>Vectorvision</strong>, una extensión de ese paquete que maneja objetos vectoriales, con una clase que convierte un fichero SVG en una clase de AS3. <strong>Five3D</strong>, una clase que convierte en clase de AS3, una tipografía instalada en tu ordenador. Y también una clase que adapta el tamaño del SWF al de la pantalla del usuario, escrita por <strong>doesnotcompute</strong>.</p>
<p><strong>Fuentes utilizadas:</strong><br />
<a href="http://blog.papervision3d.org">http://blog.papervision3d.org/</a><br />
http://<a href="http://code.google.com/p/vectorvision/">code.google.com/p/vectorvision/</a><br />
http://<a href="http://five3d.mathieu-badimon.com/">five3d.mathieu-badimon.com/</a><br />
http://<a href="http://www.dncompute.com/blog/">www.dncompute.com/blog/</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Tutorials | The Tech Labs Roundup]]></title>
<link>http://flashenabledblog.com/2008/07/30/tutorials-the-tech-labs-roundup/</link>
<pubDate>Wed, 30 Jul 2008 22:48:19 +0000</pubDate>
<dc:creator>Carlos Pinho</dc:creator>
<guid>http://flashenabledblog.com/2008/07/30/tutorials-the-tech-labs-roundup/</guid>
<description><![CDATA[The Tech Labs is growing, and tutorials too. This month we have published 6 new and extensive tutori]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>The Tech Labs is growing, and tutorials too. This month we have published 6 new and extensive tutorials on Flash Platform. We are working to deliver more educative, extensive and quality tutorials to the comunity, and if you feel that there is a small author on you, why don&#8217;t you try to write your own tutorial and contribute to this great project? Moreover, we are paying you USD 100 per each published tutorial.</p>
<p><img class="aligncenter" src="http://www.thetechlabs.com/wp-content/themes/freshnews/thumb.php?src=http://www.thetechlabs.com/wp-content/uploads/2008/07/videoplayer.jpg&#38;h=195&#38;w=540&#38;zc=1&#38;q=80" alt="" width="400" height="144" /></p>
<p style="text-align:center;"><a title="Permanent Link to How to build a AS3 Videoplayer" rel="bookmark" href="http://www.thetechlabs.com/video/how-to-build-a-as3-videoplayer/">How to build a AS3 Videoplayer</a></p>
<p style="text-align:center;">
<p style="text-align:center;"><img class="aligncenter" src="http://www.thetechlabs.com/wp-content/themes/freshnews/thumb.php?src=http://www.thetechlabs.com/wp-content/uploads/2008/07/slideshowxml.jpg&#38;h=195&#38;w=540&#38;zc=1&#38;q=80" alt="" width="402" height="145" /></p>
<p style="text-align:center;"><a title="Permanent Link to Create a AS3 Slideshow with XML" rel="bookmark" href="http://www.thetechlabs.com/xml/create-a-as3-slideshow-with-xml/">Create a AS3 Slideshow with XML</a></p>
<p style="text-align:center;">
<p style="text-align:center;"><img class="aligncenter" src="http://www.thetechlabs.com/wp-content/themes/freshnews/thumb.php?src=http://www.thetechlabs.com/wp-content/uploads/2008/07/contactmanager2.jpg&#38;h=195&#38;w=540&#38;zc=1&#38;q=80" alt="How to build a contact manager in AIR using XML - Part 2" width="399" height="144" /></p>
<p style="text-align:center;"><a title="Permanent Link to How to build a contact manager in AIR using XML - Part 2" rel="bookmark" href="http://www.thetechlabs.com/xml/how-to-build-a-contact-manager-in-air-using-xml-part-2/">How to build a contact manager in AIR using XML &#8211; Part 2</a></p>
<p style="text-align:center;">
<p style="text-align:center;"><img class="aligncenter" src="http://www.thetechlabs.com/wp-content/themes/freshnews/thumb.php?src=http://www.thetechlabs.com/wp-content/uploads/2008/07/weather.jpg&#38;h=195&#38;w=540&#38;zc=1&#38;q=80" alt="" width="400" height="145" /></p>
<p style="text-align:center;"><a title="Permanent Link to Creating a Weather Widget with XML and AS3" rel="bookmark" href="http://www.thetechlabs.com/xml/creating-a-weather-widget-with-xml-and-as3/">Creating a Weather Widget with XML and AS3</a></p>
<p style="text-align:center;">
<p style="text-align:center;"><img class="aligncenter" src="http://www.thetechlabs.com/wp-content/themes/freshnews/thumb.php?src=http://www.thetechlabs.com/wp-content/uploads/2008/07/intro.jpg&#38;h=195&#38;w=540&#38;zc=1&#38;q=80" alt="" width="400" height="145" /></p>
<p style="text-align:center;"><a title="Permanent Link to Building a 3D album with FIVe3D and TweenLite" rel="bookmark" href="http://www.thetechlabs.com/3d/building-a-3d-album-with-five3d-and-tweenlite/">Building a 3D album with FIVe3D and TweenLite</a></p>
<p style="text-align:center;">
<p style="text-align:center;"><img class="aligncenter" src="http://www.thetechlabs.com/wp-content/themes/freshnews/thumb.php?src=http://www.thetechlabs.com/wp-content/uploads/2008/07/create-a-as3-mp3-player-with-papervision3d-spectrum-display.jpg&#38;h=195&#38;w=540&#38;zc=1&#38;q=80" alt="" width="399" height="144" /></p>
<p style="text-align:center;"><a title="Permanent Link to Create a AS3 MP3 Player with papervision3d spectrum display" rel="bookmark" href="http://www.thetechlabs.com/3d/create-a-as3-mp3-player-with-papervision3d-spectrum-display/">Create a AS3 MP3 Player with papervision3d spectrum display</a></p>
<p style="text-align:center;">
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Tutorials | 8 AS3 Image Gallery Tutorials Roundup]]></title>
<link>http://flashenabledblog.com/2008/07/28/tutorials-8-as3-image-gallery-tutorials-roundup/</link>
<pubDate>Mon, 28 Jul 2008 22:23:46 +0000</pubDate>
<dc:creator>Carlos Pinho</dc:creator>
<guid>http://flashenabledblog.com/2008/07/28/tutorials-8-as3-image-gallery-tutorials-roundup/</guid>
<description><![CDATA[No matter if we are speaking about a personal or company site, it&#8217;s usual to see the use of an]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>No matter if we are speaking about a personal or company site, it&#8217;s usual to see the use of an image gallery to show their portofolio, or photos or other things. Flash is usualy the choosed platform to develop this kind of popular application. Today i decided to showcase some tutorials where you can learn how to create a cool as3 image gallery:</p>
<p style="text-align:center;"><img class="aligncenter size-full wp-image-1097" src="http://flashenabled.wordpress.com/files/2008/04/parallax-gallery.jpg" alt="" width="400" height="175" /></p>
<p style="text-align:center;"><a title="View Tutorial" href="http://www.webdesignerwall.com/tutorials/parallax-gallery/" target="_blank">Parallax Gallery</a></p>
<p style="text-align:center;"><img class="aligncenter size-full wp-image-1917" src="http://flashenabled.wordpress.com/files/2008/07/building-a-3d-album-with-five3d-and-tweenlite.jpg" alt="" width="400" height="180" /></p>
<p class="singleh2" style="text-align:center;"><a title="Permanent Link to Building a 3D album with FIVe3D and TweenLite" rel="bookmark" href="http://www.thetechlabs.com/3d/building-a-3d-album-with-five3d-and-tweenlite/">Building a 3D album with FIVe3D and TweenLite</a></p>
<p><img class="aligncenter size-full wp-image-1911" src="http://flashenabled.wordpress.com/files/2008/07/imggaltut1.jpg" alt="" width="400" height="170" /></p>
<p><!--more--></p>
<p style="text-align:center;"><a title="View Tutorial" href="http://www.ultrashock.com/tutorials/flash8/xmlportfolio/portviewer.php" target="_blank">XML Portfolio Viewer</a></p>
<p style="text-align:center;"><a href="http://www.noponies.com/dev/simplegallery/"><img class="aligncenter size-full wp-image-1912" src="http://flashenabled.wordpress.com/files/2008/07/imggaltut3.jpg" alt="" width="400" height="187" /></a></p>
<p class="entry-title" style="text-align:center;"><a title="Permanent Link to &#34;Simple ActionScript 3 XML Gallery&#34;" rel="bookmark" href="http://www.blog.noponies.com/archives/16" target="_blank">Simple ActionScript 3 XML Gallery</a></p>
<p class="entry-title" style="text-align:center;"><img class="aligncenter size-full wp-image-1913" src="http://flashenabled.wordpress.com/files/2008/07/imggaltut4.jpg" alt="" width="400" height="216" /></p>
<p class="entry-title" style="text-align:center;"><a href="http://www.actionscript.org/resources/articles/726/1/AS3-Photo-Viewer-Tutorial/Page1.html" target="_blank">AS3 Photo Viewer</a></p>
<p class="entry-title" style="text-align:center;"><img class="aligncenter size-full wp-image-1914" src="http://flashenabled.wordpress.com/files/2008/07/image-gallery-tutorial.jpg" alt="" width="400" height="180" /></p>
<p style="text-align:center;"><a title="Image Gallery Tutorial (Example 1)" rel="bookmark" href="http://flashotaku.com/image-gallery-tutorial-example-1/">Image Gallery Tutorial</a></p>
<p style="text-align:center;"><img class="aligncenter size-full wp-image-1915" src="http://flashenabled.wordpress.com/files/2008/07/image-gallery-tutorial-1.jpg" alt="" width="400" height="180" /></p>
<p style="text-align:center;"><a title="Image Gallery Tutorial (Example 1)" rel="bookmark" href="http://flashotaku.com/image-gallery-tutorial-example-1/">Image Gallery Tutorial</a></p>
<p style="text-align:center;"><a href="http://ndzynes.com/demo/FeaturedContentSlider/FeaturedContentDemo.html"><img class="aligncenter size-full wp-image-1916" src="http://flashenabled.wordpress.com/files/2008/07/make-a-featured-content-slider-for-your-site.jpg" alt="" width="400" height="180" /></a></p>
<p style="text-align:center;"><a title="Make a Featured Content Slider for Your Site" rel="bookmark" href="http://ndzynes.com/make-a-featured-content-slider-for-your-site">Make a Featured Content Slider for Your Site</a></p>
<p style="text-align:left;">
<p style="text-align:center;">
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Cómo hacer un Banner en Flash con 3D :: Five3D y ActionScript 3]]></title>
<link>http://shiftf12.net/2008/07/25/como-hacer-un-banner-en-flash-con-3d-five3d-y-actionscript-3/</link>
<pubDate>Fri, 25 Jul 2008 16:52:37 +0000</pubDate>
<dc:creator>elhector</dc:creator>
<guid>http://shiftf12.net/2008/07/25/como-hacer-un-banner-en-flash-con-3d-five3d-y-actionscript-3/</guid>
<description><![CDATA[De nuevo un post de Five3D&#8230; ¿Cómo hacer un banner publicitario para web en 3D?&#8230; La soluc]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>De nuevo un post de <strong><a href="http://five3d.riaforge.org/">Five3D</a></strong>&#8230; ¿Cómo hacer un banner publicitario para web en 3D?&#8230; La solución está en <strong><a href="http://www.everydayflash.com/blog/index.php/2008/06/04/banner-using-five3d/">este tutorial</a></strong>. Excelente idea: la flexibilidad de Flash con la presentación de Five3D crean un banner fuera de lo normal que de seguro captará la atención de clientes potenciales. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p style="text-align:center;">
<p style="text-align:center;"><a href="http://www.everydayflash.com/flash/futbolowo/"><img class="  aligncenter" src="http://www.everydayflash.com/flash/futbolowo/pict.png" alt="Imagen tomada del post original" width="416" height="208" /></a></p>
<p style="text-align:center;">(Imagen tomada del post original)</p>
<p>Sigue la liga para el tutorial <strong><a href="http://www.everydayflash.com/blog/index.php/2008/06/04/banner-using-five3d/">aquí</a></strong>, incluye código fuente y todo lo necesario.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Galería de imágenes 3D con ActionScript y Five3D]]></title>
<link>http://shiftf12.net/2008/07/18/galeria-de-imagenes-3d-con-actionscript-y-five3d/</link>
<pubDate>Fri, 18 Jul 2008 15:26:57 +0000</pubDate>
<dc:creator>elhector</dc:creator>
<guid>http://shiftf12.net/2008/07/18/galeria-de-imagenes-3d-con-actionscript-y-five3d/</guid>
<description><![CDATA[(imagen tomada del post original) ) Dándole seguimiento al post de ayer, ahora toca mencionar una ap]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:center;"><a href="http://www.thetechlabs.com/3d/building-a-3d-album-with-five3d-and-tweenlite/"><img class=" aligncenter" src="http://www.thetechlabs.com/wp-content/uploads/2008/07/flat.jpg" alt="" width="432" height="166" /></a></p>
<p style="text-align:center;">(imagen tomada del <a href="http://www.thetechlabs.com/3d/building-a-3d-album-with-five3d-and-tweenlite/">post original)</a><br />
)</br></p>
<p style="text-align:left;">Dándole seguimiento al <a href="http://shiftf12.net/2008/07/17/otro-engine-para-3d-con-actionscript-3-five3d/">post de ayer</a>, ahora toca mencionar una aplicación padre de Five3D. <strong><a href="http://www.thetechlabs.com/3d/building-a-3d-album-with-five3d-and-tweenlite/">Este tutorial</a></strong> nos enseña a armar una galería en 3D utilizando esta nueva herramienta.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Otro engine para 3D con ActionScript 3 - FIVe3D]]></title>
<link>http://shiftf12.net/2008/07/17/otro-engine-para-3d-con-actionscript-3-five3d/</link>
<pubDate>Thu, 17 Jul 2008 15:47:05 +0000</pubDate>
<dc:creator>elhector</dc:creator>
<guid>http://shiftf12.net/2008/07/17/otro-engine-para-3d-con-actionscript-3-five3d/</guid>
<description><![CDATA[Five3D es un proyecto que se vé bastante prometedor: sencillo y elegante. Cada vez he visto más demo]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong><a href="http://five3d.riaforge.org/">Five3D</a></strong> es un proyecto que se vé bastante prometedor: sencillo y elegante. Cada vez he visto más demos y tutoriales de personas que comienzan a usarlo y vale la pena tenerlo en la mira.</p>
<p style="text-align:center;"><a href="http://www.everydayflash.com/blog/index.php/2008/04/16/five3d-first-impressions/"><img class="aligncenter size-medium wp-image-170" src="http://shiftf12.wordpress.com/files/2008/07/tags.jpg?w=300" alt="" width="300" height="206" /></a> (<a href="http://www.everydayflash.com/blog/index.php/2008/04/16/five3d-first-impressions/">demo de Five3D con código fuente incluido</a>)</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Five3D]]></title>
<link>http://dailypv3d.wordpress.com/2008/05/18/five3d/</link>
<pubDate>Sun, 18 May 2008 20:09:05 +0000</pubDate>
<dc:creator>Pedro</dc:creator>
<guid>http://dailypv3d.wordpress.com/2008/05/18/five3d/</guid>
<description><![CDATA[Five3D is an AS3 vector based 3D engine developed by Mathieu Badimon, it looks to be rather cool and]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://five3d.mathieu-badimon.com/" target="_blank"><img class="alignnone size-full wp-image-157" src="http://dailypv3d.wordpress.com/files/2008/05/picture-21.png" alt="" width="300" height="161" /></a></p>
<p>Five3D is an AS3 vector based 3D engine developed by Mathieu Badimon, it looks to be rather cool and I&#8217;d advise you to check it out over at: <a href="http://five3d.mathieu-badimon.com/" target="_blank">http://five3d.mathieu-badimon.com/</a></p>
<p>Also check out Mathieu&#8217;s labs: <a href="http://lab.mathieu-badimon.com/" target="_blank">http://lab.mathieu-badimon.com/</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Flash 3D links]]></title>
<link>http://ericyung.wordpress.com/2008/05/17/flash-3d-links/</link>
<pubDate>Sat, 17 May 2008 05:03:45 +0000</pubDate>
<dc:creator>ericyung</dc:creator>
<guid>http://ericyung.wordpress.com/2008/05/17/flash-3d-links/</guid>
<description><![CDATA[I am trying to learn 3d effect on Flash/Flex. I find following links is useful for beginner link me.]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I am trying to learn 3d effect on Flash/Flex. I find following links is useful for beginner link me.</p>
<p>InsideRIA &#8211; lot latest news on RIA( include Flash/Flex)<br />
<a href="http://www.insideria.com/"> http://www.insideria.com/</a></p>
<p>Great blog, especially the Papervision Turial Part I to III<br />
<a href="http://fhvisual.wordpress.com/"> http://fhvisual.wordpress.com/</a></p>
<p>Video on lot of flash/flex tutorials<br />
<a href="http://gotoandlearn.com/"> http://gotoandlearn.com/</a></p>
<p>Five3D is a interesting Vector base 3d toolkit, recently port to AS3.0<br />
<a href="http://five3d.mathieu-badimon.com/"> http://five3d.mathieu-badimon.com/</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[AS3 Vector 3D Engine Five3D from Mathieu Badimon Released]]></title>
<link>http://drawlogic.com/2008/04/15/as3-vector-3d-engine-five3d-from-mathieu-badimon-released/</link>
<pubDate>Tue, 15 Apr 2008 13:54:52 +0000</pubDate>
<dc:creator>drawk</dc:creator>
<guid>http://drawlogic.com/2008/04/15/as3-vector-3d-engine-five3d-from-mathieu-badimon-released/</guid>
<description><![CDATA[Mathieu Badimon released the sweet Five3D vector 3d engine recently. Zeh noted this (and has some ex]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://five3d.mathieu-badimon.com/" target="_blank"><img class="alignright alignnone size-medium wp-image-184" style="float:right;margin:10px;" src="http://drawk.wordpress.com/files/2008/04/five3d.png" alt="" /></a><a href="http://www.mathieu-badimon.com/" target="_blank">Mathieu Badimon</a> released <a href="http://five3d.mathieu-badimon.com/" target="_blank">the sweet Five3D vector 3d engine</a> recently.  <a href="http://labs.zeh.com.br/blog/?p=146" target="_blank">Zeh</a> noted this  (<a href="http://labs.zeh.com.br/blog/?p=130" target="_blank">and has some experiments</a>) but this is a tracking and howto blog and I like to keep a timeline of influential releases.</p>
<p>You might have seen the <a href="http://lab.mathieu-badimon.com/" target="_blank">Mathieu Badimon labs</a> previously with the very nice scroll handle and technique and ability to rotate and translate the vector objects in 3d space.  Now you too can <a href="http://five3d.mathieu-badimon.com/" target="_blank">make interfaces with the same cool library</a>.</p>
<p>The one thing I like about this vector engine is well first of all it is vector and secondly it is pretty fast and not too processor intensive, but looks killer.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Five3D]]></title>
<link>http://ittakeaway.wordpress.com/2008/03/27/five3d/</link>
<pubDate>Thu, 27 Mar 2008 06:23:34 +0000</pubDate>
<dc:creator>ittakeaway</dc:creator>
<guid>http://ittakeaway.wordpress.com/2008/03/27/five3d/</guid>
<description><![CDATA[3D in AS2 http://five3d.mathieu-badimon.com/]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>3D in AS2</p>
<p><a href="http://five3d.mathieu-badimon.com/">http://five3d.mathieu-badimon.com/</a></p>
</div>]]></content:encoded>
</item>

</channel>
</rss>
