<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>FUNCTION &#187; Uncategorized</title>
	<atom:link href="http://www.functionblog.com/?feed=rss2&#038;cat=1" rel="self" type="application/rss+xml" />
	<link>http://www.functionblog.com</link>
	<description>blog about AS3, PHP &#039;n tech</description>
	<lastBuildDate>Mon, 01 Feb 2010 17:37:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Sketchup beta</title>
		<link>http://www.functionblog.com/?p=159</link>
		<comments>http://www.functionblog.com/?p=159#comments</comments>
		<pubDate>Tue, 15 Dec 2009 17:11:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.functionblog.com/?p=159</guid>
		<description><![CDATA[Wow, it&#8217;s been quite some time.. Just started studying again which was the primary focus for the past few months. Monday this idea and need came up to have some sort of basic and simple online paint, so quickly made a little prototype and expanded on it and voila a result, try it out tell [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" title="Sketchup" src="http://www.functionblog.com/sketch/sketchuplogo.jpg" alt="" width="100" height="100" />Wow, it&#8217;s been quite some time.. Just started studying again which was the primary focus for the past few months. Monday this idea and need came up to have some sort of basic and simple online paint, so quickly made a little prototype and expanded on it and voila a result, <a href="http://www.functionblog.com/sketch/" target="_blank">try it out</a> tell me what you think in the comments.</p>
<p>P.S. I liked to see some of my code being used in some really cool projects; check out: <a href="http://www.myxmastweet.com/" target="_blank">MyXmasTweet</a> and <a href="http://www.peternitsch.net/blog/?p=84" target="_blank">FlashTerm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.functionblog.com/?feed=rss2&amp;p=159</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Perlin noise waves in AS3</title>
		<link>http://www.functionblog.com/?p=102</link>
		<comments>http://www.functionblog.com/?p=102#comments</comments>
		<pubDate>Fri, 05 Dec 2008 14:56:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gamitude.nl/?p=102</guid>
		<description><![CDATA[Waves have always been really hard to code. But one day a smart guy called Ken Perlin figured out a kind of noise called &#8216;Perlin&#8217; noise that could be mapped in a picture with smooth transitions. These pictures can easily serve as heightmaps. Using the brightness of a certain place on the image to determine [...]]]></description>
			<content:encoded><![CDATA[<p>Waves have always been really hard to code. But one day a smart guy called Ken Perlin figured out a kind of noise called &#8216;Perlin&#8217; noise that could be mapped in a picture with smooth transitions. These pictures can easily serve as heightmaps. Using the brightness of a certain place on the image to determine the height of the surface on top of it. Check out the example behind the read more link:</p>
<div class="wp-caption aligncenter" style="width: 557px"><img title="Waves from a Perlin Noise Wavemap" src="http://www.gamitude.nl/flash/perlinwave/waves.jpg" alt="Waves from a Perlin Noise wavemap" width="547" height="398" /><p class="wp-caption-text">Waves from a Perlin Noise wavemap</p></div>
<p><span id="more-102"></span>The inspiration came from <a title="Flash 3D's article on Perlin Noise" href="http://www.onlinekarma.net/flash3d/index.php?option=com_content&amp;task=view&amp;id=16&amp;Itemid=1" target="_blank">Flash 3D</a>&#8217;s article on perlin noise and it took me quite some time to figure out that flash had a proprietary perlin noise method (<a title="Documentation on the BitmapData.perlinNoise() method" href="http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/display/BitmapData.html#perlinNoise()" target="_blank">BitmapData.perlinNoise()</a>). Below is the example, it includes a floating box which is hacked to be drawn on top of everything because the carving is not working yet. But the effect is very convincing.</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="550" height="400" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="id" value="test" /><param name="align" value="middle" /><param name="allowScriptAccess" value="sameDomain" /><param name="allowFullScreen" value="false" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" /><param name="src" value="flash/perlinwave/test.swf" /><embed id="test" type="application/x-shockwave-flash" width="550" height="400" src="flash/perlinwave/test.swf" bgcolor="#000000" quality="high" allowfullscreen="false" allowscriptaccess="sameDomain" align="middle"></embed></object></p>
<p style="text-align: left;">The engine is coming closer and closer to it&#8217;s first release, more practical examples will follow soon. And for more information on perlin noise you can look <a title="Perlin Noise" href="http://freespace.virgin.net/hugo.elias/models/m_perlin.htm" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.functionblog.com/?feed=rss2&amp;p=102</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Things to do before you die&#8230;</title>
		<link>http://www.functionblog.com/?p=104</link>
		<comments>http://www.functionblog.com/?p=104#comments</comments>
		<pubDate>Fri, 05 Dec 2008 09:20:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[LOL]]></category>

		<guid isPermaLink="false">http://www.gamitude.nl/?p=104</guid>
		<description><![CDATA[Last week I watched this very interesting lecture from Randy Pausch about achieving your childhood dreams and those of others. After watching the lecture (which you should if you haven&#8217;t done so yet) I thought to myself what would I love to have done in my life&#8230; So I made myself a list:

Fly a MiG-25 [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I watched <a title="Randy Pausch's last lecture" href="http://www.youtube.com/watch?v=ji5_MqicxSo" target="_blank">this</a> very interesting lecture from <a title="Randy Pausch" href="http://en.wikipedia.org/wiki/Randy_Pausch" target="_blank">Randy Pausch</a> about achieving your childhood dreams and those of others. After watching the lecture (which you should if you haven&#8217;t done so yet) I thought to myself what would I love to have done in my life&#8230; So I made myself a list:</p>
<ol>
<li><strong>Fly a MiG-25 to space<br />
</strong>What would be better than being in space or flying a jet? Doing both at the same time! There are multiple companies willing to bring you that delight with the Mikoyan-Gurevich 25, which packs 100.1 kN to thrust you right to the edge of space (~25.000 m up). All you have to do now is fork over $31,995. <a title="Space Adventures flight to the edge of space" href="http://sa.qa.elro.com/steps/edge" target="_blank">[link]</a></li>
<li><strong>(Accidentally) Drive a Caterpillar 797B over a car<br />
</strong>The Caterpillar 797B is the biggest truck in the world. Hauling around 623,700 kg with 3550 horsepower <span style="text-decoration: underline;"><em>is</em></span> fun. And since a rally with these trucks will unlikely ever happen I&#8217;ll settle with driving over a car (accidentally). Check out the video <a title="Landcruiser pancake!" href="http://www.youtube.com/watch?v=zB_pCmKJr_Y" target="_blank">here</a>.</li>
<li><strong>Be 007<br />
</strong>Everybody dreams of being 007! Driving your top of the line Aston Martin to the most luxurious and beautiful locations while saving the world from another villain with lots of tricked out gadgetry.</li>
<li><strong>Be a Mythbuster for a day<br />
</strong>The mythbusters have the best job in the whole world. Finding out all the cool stuf in the name of science. But since they are not to eager to hire anymore people on their team which I completely understand&#8230; it ought to be <a title="Mythbusters - Fun with gas" href="http://www.youtube.com/watch?v=d-XbjFn3aqE" target="_blank">fun</a> for just one day. (Please? <img src='http://www.functionblog.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> )</li>
<li><strong>Set foot on Mars<br />
</strong>Don&#8217;t we miss those days of explorers pioneering new land? What about being the first person to set foot on Mars!</li>
<li><strong>Laugh to death<br />
</strong>Obviously this should be the very last thing to do on our list&#8230; But is there anyone who could think of a better way to die?</li>
<li><strong>Do a monster truck rally/destruction derby with some friends<br />
</strong><a title="Monster Truck Compilation" href="http://www.youtube.com/watch?v=RNw7CL23h08" target="_blank">Pretty self explanatory&#8230;</a></li>
<li><strong>Drag a top fuel dragster<br />
</strong>I bet most of your friends won&#8217;t <a title="Top Fuel Dragster" href="http://www.youtube.com/watch?v=qTLyYFcv4AQ" target="_blank">top</a> the experience of a nitromethane powered 8000 horsepower rocket that will blast you to 450 km/h in just 200 meters.</li>
<li><strong>Have some fun with a mini gun<br />
</strong>Again this video probably says enough: <a title="Have some fun with a mini gun" href="http://www.youtube.com/watch?v=w4n--xOOoWE" target="_blank">[link]</a></li>
<li>Think of your own! Tell us in the comments&#8230;</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.functionblog.com/?feed=rss2&amp;p=104</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video editing</title>
		<link>http://www.functionblog.com/?p=7</link>
		<comments>http://www.functionblog.com/?p=7#comments</comments>
		<pubDate>Tue, 19 Aug 2008 09:46:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[modelling]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[video editing]]></category>

		<guid isPermaLink="false">http://www.gamitude.nl/?p=7</guid>
		<description><![CDATA[Lets start the first post off with 2 interesting projects I came across recently. Both are related to video editing, and both make clever use of human perception or other technologies outside of the video footage itself. This results in powerfull ways to edit video and to easily create high quality 3D models and textures [...]]]></description>
			<content:encoded><![CDATA[<p>Lets start the first post off with 2 interesting projects I came across recently. Both are related to video editing, and both make clever use of human perception or other technologies outside of the video footage itself. This results in powerfull ways to edit video and to easily create high quality 3D models and textures from low quality video footage. The last one is a bit of long video, but the beginning is certainly worth watching (and the rest as well if you have lots of spare time and little to do&#8230; )</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="267" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.vimeo.com/moogaloop.swf?clip_id=1513129&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="267" src="http://www.vimeo.com/moogaloop.swf?clip_id=1513129&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object><br />
<a href="http://www.vimeo.com/1513129?pg=embed&amp;sec=1513129">Using Photographs to Enhance Videos of a Static Scene</a> from <a href="http://www.vimeo.com/pravin?pg=embed&amp;sec=1513129">pro</a> on <a href="http://vimeo.com?pg=embed&amp;sec=1513129">Vimeo</a>.</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/YEM-XAeY4K0&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/YEM-XAeY4K0&amp;hl=en&amp;fs=1" allowfullscreen="true"></embed></object></p>
<p style="text-align: left;">Via [<a href="http://drawlogic.com/2008/06/21/google-tech-talk-simple-interactive-3d-modeling-for-all/" target="_blank">DrawLogic</a>] &amp; [<a href="http://www.engadget.com/2008/08/16/video-tech-uses-photos-to-enhance-alter-shots-its-the-photosh/" target="_blank">Engadget</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.functionblog.com/?feed=rss2&amp;p=7</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>So long for gamitude :-(</title>
		<link>http://www.functionblog.com/?p=3</link>
		<comments>http://www.functionblog.com/?p=3#comments</comments>
		<pubDate>Tue, 19 Aug 2008 09:22:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gamitude.nl/?p=3</guid>
		<description><![CDATA[Well, as you can see, gamitude.nl as it was is no longer there. The website was unable to compete with the competition and spam&#8230;
But don&#8217;t be sad, FUNCTION will be the new home for my AS3 &#38; Flash projects, PHP projects, Tech news and lots more of interesting stuff. Check back soon!
]]></description>
			<content:encoded><![CDATA[<p>Well, as you can see, gamitude.nl as it was is no longer there. The website was unable to compete with the competition and spam&#8230;</p>
<p>But don&#8217;t be sad, FUNCTION will be the new home for my AS3 &amp; Flash projects, PHP projects, Tech news and lots more of interesting stuff. Check back soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.functionblog.com/?feed=rss2&amp;p=3</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
