<?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>Bee Eee Blog &#187; terrain</title>
	<atom:link href="http://blog.bee-eee.com/category/terrain/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bee-eee.com</link>
	<description>-- C# hints and tips</description>
	<lastBuildDate>Wed, 23 Dec 2009 19:00:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Terrain 0.3 release.</title>
		<link>http://blog.bee-eee.com/2008/01/05/terrain-03-release/</link>
		<comments>http://blog.bee-eee.com/2008/01/05/terrain-03-release/#comments</comments>
		<pubDate>Sat, 05 Jan 2008 21:47:26 +0000</pubDate>
		<dc:creator>brian</dc:creator>
				<category><![CDATA[c#]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[terrain]]></category>

		<guid isPermaLink="false">http://blog.bee-eee.com/?p=14</guid>
		<description><![CDATA[Well I finally had a little time today to work on my terrain generation software. It&#8217;s written in C++ using the SDL and SDL_gfx graphics libraries along with the Guichan GUI library. I had a bunch of fun adding relief shading. Basically it lightening or darkening the color based on the derivative (change in elevation). [...]]]></description>
			<content:encoded><![CDATA[<p>Well I finally had a little time today to work on my terrain generation software.  It&#8217;s written in C++ using the SDL and SDL_gfx graphics libraries along with the Guichan GUI library.  I had a bunch of fun adding relief shading.  Basically it lightening or darkening the color based on the derivative (change in elevation).  The steeper the positive change in elevation the brighter and the steeper the elevation loss the darker.</p>
<p>Anyway the results were really quite good, even a bit better than I expected.  Here is an example:</p>
<p style="text-align: center"><img src="http://bee-eee.com/images/terrain-shading.png?1199569022" alt="Flat 2D results." height="406" width="405" /></p>
<p align="center"><em>Flat 2d rendering</em></p>
<p><img src="http://bee-eee.com/images/terrain3d-shading1.png" alt="3d Rendering" height="455" width="533" /><br />
<em>3d (orthographic) Rendering of terrain<br />
</em></p>
<p align="left"> Anyway if you want to download a copy and try just go to <a href="http://bee-eee.com">http://bee-eee.com/</a> it&#8217;s under the software/terrain section.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bee-eee.com/2008/01/05/terrain-03-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
