<?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>rockabit</title>
	<atom:link href="http://www.rockabit.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rockabit.com</link>
	<description>personal blog and portfolio website</description>
	<lastBuildDate>Wed, 12 Oct 2011 14:28:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Collada vs MD2, PaperVision3D vs Away3D</title>
		<link>http://www.rockabit.com/2011/07/08/collada-vs-md2-papervision3d-vs-away3d/</link>
		<comments>http://www.rockabit.com/2011/07/08/collada-vs-md2-papervision3d-vs-away3d/#comments</comments>
		<pubDate>Fri, 08 Jul 2011 09:09:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.rockabit.com/?p=223</guid>
		<description><![CDATA[These past weeks I&#8217;ve been dealing a lot with animated 3D models in Flash, and learning a big deal about the (im)possibilities of the different file formats and render engines.
I will try to bring some of this newly gained knowledge across, because I found it quite hard to find out what I needed to know [...]]]></description>
			<content:encoded><![CDATA[<p>These past weeks I&#8217;ve been dealing a lot with animated 3D models in Flash, and learning a big deal about the (im)possibilities of the different file formats and render engines.<br />
I will try to bring some of this newly gained knowledge across, because I found it quite hard to find out what I needed to know just by Googling for it. Hopefully this way I can spare some of you the same frustration I had.</p>
<p>First off, the premise: I needed to create an interactive, animated 3D character in Flash, responding to mouse over events on its various limbs.</p>
<p>Basically, there are two main options in terms of file format: MD2 and Collada. MD2 is smaller, and it basically contains a timeline animation of the model, whereas the Collada format is bigger in size, but can contain an animated IK rig with bones attached to skins and all. This can be useful if you want to interactively control movement of the rig, although that was unnecessary in this case.<br />
The rollover behavior of the limbs wás important however, and MD2 models being one single mesh, this option soon got scratched. Collada it was.</p>
<p>Now, when creating Collada files to load into Flash, you need a quite specific setup. Apparently, the best export plugin to use for this is ColladaMaya or ColladaMax. Turns out however that the most recent version of that plugin is no longer available for free, and furthermore it has turned out that the supplier doesn&#8217;t sell it anymore! So unable to find this &#8216;NextGen&#8217; version of the plugin, we referred to an older version, but that one only works with 3DS MAX 9 and lower. Not 10, which our 3D animator uses. So lots of headaches there, but finally we managed to get our hands on the NextGen version of the plugin (<a href="http://ftp.heanet.ie/disk1/sourceforge/c/project/co/colladamaya/OldFiles/0.9.5/">here</a>).</p>
<p>So, exports working, one down. Now for the correct Flash 3D engine.<br />
At that time, I was using Away3D as I gathered that its performance is better than that of PaperVision3D. Initially I was using Away3DLite, but then I wanted to use <a href="http://code.google.com/p/as3dmod/">AS3Mod</a> to dynamically bend 3D planes, and that doesn&#8217;t support Away3DLite, just regular Away3D. So alright, I switched.<br />
Then, just when we got all that exporting stuff to work, I discover that Away3D has a REALLY hard time correctly parsing our animated 3D models. What&#8217;s up with that? Imagine my annoyance when, after a day of toiling to get this to work, I desperately implement PaperVision3D as a last resort, and it works out of the box with our Collada files! Animation and all. Thank god for that!</p>
<p>Next day. More 3D modeling, texture wrapping, animating, that kind of stuff. Happy that we can finally get on with actually producing stuff.<br />
A few hours into the day I get the latest Collada exports with textures and animation, so that I can start implementing it.<br />
Cue a nearing depression when the animation is not working at all! At this point I&#8217;m pulling out my hair, because production is interrupted yet again by the failure of our tools to do the job we expect them to do correctly! No offense Away3D, PaperVision3D and ColladaMax teams, you have done awesome work, but when I can&#8217;t simply get a textured 3D character to animate in Flash while observing all the rules we know of and can find online, I tend to lose my nerve a bit. I&#8217;m sure you understand.</p>
<p>As it turns out, our model and animation works fine in PaperVision3D when we remove the texture and uv mapping on it. But obviously we need textures.<br />
So right now, I&#8217;m sick of all this screwing around with plugin version such and 3ds max version so, render engine this and file format that.<br />
I&#8217;ve opted to go for the most solid implementation I know, and that is the MD2 file format in combination with Away3D. Screw mouse overs on limbs, I&#8217;ll just fake it with a transparent 2D overlay on top of the 3D scene. I&#8217;m done, I have to get some work finished.</p>
<p>UPDATE<br />
&#8212;&#8212;&#8212;</p>
<p>I have received a tip to check out the AWD project on <a href="http://code.google.com/p/awd/">http://code.google.com/p/awd/</a><br />
At first glance this looks very promising, although I haven&#8217;t played with it a lot yet. I have exported to this format once, and that export ignored any animation, so I&#8217;m not sure if it can do that at all or not. But if you&#8217;re stuck, by all means try it! <img src='http://www.rockabit.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.rockabit.com/2011/07/08/collada-vs-md2-papervision3d-vs-away3d/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Sunset at my new place</title>
		<link>http://www.rockabit.com/2010/10/22/sunset-at-my-new-place/</link>
		<comments>http://www.rockabit.com/2010/10/22/sunset-at-my-new-place/#comments</comments>
		<pubDate>Fri, 22 Oct 2010 07:56:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.rockabit.com/?p=219</guid>
		<description><![CDATA[
Sunset from Ralph Kok on Vimeo.
I love my new place. The view is amazing, especially around sundown.
And I love my new phone too, just look at this video it took!
Sunset and gadgets, love it  
]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://player.vimeo.com/video/16083903?portrait=0&amp;color=ffffff" width="601" height="338" frameborder="0"></iframe>
<p><a href="http://vimeo.com/16083903">Sunset</a> from <a href="http://vimeo.com/user4061354">Ralph Kok</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>I love my new place. The view is amazing, especially around sundown.<br />
And I love my new phone too, just look at this video it took!</p>
<p>Sunset and gadgets, love it <img src='http://www.rockabit.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.rockabit.com/2010/10/22/sunset-at-my-new-place/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video flowfield in Flash</title>
		<link>http://www.rockabit.com/2010/09/10/video-flowfield-in-flash/</link>
		<comments>http://www.rockabit.com/2010/09/10/video-flowfield-in-flash/#comments</comments>
		<pubDate>Fri, 10 Sep 2010 15:42:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[art & technology]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.rockabit.com/?p=213</guid>
		<description><![CDATA[I ported my earlier OpenFrameworks experiments, where I moved particles based on video input, to ActionScript, and here is the result.
Click on it to change the video. If it doesn&#8217;t run well on your computer, press the &#8211; key to reduce the number of particles.

Click image to open
]]></description>
			<content:encoded><![CDATA[<p>I ported my earlier OpenFrameworks experiments, where I moved particles based on video input, to ActionScript, and here is the result.</p>
<p>Click on it to change the video. If it doesn&#8217;t run well on your computer, press the &#8211; key to reduce the number of particles.</p>
<p><a href="http://www.rockabit.com/uploads/flowfield/video_flowfield.html"><img src="http://www.rockabit.com/wp-content/uploads/2010/09/video_flowfield.jpg" alt="video flowfield" title="video flowfield" width="600" height="448" class="alignnone size-full wp-image-215" /></a><br />
Click image to open</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rockabit.com/2010/09/10/video-flowfield-in-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OF smoke</title>
		<link>http://www.rockabit.com/2010/06/22/of-smoke/</link>
		<comments>http://www.rockabit.com/2010/06/22/of-smoke/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 17:11:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[OpenFrameworks]]></category>
		<category><![CDATA[art & technology]]></category>

		<guid isPermaLink="false">http://www.rockabit.com/?p=211</guid>
		<description><![CDATA[I love OpenFrameworks  

Smoke! from Ralph Kok on Vimeo.
This is an effect done in OpenFrameworks, which is similar to my last video, but uses the webcam in a more visible way.
]]></description>
			<content:encoded><![CDATA[<p>I love OpenFrameworks <img src='http://www.rockabit.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p><object width="640" height="480"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=12770141&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=12770141&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="640" height="480"></embed></object>
<p><a href="http://vimeo.com/12770141">Smoke!</a> from <a href="http://vimeo.com/user4061354">Ralph Kok</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>This is an effect done in OpenFrameworks, which is similar to my last video, but uses the webcam in a more visible way.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rockabit.com/2010/06/22/of-smoke/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Fluid flowfield in OpenFrameworks</title>
		<link>http://www.rockabit.com/2010/06/22/fluid-flowfield-in-openframeworks/</link>
		<comments>http://www.rockabit.com/2010/06/22/fluid-flowfield-in-openframeworks/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 08:46:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[OpenFrameworks]]></category>
		<category><![CDATA[art & technology]]></category>

		<guid isPermaLink="false">http://www.rockabit.com/?p=207</guid>
		<description><![CDATA[
Fluid flowfield from Ralph Kok on Vimeo.
Lots of particles reacting to webcam input, on top of a blur. It&#8217;s so simple  
]]></description>
			<content:encoded><![CDATA[<p><object width="640" height="480"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=12759822&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=12759822&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="640" height="480"></embed></object>
<p><a href="http://vimeo.com/12759822">Fluid flowfield</a> from <a href="http://vimeo.com/user4061354">Ralph Kok</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>Lots of particles reacting to webcam input, on top of a blur. It&#8217;s so simple <img src='http://www.rockabit.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.rockabit.com/2010/06/22/fluid-flowfield-in-openframeworks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webcam flowfield in OpenFrameworks</title>
		<link>http://www.rockabit.com/2010/06/18/webcam-flowfield-in-openframeworks/</link>
		<comments>http://www.rockabit.com/2010/06/18/webcam-flowfield-in-openframeworks/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 09:05:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[OpenFrameworks]]></category>
		<category><![CDATA[art & technology]]></category>

		<guid isPermaLink="false">http://www.rockabit.com/?p=204</guid>
		<description><![CDATA[A simple flowfield with reactive particles made in OpenFrameworks.
Please excuse the poor compression.

Webcam-based flowfield from Ralph Kok on Vimeo.
These are particles responding to a webcam feed, made in OpenFrameworks. (Please excuse the compression)
]]></description>
			<content:encoded><![CDATA[<p>A simple flowfield with reactive particles made in OpenFrameworks.<br />
Please excuse the poor compression.</p>
<p><object width="640" height="480"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=12665476&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=12665476&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="640" height="480"></embed></object>
<p><a href="http://vimeo.com/12665476">Webcam-based flowfield</a> from <a href="http://vimeo.com/user4061354">Ralph Kok</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>These are particles responding to a webcam feed, made in OpenFrameworks. (Please excuse the compression)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rockabit.com/2010/06/18/webcam-flowfield-in-openframeworks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lightning in OpenFrameworks</title>
		<link>http://www.rockabit.com/2010/06/16/lightning-in-openframeworks/</link>
		<comments>http://www.rockabit.com/2010/06/16/lightning-in-openframeworks/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 10:02:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[OpenFrameworks]]></category>
		<category><![CDATA[art & technology]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.rockabit.com/?p=199</guid>
		<description><![CDATA[Yesterday, I ported my AS3 lightning renderer to OpenFrameworks with the help of Rick Companje and Joris Rotteveel.
Edit: download the source at the OpenFrameworks forum
Check out the video:

OpenFrameworks lightning renderer from Ralph Kok on Vimeo.
]]></description>
			<content:encoded><![CDATA[<p>Yesterday, I ported my AS3 lightning renderer to OpenFrameworks with the help of <a href="http://companje.nl/" target="_blank">Rick Companje</a> and <a href="http://www.jorisrotteveel.nl/" target="_blank">Joris Rotteveel</a>.</p>
<p>Edit: download the source at the <a href="http://www.openframeworks.cc/forum/viewtopic.php?f=12&#038;t=4132">OpenFrameworks forum</a></p>
<p>Check out the video:</p>
<p><object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=12609483&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=12609483&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object>
<p><a href="http://vimeo.com/12609483">OpenFrameworks lightning renderer</a> from <a href="http://vimeo.com/user4061354">Ralph Kok</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rockabit.com/2010/06/16/lightning-in-openframeworks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Iris getting somewhere</title>
		<link>http://www.rockabit.com/2009/12/28/iris-getting-somewhere/</link>
		<comments>http://www.rockabit.com/2009/12/28/iris-getting-somewhere/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 21:10:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[art & technology]]></category>
		<category><![CDATA[generative art]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.rockabit.com/?p=194</guid>
		<description><![CDATA[My most recent iris rendering:

]]></description>
			<content:encoded><![CDATA[<p>My most recent iris rendering:</p>
<p><a href="http://www.rockabit.com/wp-content/uploads/2009/12/iris_v6_2.jpg"><img class="alignnone size-medium wp-image-197" title="iris_v6_2" src="http://www.rockabit.com/wp-content/uploads/2009/12/iris_v6_2-300x300.jpg" alt="iris_v6_2" width="300" height="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rockabit.com/2009/12/28/iris-getting-somewhere/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An iris is a beautiful thing</title>
		<link>http://www.rockabit.com/2009/12/19/an-iris-is-a-beautiful-thing/</link>
		<comments>http://www.rockabit.com/2009/12/19/an-iris-is-a-beautiful-thing/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 15:05:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[art & technology]]></category>
		<category><![CDATA[generative art]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.rockabit.com/?p=187</guid>
		<description><![CDATA[For a while now I have wanted to render out an iris in code alone, so I have now finally started experimenting in that direction.
I must say I am not unhappy with the results sofar, especially since I have stumbled onto some nice byproducts along the way  
   
]]></description>
			<content:encoded><![CDATA[<p>For a while now I have wanted to render out an iris in code alone, so I have now finally started experimenting in that direction.</p>
<p>I must say I am not unhappy with the results sofar, especially since I have stumbled onto some nice byproducts along the way <img src='http://www.rockabit.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.rockabit.com/wp-content/uploads/2009/12/iris_render_v1.jpg"><img class="alignnone size-thumbnail wp-image-189" title="iris_render_v1" src="http://www.rockabit.com/wp-content/uploads/2009/12/iris_render_v1-150x150.jpg" alt="iris_render_v1" width="150" height="150" /></a> <a href="http://www.rockabit.com/wp-content/uploads/2009/12/iris_render_v2.jpg"><img class="alignnone size-thumbnail wp-image-190" title="iris_render_v2" src="http://www.rockabit.com/wp-content/uploads/2009/12/iris_render_v2-150x150.jpg" alt="iris_render_v2" width="150" height="150" /></a> <a href="http://www.rockabit.com/wp-content/uploads/2009/12/iris_render_byproduct.png"><img class="alignnone size-thumbnail wp-image-188" title="iris_render_byproduct" src="http://www.rockabit.com/wp-content/uploads/2009/12/iris_render_byproduct-150x150.png" alt="iris_render_byproduct" width="150" height="150" /></a> <a href="http://www.rockabit.com/wp-content/uploads/2009/12/iris_research_sidestep.jpg"><img class="alignnone size-thumbnail wp-image-191" title="iris_research_sidestep" src="http://www.rockabit.com/wp-content/uploads/2009/12/iris_research_sidestep-150x150.jpg" alt="iris_research_sidestep" width="150" height="150" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rockabit.com/2009/12/19/an-iris-is-a-beautiful-thing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I love particles</title>
		<link>http://www.rockabit.com/2009/12/19/i-love-particles/</link>
		<comments>http://www.rockabit.com/2009/12/19/i-love-particles/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 11:17:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[art & technology]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.rockabit.com/?p=178</guid>
		<description><![CDATA[This little diddy was inspired by Ralph Hauert&#8217;s beautiful Bloom animation.
Try moving your mouse and clicking every once in a while  

]]></description>
			<content:encoded><![CDATA[<p>This little diddy was inspired by <a title="Unit Zero One" href="http://www.unitzeroone.com" target="_blank">Ralph Hauert</a>&#8217;s beautiful <a href="http://www.letitbloom.com/#ralph" target="_blank">Bloom animation</a>.</p>
<p>Try moving your mouse and clicking every once in a while <img src='http://www.rockabit.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.rockabit.com/uploads/AttractionToMouse.html" target="_blank"><img class="alignnone size-medium wp-image-182" title="attraction" src="http://www.rockabit.com/wp-content/uploads/2009/12/attraction-300x187.png" alt="attraction" width="300" height="187" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rockabit.com/2009/12/19/i-love-particles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

