<?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/"
	>

<channel>
	<title>sentoplene - intertwining details</title>
	<atom:link href="http://www.sentoplene.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sentoplene.com/blog</link>
	<description>About enriching things with details and intertwining different media.</description>
	<pubDate>Thu, 02 Jul 2009 08:40:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Visual Papervision3D shaders example&#8230;</title>
		<link>http://www.sentoplene.com/blog/2009/06/29/visual-papervision3d-shaders-example/</link>
		<comments>http://www.sentoplene.com/blog/2009/06/29/visual-papervision3d-shaders-example/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 23:52:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[flash]]></category>

		<category><![CDATA[papervision3d]]></category>

		<category><![CDATA[cellshader]]></category>

		<category><![CDATA[flatshader]]></category>

		<category><![CDATA[gauraudshader]]></category>

		<category><![CDATA[phongshader]]></category>

		<category><![CDATA[shader]]></category>

		<guid isPermaLink="false">http://www.sentoplene.com/blog/?p=122</guid>
		<description><![CDATA[
For my little Papervision3D-rotating-portfolio-item-cube (that&#8217;s a mouth full, for such a simple thingie) I thought of a little enhancement that, at the same time, would give me a little more insight in a Papervision subject: Some lighting.

For my first experiment I used the phongshader, cause for some reason found on the internet, I thought this [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.sentoplene.com/blog/wp-content/uploads/2009/06/test.jpg" alt="test" title="test" width="500" height="279" class="alignnone size-full wp-image-133" /><br />
For my little Papervision3D-rotating-portfolio-item-cube (that&#8217;s a mouth full, for such a simple thingie) I thought of a little enhancement that, at the same time, would give me a little more insight in a Papervision subject: Some lighting.</p>
<p><span id="more-122"></span></p>
<p>For my first experiment I used the phongshader, cause for some reason found on the internet, I thought this was the best quality shader around. You can see it a bit like this, but all shaders have their own specific use.</p>
<p>Ok so, the PhongShader has 3 main parameters (maybe in a follow up I will discuss some more little details about the shaders): The Light, the lightcolor and the ambientcolor.</p>
<p><strong>Experiment 1</strong><br />
For example 1 I used an out-of-the-box light, and white as lightcolor, and for the ambientcolor I used black:<br />
<a href="http://www.sentoplene.com/phongshader/test1/">phongshader example 1</a><br />
Looks pretty cool almost straigt out of the box. But although I really love vignettes, in a page already with a vignette and my content being this dark, I thought it wasn&#8217;t really doing it&#8217;s work here, so I wanted to alter the lighting.</p>
<p>First el-simplo adjustment (some call it el-lazy). So I changed the ambient-light to a lighter shade of gray:<br />
<a href="http://www.sentoplene.com/phongshader/test2/">phongshader example 2</a><br />
Although the vignette of the lighting is working really nice for my content looking straight to the camera, I really miss the dark shadows that need to be there when I rotate the cube.</p>
<p>So&#8230; as an amateuristic-amateur-strobist-hobby-photographer my first thought was: I need to make my light-source bigger. Tried it, but with absolutely no effect. Then I thought: Maybe when I place my light further away from my subject, the light-bulbs would be more parallel blablabla&#8230; tried it, didn&#8217;t do the trick. Basically, there&#8217;s no way to alter the light-source yet.</p>
<p><strong>Experiment 2</strong><br />
So then I said to myself&#8230; Maybe another shader would be more to my liking.<br />
For this example I&#8217;m gonna discuss 4 shaders: FlatShader, CellShader, GouraudShader and the Phongshader. On <a href="http://www.brighthub.com/internet/web-development/articles/13880.aspx">this site</a> the 4 shaders are explained nicely. </p>
<p>In my planned version 2 of the papervision shaders, I also will take a closer look at the EnvMapShader and the BumpMapShader. But for now to only discuss these 4 &#8217;simple&#8217; techniques, and because my 1-dimensional-rotating cube only has 4 visible sides, I made a visual example of the 4 shaders:<br />

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_blogShaderTest_911367323"
			class="flashmovie"
			width="460"
			height="250">
	<param name="movie" value="http://www.sentoplene.com/swf/blogShaderTest.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.sentoplene.com/swf/blogShaderTest.swf"
			name="fm_blogShaderTest_911367323"
			width="460"
			height="250">
	<!--<![endif]-->
		
<p><a href="http://adobe.com/go/getflashplayer">Come on, this is a site of a Flash Developer. INSTALL THE FLASHPLAYER!</a></p>

	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object><br />
(drag to rotate the cube)</p>
<p>So the <strong>CellShader</strong> is indeed the cartoon shader. Not usable for my use, but I can see tons of cool uses for this one.<br />
The <strong>GouraudShader</strong> looks pretty cool, a bit too dark for my liking still, but nice gradients and nice dark shadows when rotating. The shadows are a bit strange though. If you rotate really slow, look at the specular highlight and the shadows. The highlight, and the shadow pattern are following a diagonal line. Must be because of the splitting of the rectangle into triangles. In this example it looks weird enough for me so it&#8217;s not usable.<br />
The <strong>FlatShader</strong> looks really good. Simple, clean, bright and with the dark shadows when rotating. No disturbing vignette, but also thus without specular highlight. Ok, fair enough. You win some, you lose some with Flash <img src='http://www.sentoplene.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
And last but not least the <strong>PhongShader</strong> again for comparison. Try to rotate this side really slowly as well, and see that the same diagonal line is seen here in the highlight and shadows as with the GouraudShader.</p>
<p>I tried to solve this by increasing the amount of segments on the cube, but this gave unexpected behavior; almost a bevel like effect:<br />

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_blogShaderTestMultipleSegments_2090887935"
			class="flashmovie"
			width="460"
			height="250">
	<param name="movie" value="http://www.sentoplene.com/swf/blogShaderTestMultipleSegments.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.sentoplene.com/swf/blogShaderTestMultipleSegments.swf"
			name="fm_blogShaderTestMultipleSegments_2090887935"
			width="460"
			height="250">
	<!--<![endif]-->
		
<p><a href="http://adobe.com/go/getflashplayer">Come on, this is a site of a Flash Developer. INSTALL THE FLASHPLAYER!</a></p>

	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object><br />
Thought it might had something to do with the precise materials, so turned precise of, but the same results. It&#8217;s a bit too late now to dive into this. Maybe for an update, or a second version. If someone can explain this, please comment!</p>
<p>For my portfolio version 0.2 I will go for the FlatShader. Nice, subtle, lighting detail that adds to the design and doesn&#8217;t distract from the content.</p>
<p>Please comment, if you think I’m incorrect, or you can add some info that is missing. I would love to hear your feedback on this subject!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sentoplene.com/blog/2009/06/29/visual-papervision3d-shaders-example/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Video inspiration</title>
		<link>http://www.sentoplene.com/blog/2009/06/24/video-inspiration/</link>
		<comments>http://www.sentoplene.com/blog/2009/06/24/video-inspiration/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 08:30:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[movie]]></category>

		<category><![CDATA[3d]]></category>

		<category><![CDATA[blur]]></category>

		<category><![CDATA[flash]]></category>

		<category><![CDATA[inspiration]]></category>

		<category><![CDATA[motion graphics]]></category>

		<category><![CDATA[papervision3d]]></category>

		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.sentoplene.com/blog/?p=85</guid>
		<description><![CDATA[
Once in a while there are some video&#8217;s out there which are really inspirational. Sit back for a couple of minutes and enjoy. 
Flight 404
On vimeo I saw an artist working with processing, making audio visualisations. I think he did an amazing job. Not the standard strangely behaving ribbons or pixels, but organic shapes &#8216;dancing&#8217; [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.sentoplene.com/blog/wp-content/uploads/2009/06/videoinspiration.jpg" alt="videoinspiration" title="videoinspiration" width="500" height="163" class="alignnone size-full wp-image-100" /></p>
<p>Once in a while there are some video&#8217;s out there which are really inspirational. Sit back for a couple of minutes and enjoy. <span id="more-85"></span></p>
<p><strong>Flight 404</strong><br />
On vimeo I saw an artist working with processing, making audio visualisations. I think he did an amazing job. Not the standard strangely behaving ribbons or pixels, but organic shapes &#8216;dancing&#8217; on the music. If only Flash would allow this kind of quality output, but the concepts he is using are very inspirational.<br />
<object width="480" height="270"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=646107&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=646107&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="480" height="270"></embed></object>
<p>Made with Processing.  Audio by The Flashbulb (&#8217;Warren&#8217; off the album These Open Fields).</p>
<p>With this one flight 404 inserts lyrics in a really cool way:<br />
<object width="480" height="270"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=658158&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=658158&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="480" height="270"></embed></object>
<p><a href="http://vimeo.com/658158">Solar, with lyrics.</a> from <a href="http://vimeo.com/flight404">flight404</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p><strong>Laika</strong><br />
This cool stop-motion video is full of little details that just adds to the coolness&#8230; Check the depth of field lift of, or the volume slider. Details like that make it stand out.<br />
<object width="480" height="324"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=4949624&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=4949624&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="480" height="324"></embed></object>
<p><a href="http://vimeo.com/4949624">LAÏKA (SHORT VERSION)</a> from <a href="http://vimeo.com/user904076">Guillaume Blanchet</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p><strong>Misha Shyukin</strong><br />
This video is actually quit simple in terms of technique I think. I can make a prototype in Papervision3d of this kind of easily. But when I see stuff like this, I am aware of the quality difference between a rendered vid like this and real-time flash. And I think it keeps reminding me that this is the quality we want to see, and as a Flash Developer I think we need to get every trick out there to reach for this quality.<br />
<object width="480" height="270"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=5236835&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=5236835&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="480" height="270"></embed></object>
<p><a href="http://vimeo.com/5236835">pia</a> from <a href="http://vimeo.com/shyukin">misha shyukin</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p><strong>Daniel Franke</strong><br />
From this video I get lots of inspiration. It combines first of all two really cool concepts; a ribbon like animation and blurrrrr! I love blurs&#8230; But my inspiration is actually the movement of the camera. It reacts to the music/sounds, and I really want to bring that concept to Papervision3d after seeing this. Making a cool demo demonstrating this. To be continued&#8230;<br />
<object width="480" height="276"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=3582824&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=3582824&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="480" height="276"></embed></object>
<p><a href="http://vimeo.com/3582824">SOUND SCULPTURES</a> from <a href="http://vimeo.com/wearechopchop">Daniel Franke</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p><strong>Misc</strong><br />
And just ending with some really cool vids:</p>
<p>Cool concept, very well executed. The cool thing being that in the end you see how it is made. A bit surprising, kind of working with flash. Just push the technology with different kind of tricks to keep performance decent.<br />
<a href="http://www.favoritecolor.tv/work/bda09001/">http://www.favoritecolor.tv/work/bda09001/</a></p>
<p>Miniature city. I just love tilt-shifting <img src='http://www.sentoplene.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
<object width="480" height="295"><param name="movie" value="http://www.youtube.com/v/NK357O9mZPI&#038;hl=en&#038;fs=1&#038;hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/NK357O9mZPI&#038;hl=en&#038;fs=1&#038;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295"></embed></object></p>
<p>And just because it&#8217;s cool&#8230;<br />
<object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/uuGaqLT-gO4&#038;hl=en&#038;fs=1&#038;hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/uuGaqLT-gO4&#038;hl=en&#038;fs=1&#038;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sentoplene.com/blog/2009/06/24/video-inspiration/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Home, just 90 minutes of your time</title>
		<link>http://www.sentoplene.com/blog/2009/06/07/home-the-movie/</link>
		<comments>http://www.sentoplene.com/blog/2009/06/07/home-the-movie/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 08:02:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[movie]]></category>

		<category><![CDATA[music]]></category>

		<category><![CDATA[home]]></category>

		<guid isPermaLink="false">http://www.sentoplene.com/blog/?p=71</guid>
		<description><![CDATA[
Sometimes you come across something that really is touching you in one way or another. Once in a while I have that with film.
Inspiration
I had that for example with the BBC documentary &#8216;Earth&#8217; in HD. The shots are amazing, and the relaxing voice of sir David Attenborough pulled me into the most beautiful places on [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.sentoplene.com/blog/wp-content/uploads/2009/06/home.jpg" alt="home" title="home" width="450" height="150" class="alignnone size-full wp-image-74" /></p>
<p>Sometimes you come across something that really is touching you in one way or another. Once in a while I have that with film.</p>
<p><span id="more-71"></span><strong>Inspiration</strong></p>
<p>I had that for example with the BBC documentary <a href="http://www.bbc.co.uk/sn/tvradio/programmes/planetearth/prog_summary.shtml">&#8216;Earth&#8217;</a> in HD. The shots are amazing, and the relaxing voice of sir David Attenborough pulled me into the most beautiful places on earth, observing.</p>
<p><a href="http://www.youtube.com/watch?v=tyDfWF0DpU8">Koyaanisqatsi</a> is an example of a masterpiece where the symbiosis of music and imagery is working like a charm together. I had the same feeling when I saw Fritz Lang&#8217;s 1927 science fiction epic Metropolis with a soundtrack produced by Detroit Techno legend Jeff Mills. </p>
<p><img src="http://www.sentoplene.com/blog/wp-content/uploads/2009/06/home2.jpg" alt="home2" title="home2" width="450" height="78" class="alignnone size-full wp-image-77" /></p>
<p><strong>Home</strong></p>
<p>Yesterday evening I came across a <a href="http://twitter.com/sentoplene">twitter</a> message that asked for 90 minutes of my time for something that had blown him away. It was the movie called &#8216;Home&#8217;. <a href="http://www.youtube.com/watch?v=jqxENMKaeCU">You can watch it for free on YouTube</a> (this time good quality, and even with subtitles). I was totally lost in the movie after only 5 minutes, it just took me by the hand and pulled me in, because every shot is beautiful (love those pano air shots of the earth) and the music works really well with the imagery. It may be a bit cliche how they worked with waves, working to a climax and then let it rest again before building up to another climax, but they executed it really well. </p>
<p>I was impressed, so you have to just check it out!<br />
It&#8217;s only 90 minutes of your time&#8230;</p>
<p><img src="http://www.sentoplene.com/blog/wp-content/uploads/2009/06/home3.jpg" alt="home3" title="home3" width="450" height="130" class="alignnone size-full wp-image-81" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sentoplene.com/blog/2009/06/07/home-the-movie/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Twitteriedooh twitteriedahhh</title>
		<link>http://www.sentoplene.com/blog/2009/05/31/twitteriedooh-twitteriedahhh/</link>
		<comments>http://www.sentoplene.com/blog/2009/05/31/twitteriedooh-twitteriedahhh/#comments</comments>
		<pubDate>Sun, 31 May 2009 19:24:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.sentoplene.com/blog/?p=54</guid>
		<description><![CDATA[I think I&#8217;m so catching up with my web2.0 skills. Not long ago I started this blog, and now I&#8217;m even on twitter!
Still checking things out, and I&#8217;m not gonna bore you guys/girls with how late I wake up and when I&#8217;m feeding the cat. But when I&#8217;m experiencing something funny, remarkable or astonishing, I [...]]]></description>
			<content:encoded><![CDATA[<p>I think I&#8217;m so catching up with my web2.0 skills. Not long ago I started this blog, and now I&#8217;m even on twitter!</p>
<p>Still checking things out, and I&#8217;m not gonna bore you guys/girls with how late I wake up and when I&#8217;m feeding the cat. But when I&#8217;m experiencing something funny, remarkable or astonishing, I might let you know!</p>
<p><img src="http://www.sentoplene.com/blog/wp-content/uploads/2009/05/barn-vignette-150x150.jpg" alt="barn-vignette" title="barn-vignette" width="125" height="125" class="alignright size-thumbnail wp-image-55" />So please help me learn the ins and outs, or feed me with the latest twitter gossip&#8230; I want to know what it&#8217;s all about. I can be reached at <a href="http://twitter.com/sentoplene">@sentoplene</a> (I believe that&#8217;s the right way of writing it <img src='http://www.sentoplene.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> )</p>
<p>Ok&#8230; this is enough web2.0 for a while now, except making the shiny floor of course&#8230; that remains awesome (is it vintage already?)</p>
<p>I&#8217;m now gonna feed the cat, seriously.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sentoplene.com/blog/2009/05/31/twitteriedooh-twitteriedahhh/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Portfolio details</title>
		<link>http://www.sentoplene.com/blog/2009/05/31/portfolio-details/</link>
		<comments>http://www.sentoplene.com/blog/2009/05/31/portfolio-details/#comments</comments>
		<pubDate>Sun, 31 May 2009 14:32:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[flash]]></category>

		<category><![CDATA[blur]]></category>

		<category><![CDATA[portfolio]]></category>

		<guid isPermaLink="false">http://www.sentoplene.com/blog/?p=21</guid>
		<description><![CDATA[
When launching my portfolio I got some nice reactions. Some direct reactions through e-mail, direct messaging, spoken word (remember that one), but also silent reactions which I tracked down via my site stats. It&#8217;s kinda nice to find your portfolio on other websites/blogs. So here&#8217;s a selection, which at the same time must make my [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.sentoplene.com/blog/wp-content/uploads/2009/05/titleimg.jpg" alt="titleimg" title="titleimg" width="449" height="128" class="centered size-full wp-image-34" /></p>
<p>When launching my portfolio I got some nice reactions. Some direct reactions through e-mail, direct messaging, spoken word (remember that one), but also silent reactions which I tracked down via my site stats. It&#8217;s kinda nice to find your portfolio on other websites/blogs. So here&#8217;s a selection, which at the same time must make my blog soooo google friendly:</p>
<p>Thank you China: <a href="http://www.riameeting.com/magazine/Num1.html">RIAmeeting</a><br />
Thank you Germany: <a href="http://www.pixelgangster.de/?p=10917">Pixel Gangster</a><br />
Thank you Italy: <a href="http://davidsalvatori.com/most-inspirational-websites-april-09/">David Salvatori</a> (nice to see your stuff alongside Kenda Perez)<br />
Thank you Brazil: <a href="http://www.cabanacriacao.com/blog/archives/faltou-citar-sentoplene-tambem-esta-no-riameeting/">Cabanacriacao</a><br />
Thank you Britain: <a href="http://www.alexconstantinou.com/">Alex Constantinou</a> (for choosing the Font(-style) <img src='http://www.sentoplene.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )</p>
<p>Ok, enough of the SEO, and self-love, let&#8217;s look at some details:</p>
<p><span id="more-21"></span>I&#8217;ve always wanted to make a text-based website; it&#8217;s immediately personal because of the narrative style. But only text on a page can get boring really fast, so it needed a little funkyness.</p>
<p><strong>MotionBlur</strong><br />
<img src="http://www.sentoplene.com/blog/wp-content/uploads/2009/05/motionblur.jpg" alt="motionblur" title="motionblur" width="449" height="128" class="centered size-full wp-image-35" /><br />
Apart from the fact that I animated every character instead of whole words/lines, the main animation detail is the motion blur that is applied to everything that moves/rotates/scales. This makes motion more natural / film-like. And I&#8217;m trying to imitate film as much as possible, cause I think people find film-like visuals often beautiful.</p>
<p><strong>DOF</strong><br />
<img src="http://www.sentoplene.com/blog/wp-content/uploads/2009/05/dofblur1.jpg" alt="dofblur1" title="dofblur1" width="449" height="128" class="centered size-full wp-image-37" /><br />
Another blur-effect I use often is the Depth-Of-Field blur&#8230; You have one field of focus, and everything closer or further away from that field gets more blurred when moving away. This is used in film and photography to get the viewers attention to the subject, and thus isolating the main subject from the surrounding/background. I made a quick prototype of something with DOF effect here: <a href="http://www.brane-records.com/v2.5/">Talk3D prototype.</a> When I have some spare time I will make the classes a bit more solid and clean and release the code here.</p>
<p><img src="http://www.sentoplene.com/blog/wp-content/uploads/2009/05/talk3d.jpg" alt="talk3d" title="talk3d" width="449" height="128" class="centered size-full wp-image-38" /></p>
<p><strong>DropShadow</strong><br />
Another thing that&#8217;s applied on a lot of places in the site, is subtle dropshadow. Subtle dropshadow (not the classic dropshadow or bevels that people use on their photographs when they first use Photoshop) can create just a little bit more depth than normal text. Thanks again <a href="http://www.alexconstantinou.com">mr. Constantinou</a> for pointing this out for me.</p>
<p><img src="http://www.sentoplene.com/blog/wp-content/uploads/2009/05/dsexample2.jpg" alt="dsexample2" title="dsexample2" width="449" height="128" class="aligncenter size-full wp-image-49" /><em>left with, right without dropshadow</em></p>
<p><strong>Code</strong><br />
If you came this far and expected some code-snippets; I will include/share some structured code in the future but these are little details where the code isn&#8217;t that exciting. (hint motionblur: TweenMax, onUpdate: BlurAlgorithm).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sentoplene.com/blog/2009/05/31/portfolio-details/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://www.sentoplene.com/blog/2009/03/16/hello-world/</link>
		<comments>http://www.sentoplene.com/blog/2009/03/16/hello-world/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 20:25:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[hello]]></category>

		<category><![CDATA[world]]></category>

		<guid isPermaLink="false">http://www.sentoplene.com/blog/?p=1</guid>
		<description><![CDATA[
This is my very first post on my new Blog! It may take me a couple of years to get the whole twitter-thingy, so be patient on that one.
What I want to do with this blog. 
Well, I&#8217;ve got some interests, being: (electronic) Music, Photography and Flash. In the end, when I&#8217;m fully grown up [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/ultimaslair/36708933/"><img src="http://www.sentoplene.com/blog/wp-content/uploads/2009/03/intertwined1.jpg" alt="Some rights reserved, visit Flickr-page for more information" title="intertwined" width="449" height="122" class="size-full wp-image-9" /></a></p>
<p>This is my very first post on my new Blog! It may take me a couple of years to get the whole twitter-thingy, so be patient on that one.</p>
<p><strong>What I want to do with this blog.</strong> </p>
<p><span id="more-1"></span>Well, I&#8217;ve got some interests, being: (electronic) Music, Photography and Flash. In the end, when I&#8217;m fully grown up ;), I really want to combine all of those in something like video clips/movies: Make music, make visuals (with video, photography, animation etc.) and intertwine them.</p>
<p>To make it work, the different media need to be interacting with each other on a detailed level. So often it just lacks the detailed level and it just doesn&#8217;t work, it will remain two separate media just playing alongside each other.</p>
<p>With this blog I want to post some things that I find on the journey towards the intertwining of different media. So it&#8217;s about getting into detail of all media individually, and eventually into the detail of the symbiosis. <br />(<em>according to the Dutch Fat Van Dale - symbiosis: The living together of two unequal organisms, where both organisms take advantage of</em>)</p>
<p>Oh, and I&#8217;m Dutch and I sometimes love to just translate 1:1 to English (sometimes on purpose, and sometimes as only a real Dutchman can)</p>
<p>I hope you will find this blog inspiring once in a while.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sentoplene.com/blog/2009/03/16/hello-world/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
