<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>My Experience in 3D Modelling and Rendering</title>
	<atom:link href="http://3drenderblog.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://3drenderblog.wordpress.com</link>
	<description></description>
	<lastBuildDate>Fri, 11 Nov 2011 15:55:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='3drenderblog.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/900ebe576da0987ec3f7fb4debc7dfa4?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>My Experience in 3D Modelling and Rendering</title>
		<link>http://3drenderblog.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://3drenderblog.wordpress.com/osd.xml" title="My Experience in 3D Modelling and Rendering" />
	<atom:link rel='hub' href='http://3drenderblog.wordpress.com/?pushpress=hub'/>
		<item>
		<title>LuxRender 0.9dev &#8211; Normal Mapping Support</title>
		<link>http://3drenderblog.wordpress.com/2011/07/26/luxrender-0-9dev-normal-mapping-support/</link>
		<comments>http://3drenderblog.wordpress.com/2011/07/26/luxrender-0-9dev-normal-mapping-support/#comments</comments>
		<pubDate>Tue, 26 Jul 2011 12:26:00 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
		
		<guid isPermaLink="false">http://3drenderblog.wordpress.com/?p=345</guid>
		<description><![CDATA[Thanks to the great efforts of LordCrc, the development builds of LuxRender now have Normal mapping support. It can be accessed by defining a luxrender texture type as a normal map in the luxblend25 exporter. Once defined like this, it &#8230; <a href="http://3drenderblog.wordpress.com/2011/07/26/luxrender-0-9dev-normal-mapping-support/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=3drenderblog.wordpress.com&amp;blog=13643415&amp;post=345&amp;subd=3drenderblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Thanks to the great efforts of LordCrc, the development builds of LuxRender now have Normal mapping support.</p>
<p>It can be accessed by defining a luxrender texture type as a normal map in the luxblend25 exporter. Once defined like this, it is used in the  bump map slot and&#8230; bam&#8230; awesome happens.</p>
<p>What does this mean? Well as far as I understand, a normal map is used in a similar way as a bump map and give the appearence of a highly structured surface that is intact flat or low poly. So you might ask&#8230; so what is different?</p>
<p>The best way I think I can understand it in terms of lux is that, a bump map represents a height field, and lux determines the normal of the surface based on that. However, the normal map, gives the normal as a colour vector. So in a round about way, they are identical but from different starting points. Normal maps are also relative in height, rather than absolute, this  changes how you manipulate them in lux. Typically you bake the depth into the map, and set the height to 1, the height cannot be set any higher than that, though can be reduced if needed.</p>
<p>The other nice thing is that it is handled by the bump map code and such, makes it possible to apply both a bump map and a normal map to an object via a mix texture in the way you would expect, where the normal map is relative and the bump map is absolute.</p>
<p>However from my own experience playing with normal maps and lux, normal maps appear to give an altogether more appealing appearance, and are a little easier to manipulate than bump maps. This i think is more to do with image manipulation when generating the normal map, over that of forming a height map. This is possibly due to the heavy use of Normal maps in game engines, and so the software is setup to produce the results you want as normal maps, more than displacement maps.</p>
<p>I made a simple scene with two cubes, both are uv unwrapped and have a simple cloud texture, with a luxrender logo set on a white boarder. Here i want the luxrender logo to be raised on a flat panel, and then the text stamped into the cube.</p>
<p>The first thing you will notice is the softness of the normal map, and yet, it still achieve a good effect of depth, (right). The bump mapped cube is a lot rougher and doesn&#8217;t quite give the same effect of depth. Again, I think this is more to do with generating the normal map than anything else.</p>
<p>Here i used GIMP to make the height map texture, and then CrazyBump to make the Normal map.</p>
<p><a href="http://3drenderblog.files.wordpress.com/2011/07/bump_normal1.png"><img class="aligncenter size-full wp-image-347" title="Bump_Normal" src="http://3drenderblog.files.wordpress.com/2011/07/bump_normal1.png?w=640&#038;h=480" alt="" width="640" height="480" /></a></p>
<p>In this next example, both cubes have normal maps with exactly the same properties, however, in this case, generated by GIMP with a hight of 10. You can see a big big difference, and goes to prove what i said that the difference in the two is most likely image manipulation over actual different treatment in lux.</p>
<p><a href="http://3drenderblog.files.wordpress.com/2011/07/normal_gimp_10.png"><img class="aligncenter size-full wp-image-348" title="Normal_Gimp_10" src="http://3drenderblog.files.wordpress.com/2011/07/normal_gimp_10.png?w=640&#038;h=480" alt="" width="640" height="480" /></a>Here we still have a smooth surface, and the logo is far less pronounced.</p>
<p>Running the same map at a hight of 30 in GIMP gives me this,</p>
<p><a href="http://3drenderblog.files.wordpress.com/2011/07/normal_gimp_30.png"><img class="aligncenter size-full wp-image-349" title="Normal_Gimp_30" src="http://3drenderblog.files.wordpress.com/2011/07/normal_gimp_30.png?w=640&#038;h=480" alt="" width="640" height="480" /></a>As expected, the surface is rougher, and the height of the luxrender logo is all together deeper.</p>
<p>The next example is the same map as above, put into Crazy bump with some settings changed, it is by doing this text that i see that CrazyBump likes to produce rather blurry normal maps with exaggerated depth. This isn&#8217;t totally a bad thing, it all depends what you want to do.<br />
Here is the result,<br />
<a href="http://3drenderblog.files.wordpress.com/2011/07/normal_gimp_30_crazybump.png"><img class="aligncenter size-full wp-image-350" title="Normal_Gimp_30_CrazyBump" src="http://3drenderblog.files.wordpress.com/2011/07/normal_gimp_30_crazybump.png?w=640&#038;h=480" alt="" width="640" height="480" /></a> The most obvious part of this is that the luxrender logo is more visible, but is softer.</p>
<p>Next &#8211; i did some blurring and re-toning in GIMP, I can&#8217;t give instructions exactly how i did this as it did just involve two layers and a bit of blurring, simple as that. I then used the 9&#215;9 filter in GIMP and generated a normal map,</p>
<p><a href="http://3drenderblog.files.wordpress.com/2011/07/normal_gimp_30_gimpprocessing.png"><img class="aligncenter size-full wp-image-351" title="Normal_Gimp_30_GimpProcessing" src="http://3drenderblog.files.wordpress.com/2011/07/normal_gimp_30_gimpprocessing.png?w=640&#038;h=480" alt="" width="640" height="480" /></a></p>
<p>The nice thing here is that the text and logo are well defined, and the map isn&#8217;t too sharp, it I might have got it just how i want it&#8230; however it is still a little too intense, so lets reduce the normal map hight a little bit in luxblend.</p>
<p><a href="http://3drenderblog.files.wordpress.com/2011/07/normal_gimp_30_gimpprocessing_s.png"><img class="aligncenter size-full wp-image-352" title="Normal_Gimp_30_GimpProcessing_s" src="http://3drenderblog.files.wordpress.com/2011/07/normal_gimp_30_gimpprocessing_s.png?w=640&#038;h=480" alt="" width="640" height="480" /></a>Looks good.</p>
<p>I think in the end it is all about playing with the tools to make them do what you want, there is no magic combination, however still think using normal maps rather than bump maps is a very powerful tool and a welcome addition to the features <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p><a href="http://3drenderblog.files.wordpress.com/2011/07/new_landscape25-scene-00120_s.png"><img class="aligncenter size-full wp-image-353" title="New_Landscape25.Scene.00120_s" src="http://3drenderblog.files.wordpress.com/2011/07/new_landscape25-scene-00120_s.png?w=640&#038;h=448" alt="" width="640" height="448" /></a>The ground was produced by manipulating a high resolution plasma map generated in GIMP using crazy bump. As you can see, close up, it looks fairly poor, however at distance it looks quite impressive. Once again, i have NEVER achieved this kind of effect using a bump map. Maybe this is my own poor ability at generating height maps, either way its nice to see the enhancements<a href="http://3drenderblog.files.wordpress.com/2011/07/normal_gimp_30_gimpprocessing_glass.png"><img class="aligncenter size-full wp-image-356" title="Normal_Gimp_30_GimpProcessing_glass" src="http://3drenderblog.files.wordpress.com/2011/07/normal_gimp_30_gimpprocessing_glass.png?w=640&#038;h=480" alt="" width="640" height="480" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/3drenderblog.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/3drenderblog.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/3drenderblog.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/3drenderblog.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/3drenderblog.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/3drenderblog.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/3drenderblog.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/3drenderblog.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/3drenderblog.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/3drenderblog.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/3drenderblog.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/3drenderblog.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/3drenderblog.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/3drenderblog.wordpress.com/345/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=3drenderblog.wordpress.com&amp;blog=13643415&amp;post=345&amp;subd=3drenderblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://3drenderblog.wordpress.com/2011/07/26/luxrender-0-9dev-normal-mapping-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/921548b02e3a9c70e8d0e34832c3fa17?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thefirstwarofmen</media:title>
		</media:content>

		<media:content url="http://3drenderblog.files.wordpress.com/2011/07/bump_normal1.png" medium="image">
			<media:title type="html">Bump_Normal</media:title>
		</media:content>

		<media:content url="http://3drenderblog.files.wordpress.com/2011/07/normal_gimp_10.png" medium="image">
			<media:title type="html">Normal_Gimp_10</media:title>
		</media:content>

		<media:content url="http://3drenderblog.files.wordpress.com/2011/07/normal_gimp_30.png" medium="image">
			<media:title type="html">Normal_Gimp_30</media:title>
		</media:content>

		<media:content url="http://3drenderblog.files.wordpress.com/2011/07/normal_gimp_30_crazybump.png" medium="image">
			<media:title type="html">Normal_Gimp_30_CrazyBump</media:title>
		</media:content>

		<media:content url="http://3drenderblog.files.wordpress.com/2011/07/normal_gimp_30_gimpprocessing.png" medium="image">
			<media:title type="html">Normal_Gimp_30_GimpProcessing</media:title>
		</media:content>

		<media:content url="http://3drenderblog.files.wordpress.com/2011/07/normal_gimp_30_gimpprocessing_s.png" medium="image">
			<media:title type="html">Normal_Gimp_30_GimpProcessing_s</media:title>
		</media:content>

		<media:content url="http://3drenderblog.files.wordpress.com/2011/07/new_landscape25-scene-00120_s.png" medium="image">
			<media:title type="html">New_Landscape25.Scene.00120_s</media:title>
		</media:content>

		<media:content url="http://3drenderblog.files.wordpress.com/2011/07/normal_gimp_30_gimpprocessing_glass.png" medium="image">
			<media:title type="html">Normal_Gimp_30_GimpProcessing_glass</media:title>
		</media:content>
	</item>
		<item>
		<title>LuxBlend in Blender 2.58</title>
		<link>http://3drenderblog.wordpress.com/2011/07/06/luxblend-in-blender-2-58/</link>
		<comments>http://3drenderblog.wordpress.com/2011/07/06/luxblend-in-blender-2-58/#comments</comments>
		<pubDate>Wed, 06 Jul 2011 16:17:01 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
		
		<guid isPermaLink="false">http://3drenderblog.wordpress.com/?p=331</guid>
		<description><![CDATA[I have recently been trying to practice and get used to LuxBlend in the new-ish Blender 2.58. After using 2.49b for so long, the changes dont come naturally. That said, I need to move with the times and get used &#8230; <a href="http://3drenderblog.wordpress.com/2011/07/06/luxblend-in-blender-2-58/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=3drenderblog.wordpress.com&amp;blog=13643415&amp;post=331&amp;subd=3drenderblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have recently been trying to practice and get used to LuxBlend in the new-ish Blender 2.58. After using 2.49b for so long, the changes dont come naturally. That said, I need to move with the times and get used to the new.</p>
<p>To do this I took an old scene file of mine, the spider scene I think I have posted here before.</p>
<p>Here is a reminder</p>
<p><a href="http://3drenderblog.files.wordpress.com/2010/06/captured.png"><img class="aligncenter size-full wp-image-70" title="captured" src="http://3drenderblog.files.wordpress.com/2010/06/captured.png?w=640&#038;h=480" alt="" width="640" height="480" /></a></p>
<p>Lets start out with the table. In the above, I also used an image map for lighting, but I have replaced the main light sources with two light planes. Not shown below is the glass, which doesnt change at all. It is simply glass2</p>
<p><a href="http://3drenderblog.files.wordpress.com/2011/07/table_blender.png"><img class="aligncenter size-medium wp-image-332" title="table_blender" src="http://3drenderblog.files.wordpress.com/2011/07/table_blender.png?w=300&#038;h=272" alt="" width="300" height="272" /></a></p>
<p><a href="http://3drenderblog.files.wordpress.com/2011/07/table_blank.png"><img class="aligncenter size-full wp-image-333" title="table_blank" src="http://3drenderblog.files.wordpress.com/2011/07/table_blank.png?w=640&#038;h=360" alt="" width="640" height="360" /></a></p>
<p>So far so boring, I set the table to glossy, and made the diffuse colour 0.26 across the board, and the specular colour I set the texture 0.24 across the board. u and v roughness are both set to 0.05.</p>
<p>Lets add some texture, for the original scene i used a texture from the indigo material database. It is the Elm wood texture. in blender 2.58 i recommend splitting the material pannel in half so you can see the textures, and material settings next to each other.</p>
<p><a href="http://3drenderblog.files.wordpress.com/2011/07/table_blender_first_settings.png"><img class="aligncenter size-full wp-image-334" title="table_blender_first_settings" src="http://3drenderblog.files.wordpress.com/2011/07/table_blender_first_settings.png?w=640" alt=""   /></a>To explain the panel a little, first look at the material panel. It is exactly the same almost as 2.49b.  to define the Diffuse colour to have a texture i have pressed the T button&#8230; The nice thing about LuxBlend25 is that, I have to make my textures in the texture panel before i can assign them, once it is defined, when pressing T, a box appears with the name of all the textures defined for that material.</p>
<p>So look at the Texture panel, Tex.001 is my diffuse colour, it is defined as a blender type image map. The ElmWood texture is set as the file name, and i have defined it to be UV mapped and scaled down 5 times. This is because, usually the textures are high res, but not a high res scan of a whole table!</p>
<p>NB, when defining textures, you can use the blender Texture -or- the LuxRender Type texture, for image maps they are equivalent i think. As you can see, I have set the texture to the Diffuse colour and checked the M button, which means Lux should multiply the colour of the texture by the colour defined (in this case 0.26) so it will appear dull.</p>
<p><a href="http://3drenderblog.files.wordpress.com/2011/07/table_tex.png"><img class="aligncenter size-full wp-image-335" title="table_tex" src="http://3drenderblog.files.wordpress.com/2011/07/table_tex.png?w=640&#038;h=360" alt="" width="640" height="360" /></a>Great, looks ok</p>
<p>I cannot remember if the packed texture contains a bump map or specular map, so if it doesn&#8217;t, i think i likely grey scaled and played with the diffuse map. Either way, I did the same for the specular map as i did with the glossy.</p>
<p><a href="http://3drenderblog.files.wordpress.com/2011/07/table_tex_spec.png"><img class="aligncenter size-full wp-image-338" title="table_tex_spec" src="http://3drenderblog.files.wordpress.com/2011/07/table_tex_spec.png?w=640&#038;h=480" alt="" width="640" height="480" /></a>Here you can just start to see the difference made by the specular map in the reflection on the surface.</p>
<p>The fun part now is the bump map. On the original scene I only used the grey version of the elm wood texture and set an appropriate scale which gives the slight bump you see in the above.</p>
<p>For this, i tried to do something extra&#8230; a scratch texture too to give me a table that looks like it has seen some action, like you might get in a pub. Doing this is simple in either 2.49 or 2.58, but i found the interface to be much more user friendly and simple, allowing me to define a few textures and have them all to play with, rather than a HUGE long vertical list like it would be in 2.49, where each texture has to be defined by hand. Here things are defined and then put into slots, the system is wonderful.</p>
<p>I googled before for a scratch texture, once more, i cant give the address to go and get it because i cannot remember, sorry. So i defined the scratch texture in the same way as I did the glossy and diffuse. I then used a mix texture to give me a 50:50 merge of the scratch texture, and the Glossy texture. This time i didnt NOT press the M button on the textures, As i didnt want to weight them.</p>
<p><a href="http://3drenderblog.files.wordpress.com/2011/07/table_tex_all.png"><img class="aligncenter size-full wp-image-341" title="table_tex_all" src="http://3drenderblog.files.wordpress.com/2011/07/table_tex_all.png?w=640&#038;h=480" alt="" width="640" height="480" /></a></p>
<p>For this scene the approximate scale height for the bump map as you can see from the above panel is 0.0004, (0.4mm), I put the mix texture into the bump map slot and selected the M, so the texture height is scaled appropriately. I think this could be a little too high a scale for the bump map when looking back at the original image.</p>
<p>Either way &#8211; the final image, along with the spider, and another spider + beer mat is as follows.</p>
<p><a href="http://3drenderblog.files.wordpress.com/2011/07/spider_captured_2.png"><img class="aligncenter size-full wp-image-342" title="Spider_Captured_2" src="http://3drenderblog.files.wordpress.com/2011/07/spider_captured_2.png?w=640&#038;h=533" alt="" width="640" height="533" /></a>The colours look a luttle different, mainly due to tonemapping. However, the extra experience I have had with material setup between the original and now shows a little. I am very happy with the table and will likely feature it more often.</p>
<p>This is the final result, sorry for not including more pictures of panels, much of it is i believe self explanatory from the images shown, and the text. I found that once i got started and defined a few textures, everything actually fell into place.</p>
<p>My only word of caution is that, it often appears like textures do not work when you hit preview&#8230; if this happens, it usually means you have mixed up a float texture with a colour. A float texture is when a numerical value is given as the texture, such as in a luxrender procedural map. The best solution to this is to do a mix texture&#8230; a two step texture where you define the colour in the mixed textures, and the mix amount to be the procedural texture. Getting this right and getting it into your head in the right way is a bit difficult. I have had a few occasions where textures seem not to work at all&#8230;</p>
<p>This problem was taken care of in LuxBlend2.49, so it is something that was hidden to the user. I am not sure if there are plans to change this for LuxBlend25, but it isn&#8217;t too bad once you understand the differences.</p>
<p>Bump maps for example tend to cause most heart ache for this&#8230; but&#8230; from advice, bump maps should be grey scale or floats in general&#8230; and things will be ok.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/3drenderblog.wordpress.com/331/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/3drenderblog.wordpress.com/331/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/3drenderblog.wordpress.com/331/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/3drenderblog.wordpress.com/331/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/3drenderblog.wordpress.com/331/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/3drenderblog.wordpress.com/331/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/3drenderblog.wordpress.com/331/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/3drenderblog.wordpress.com/331/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/3drenderblog.wordpress.com/331/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/3drenderblog.wordpress.com/331/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/3drenderblog.wordpress.com/331/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/3drenderblog.wordpress.com/331/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/3drenderblog.wordpress.com/331/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/3drenderblog.wordpress.com/331/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=3drenderblog.wordpress.com&amp;blog=13643415&amp;post=331&amp;subd=3drenderblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://3drenderblog.wordpress.com/2011/07/06/luxblend-in-blender-2-58/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/921548b02e3a9c70e8d0e34832c3fa17?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thefirstwarofmen</media:title>
		</media:content>

		<media:content url="http://3drenderblog.files.wordpress.com/2010/06/captured.png" medium="image">
			<media:title type="html">captured</media:title>
		</media:content>

		<media:content url="http://3drenderblog.files.wordpress.com/2011/07/table_blender.png?w=300" medium="image">
			<media:title type="html">table_blender</media:title>
		</media:content>

		<media:content url="http://3drenderblog.files.wordpress.com/2011/07/table_blank.png" medium="image">
			<media:title type="html">table_blank</media:title>
		</media:content>

		<media:content url="http://3drenderblog.files.wordpress.com/2011/07/table_blender_first_settings.png" medium="image">
			<media:title type="html">table_blender_first_settings</media:title>
		</media:content>

		<media:content url="http://3drenderblog.files.wordpress.com/2011/07/table_tex.png" medium="image">
			<media:title type="html">table_tex</media:title>
		</media:content>

		<media:content url="http://3drenderblog.files.wordpress.com/2011/07/table_tex_spec.png" medium="image">
			<media:title type="html">table_tex_spec</media:title>
		</media:content>

		<media:content url="http://3drenderblog.files.wordpress.com/2011/07/table_tex_all.png" medium="image">
			<media:title type="html">table_tex_all</media:title>
		</media:content>

		<media:content url="http://3drenderblog.files.wordpress.com/2011/07/spider_captured_2.png" medium="image">
			<media:title type="html">Spider_Captured_2</media:title>
		</media:content>
	</item>
		<item>
		<title>Python + Boost + LuxRender = working pylux?</title>
		<link>http://3drenderblog.wordpress.com/2011/06/30/python-boost-luxrender-working-pylux/</link>
		<comments>http://3drenderblog.wordpress.com/2011/06/30/python-boost-luxrender-working-pylux/#comments</comments>
		<pubDate>Thu, 30 Jun 2011 03:41:01 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
		
		<guid isPermaLink="false">http://3drenderblog.wordpress.com/?p=324</guid>
		<description><![CDATA[Yesterday I tried to fix an issue which I think i noted before on my Linux environment in which,  Python Boost and LuxRender would compile seemingly fine, however when i try to use pylux in blender 2.5 I am left &#8230; <a href="http://3drenderblog.wordpress.com/2011/06/30/python-boost-luxrender-working-pylux/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=3drenderblog.wordpress.com&amp;blog=13643415&amp;post=324&amp;subd=3drenderblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Yesterday I tried to fix an issue which I think i noted before on my Linux environment in which,  Python Boost and LuxRender would compile seemingly fine, however when i try to use pylux in blender 2.5 I am left with an error in the console.</p>
<p>The Error was this<br />
ImportError was: /usr/local/lib/libboost_python.so.1.43.0: undefined symbol: PyUnicodeUCS2_AsUTF8String)</p>
<p>I was helped alot by a member in the luxrender IRC channel, (THANKS ONCE AGAIN! Orbisvicis) and would like to share what we think was the problem and the fix. For my records and for anyone who is unlucky enough to see the same error. I say unlucky because from experience, getting and compiling boost and having it link with everything, can be extremely painful. I lost count of the number of times i compiled python boost and luxrender yesterday.</p>
<p>OK so it appears to be a unicode problem, the exact cause could be a number of things</p>
<ul>
<li>unicode support was not included with the python I compiled.</li>
<li>pylux is linked against an incorrect version of python.</li>
<li>the python implemented/packaged with blender is causing the issue.</li>
</ul>
<p>The easist one of these to check is the linking in pylux.so use ldd pylux.so to check the library dependancies. Look for things that look odd or out of place. NOW this is were I had my problem. Despite Boost being built against the correct version of Python, when make finally linked pylux.so, it fell back to my systems pre-installed Python2.6&#8230; so it was getting confused by this.</p>
<p>HOWEVER for completeness I will detail the final full solution of building python correct for the job and luxrender.</p>
<p>First i got the latest version of python 3.2.1rc1<br />
<a href="http://www.python.org/download/releases/3.2.1/">http://www.python.org/download/releases/3.2.1/</a><br />
I applied a <a href="https://svn.boost.org/trac/boost/attachment/ticket/4994/4994-compile-fix-for-Python32-v2.patch">patch</a> to the python, for the boost libraries</p>
<p>Python was then built with the following command.</p>
<p>./configure &#8211;prefix=/usr &#8211;enable-shared &#8211;with-threads &#8211;with-computed-gotos &#8211;enable-ipv6 &#8211;with-valgrind &#8211;with-wide-unicode &#8211;with-system-expat &#8211;with-system-ffi; make</p>
<p>I changed &#8211;prefix to my desired build location. and did a make install after the above command. NB you might get an error during the compile, however, these shouldnt be anything you need (for LuxBlend or LuxRender) if you need to fix them, unfortunately that will be up to you, sorry.</p>
<p>I also got a later version of boost, 1.46, however the build process is IDENTICAL to that talked about <a title="Change of Linux Distribution" href="http://3drenderblog.wordpress.com/2011/06/15/change-of-linux-distribution/">previously</a> however, be sure to check you used the correct include directories, as the normal<br />
/&#8230;&#8230;./python32_build<br />
/&#8230;&#8230;./python32_build/include/python3.2m<br />
directory will have a &#8216;u&#8217; on the end (signifying unicode?)<br />
/&#8230;&#8230;./python32_build/include/python3.2mu</p>
<p>Boost should (at least it did on mine) compile perfectly fine.</p>
<p>The next part is LuxRender. The part here is cmake will often default to system directories in case of issues, and unfortunately this causes alot of issues. Cmake in luxrender was reorganised recently, and is likely still undergoing some change. there is a directory, cmake in the head directory of lux which contains a few useful files in which you can change cmake include directories and search paths.</p>
<p>in my case because python was likely my issue when i did the cmake i used the following commands</p>
<p>-DPYTHON_INCLUDE_DIR=&lt;link to include dir&gt;<br />
-DPYTHON_LIBRARY=&lt;link to actual lib file&gt;</p>
<p>A full list of all options can be found in the CMakeCache.txt file which cmake generates&#8230; there are MANY MANY MANY and with the new cmake rewrite, if you have problems you can write your own custom config file and load it. Once you have picked out the ones you need you can use them by</p>
<p>cmake -DPYTHON_LIBRARY=&lt;link to actual lib file&gt; .<br />
for example.</p>
<p>I was able to use blender with pylux.so and all was right with the world. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Once again thanks to the help i was given in IRC, and I hope these notes can come in handy to anyone suffering similar issues. Even if the error isnt exactly the same as shown here, the cmake notes at the end can fix so many issues. Also for library problems ldd is your friend.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/3drenderblog.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/3drenderblog.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/3drenderblog.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/3drenderblog.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/3drenderblog.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/3drenderblog.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/3drenderblog.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/3drenderblog.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/3drenderblog.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/3drenderblog.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/3drenderblog.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/3drenderblog.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/3drenderblog.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/3drenderblog.wordpress.com/324/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=3drenderblog.wordpress.com&amp;blog=13643415&amp;post=324&amp;subd=3drenderblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://3drenderblog.wordpress.com/2011/06/30/python-boost-luxrender-working-pylux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/921548b02e3a9c70e8d0e34832c3fa17?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thefirstwarofmen</media:title>
		</media:content>
	</item>
		<item>
		<title>Simple is Beautiful</title>
		<link>http://3drenderblog.wordpress.com/2011/06/28/simple-is-beautiful/</link>
		<comments>http://3drenderblog.wordpress.com/2011/06/28/simple-is-beautiful/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 13:07:31 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
		
		<guid isPermaLink="false">http://3drenderblog.wordpress.com/?p=318</guid>
		<description><![CDATA[With the release of LuxRender 0.8 comes a new competition. The competition has been running since early this month, and ends at the end (strangely enough!). The example previous competition was a to luxrender example scene that could ship with &#8230; <a href="http://3drenderblog.wordpress.com/2011/06/28/simple-is-beautiful/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=3drenderblog.wordpress.com&amp;blog=13643415&amp;post=318&amp;subd=3drenderblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>With the release of LuxRender 0.8 comes a new competition. The competition has been running since early this month, and ends at the end (strangely enough!). The example previous competition was a to luxrender example scene that could ship with the installer. I didnt enter this one due to time constraints.</p>
<p>However I did enter the Simple is Beautiful competition. Long ago I attended a conference and during the tea/coffee bio break session there was a technology stand, it was quite striking and showed what appeared to be the fuel/control rods at the top of a reactor, surrounded in a bath of Cherenkov blue haze. It was very pretty, and since then i thought about making something similar in Lux.</p>
<p>However, back then to achieve such and effect was possible, however it was somewhat limited and involved using the Bound Volume interface, I never got it to work in a satisfactory way. With the advent of homogeneous volumes in lux, it became possible to do this far more easily, and quickly.</p>
<p>I cannot go into alot of detail, as the scene is infact very simple. It consists of a long tube, which is filled with smaller tubes of a similar length. The inner tubes are smaller and are supposed to represent the control/fuel rods. I then used the homogeneous volume settings to set the atmosphere to absorb and give me a blue haze, and the scattering value to something small, but large enough to give me a desired brightness for my &#8216;god rays&#8217;.</p>
<p>Physically this isn&#8217;t really correct, as the Cherenkov is an emission rather than a scattering, and the blue colour isnt from the absorption at all&#8230; however, to fake the effect I was after, for this scene it is ok.</p>
<p>The part which really gives the cross lighting effect in my scene is that the lighting is a disc placed at the bottom of the larger tube, it is small and only really covers the inner 4 tubes, hence any other light that is seen is an effect of scattering or multiple bounces around the scene.</p>
<p>The scene was rendered for about 1 week on 6 CPUs and here is the result.</p>
<p><a href="http://3drenderblog.files.wordpress.com/2011/06/luxcore_final_1.png"><img class="aligncenter size-full wp-image-319" title="LuxCore_final_1" src="http://3drenderblog.files.wordpress.com/2011/06/luxcore_final_1.png?w=640&#038;h=360" alt="" width="640" height="360" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/3drenderblog.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/3drenderblog.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/3drenderblog.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/3drenderblog.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/3drenderblog.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/3drenderblog.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/3drenderblog.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/3drenderblog.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/3drenderblog.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/3drenderblog.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/3drenderblog.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/3drenderblog.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/3drenderblog.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/3drenderblog.wordpress.com/318/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=3drenderblog.wordpress.com&amp;blog=13643415&amp;post=318&amp;subd=3drenderblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://3drenderblog.wordpress.com/2011/06/28/simple-is-beautiful/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/921548b02e3a9c70e8d0e34832c3fa17?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thefirstwarofmen</media:title>
		</media:content>

		<media:content url="http://3drenderblog.files.wordpress.com/2011/06/luxcore_final_1.png" medium="image">
			<media:title type="html">LuxCore_final_1</media:title>
		</media:content>
	</item>
		<item>
		<title>Change of Linux Distribution</title>
		<link>http://3drenderblog.wordpress.com/2011/06/15/change-of-linux-distribution/</link>
		<comments>http://3drenderblog.wordpress.com/2011/06/15/change-of-linux-distribution/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 16:24:40 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
		
		<guid isPermaLink="false">http://3drenderblog.wordpress.com/?p=312</guid>
		<description><![CDATA[At home my PC has 3 OS&#8217;s installed, Windows 7, Windows XP and Ubuntu. I don&#8217;t really use a bootloader, i use the motherboard boot device selector to switch between the two drives (7 has a drive to itself, and &#8230; <a href="http://3drenderblog.wordpress.com/2011/06/15/change-of-linux-distribution/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=3drenderblog.wordpress.com&amp;blog=13643415&amp;post=312&amp;subd=3drenderblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>At home my PC has 3 OS&#8217;s installed, Windows 7, Windows XP and Ubuntu. I don&#8217;t really use a bootloader, i use the motherboard boot device selector to switch between the two drives (7 has a drive to itself, and XP and Ubuntu shares)</p>
<p>I decided that I would switch over to just having Windows 7 and Linux, as I haven&#8217;t used XP in a long time. I would also change distributions of Linux away from Ubuntu to&#8230; Scientific Linux.</p>
<p>What? Why? What the Hell is that?</p>
<p>Scientific Linux was the first linux I was introduced to during my PhD, back in those days (despite it being only 5 years ago) SL 3 was on the systems at Uni, and, while functional it was pretty terrible and getting anything to work was extremely hard work, getting the correct versions of everything was a big task. SL is maintained mainly by the particle physics community, and such it is loaded with useful things as a development environment pre-shipped, however like I said above, it was a little behind the pace back in those days.</p>
<p>Things are a bit better now with SL6 and in the whole is more up to date and compatible<br />
with hardware.</p>
<p>I have collected together all the helpful and handy hints I used after SL was installed in order to get LuxRender built, along with useful things like&#8230; graphics drivers.</p>
<p>Graphics Drivers (Nvidia) The original is instructions are listed <a href="http://notepad.patheticcockroach.com/505/installing-nvidia-graphics-drivers-on-fedora-12/">here</a> but I present a shortened version</p>
<ol>
<li>Get the required dependancies : yum install kernel-devel gcc</li>
<li>Grab the Nvidia Driver of your choice</li>
<li>black list the nouveau driver<br />
edit : /etc/modprobe.d/blacklist.conf<br />
Add : blacklist nouveau at the end<br />
black list in grub by editing, : /boot/grub/menu.lst<br />
Add : rdblacklist=nouveau at the end of the line starting with kernal, of the one you want to install the drivers</li>
<li>Set the default init level to 3 to stop the graphics drivers being loaded during start up<br />
Edit : /etc/inittab<br />
Replace id:5:initdefault: with id:3:initdefault:</li>
<li>Reboot</li>
<li>log in as normal and run the nVidia installer</li>
<li>Reboot</li>
<li>log in again, and type init 5<br />
If everything went well, the GUI will load and everything will work perfectly <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </li>
<li>If all is good, reverse point number 4.</li>
<li>If all is bad&#8230; follow all this backwards</li>
</ol>
<p><span style="font-size:medium;"><span class="Apple-style-span" style="font-size:16px;line-height:24px;">My experience with this isnt great, so i take no responsibility if you brick your linux&#8230; I certainly have tried to cut corners in the past and ended up in a total mess. These instructions i followed to the letter and successfully installed a v275 series driver in Scientific Linux 6_x86_64.</span></span></p>
<p><span style="font-size:medium;"><span class="Apple-style-span" style="font-size:16px;line-height:24px;">Building LuxRender</span></span></p>
<p>I used a guide posted on the <a href="http://www.luxrender.net/forum/viewtopic.php?f=22&amp;t=5750&amp;start=0">LuxForum </a> If you follow it to the word, everything should work fine. You can use yum or apt-get in general to install all the dependancies you need and in the case of boost and python, follow things to the letter of the guide and you should not get any problems.</p>
<p>Notes :</p>
<p>If you have installed the nVidia drivers, you will usually have OpenCL and Cuda libraries installed in your system, and thus not require the ATI Stream SDK as listed in the guide. HOWEVER you will need to make a /usr/include/CL folder and copy the OpenCL headers in there. This can be taken from the ATI Stream SDK or, from the <a href="http://www.khronos.org/opencl/">khronos</a> group page.</p>
<p>The only things i changed was that i didnt use the ATI stream SDK as explained. I also copied the compiled boost libraies to my system and removed version 1.41 which shipped with my system.  Other than those  you might need to get hold of is <a href="http://glew.sourceforge.net/">libGLEW </a>and compile and install which isn&#8217;t really listed as an instruction.</p>
<p>With a little discussion and following that guide i was able to get LuxRays and LuxRender built and running on Scientific linux&#8230; which was a nice moment.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/3drenderblog.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/3drenderblog.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/3drenderblog.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/3drenderblog.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/3drenderblog.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/3drenderblog.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/3drenderblog.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/3drenderblog.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/3drenderblog.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/3drenderblog.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/3drenderblog.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/3drenderblog.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/3drenderblog.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/3drenderblog.wordpress.com/312/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=3drenderblog.wordpress.com&amp;blog=13643415&amp;post=312&amp;subd=3drenderblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://3drenderblog.wordpress.com/2011/06/15/change-of-linux-distribution/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/921548b02e3a9c70e8d0e34832c3fa17?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thefirstwarofmen</media:title>
		</media:content>
	</item>
		<item>
		<title>[WIP] Downed Starship &#8211; Cleanup, Mountains and stones.</title>
		<link>http://3drenderblog.wordpress.com/2011/06/10/wip-downed-starship-cleanup-mountains-and-stones/</link>
		<comments>http://3drenderblog.wordpress.com/2011/06/10/wip-downed-starship-cleanup-mountains-and-stones/#comments</comments>
		<pubDate>Fri, 10 Jun 2011 13:54:49 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
		
		<guid isPermaLink="false">http://3drenderblog.wordpress.com/?p=306</guid>
		<description><![CDATA[Working on the Downed Starship in blender 2.57 has brought a few challenges, one of them being placement of debris. Previously I used the game engine to simulate physics. however ,with some of the simulation occuring using the older 2.49 &#8230; <a href="http://3drenderblog.wordpress.com/2011/06/10/wip-downed-starship-cleanup-mountains-and-stones/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=3drenderblog.wordpress.com&amp;blog=13643415&amp;post=306&amp;subd=3drenderblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Working on the Downed Starship in blender 2.57 has brought a few challenges, one of them being placement of debris. Previously I used the game engine to simulate physics. however ,with some of the simulation occuring using the older 2.49 engine, parts of the scene seemed to be suffering from caching issues and for other parts were suffering from being, &#8216;un-modifiable&#8217; that is, if i move an object to lay it better or put it somewhere a little different, when i hit the render button, blender resets the position of the object back to were it was in the animation.</p>
<p>I cant really complain since in this respect blender isnt really performing an animation, it is the game engine. I finally found a way to remove animation information, but it is somewhat tedeaous and im sure there is  a better way. All you do is go to the Dropesheet and select the object, and delete the position and rotation channels. For the most part this esensially clears all the information. For my scene it didnt reset the position or rotation but left the object where it was on that frame. I should experiment more, but for my cleanup it worked out just fine.</p>
<p>In order to make my background a little more interesting i added a second set of mountains/hills by instancing the original background and pushing it back a little, and rotating. I experimented adding a few rocks, this looks reasonable, however I think i need to remove the texture from them as they look like sandy blobs rather than rocks.</p>
<p>I also used arch glass rather than the full glass refraction, this was an experiemnt to speed up the render time. I also changed the volume integrator to single over multi, and in effect boosted my render speed, from about 500S/s to 10kS/s which is nice. I had to increase the scattering scale however to get a scene similar to what i had before.</p>
<p>Here is the result.</p>
<p><a href="http://3drenderblog.files.wordpress.com/2011/06/new_landscape25-scene-000001.png"><img class="aligncenter size-full wp-image-308" title="New_Landscape25.Scene.00000" src="http://3drenderblog.files.wordpress.com/2011/06/new_landscape25-scene-000001.png?w=640&#038;h=448" alt="" width="640" height="448" /></a>I have some kind of grid artefact in the sky, likely caused by numerical accuracy, but i will be checking with the people at Lux to see if anything obvious can cause this.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/3drenderblog.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/3drenderblog.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/3drenderblog.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/3drenderblog.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/3drenderblog.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/3drenderblog.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/3drenderblog.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/3drenderblog.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/3drenderblog.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/3drenderblog.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/3drenderblog.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/3drenderblog.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/3drenderblog.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/3drenderblog.wordpress.com/306/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=3drenderblog.wordpress.com&amp;blog=13643415&amp;post=306&amp;subd=3drenderblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://3drenderblog.wordpress.com/2011/06/10/wip-downed-starship-cleanup-mountains-and-stones/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/921548b02e3a9c70e8d0e34832c3fa17?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thefirstwarofmen</media:title>
		</media:content>

		<media:content url="http://3drenderblog.files.wordpress.com/2011/06/new_landscape25-scene-000001.png" medium="image">
			<media:title type="html">New_Landscape25.Scene.00000</media:title>
		</media:content>
	</item>
		<item>
		<title>[WIP] Downed Starship, in helmet render</title>
		<link>http://3drenderblog.wordpress.com/2011/06/09/wip-downed-starship-in-helmet-render/</link>
		<comments>http://3drenderblog.wordpress.com/2011/06/09/wip-downed-starship-in-helmet-render/#comments</comments>
		<pubDate>Thu, 09 Jun 2011 14:07:50 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
		
		<guid isPermaLink="false">http://3drenderblog.wordpress.com/?p=301</guid>
		<description><![CDATA[I wanted to do some kind of real view, as though looking through the eyes of someone standing at the scene of the downed starship. This presents a few issues, scale, focal length and getting the materials and volumetrics to &#8230; <a href="http://3drenderblog.wordpress.com/2011/06/09/wip-downed-starship-in-helmet-render/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=3drenderblog.wordpress.com&amp;blog=13643415&amp;post=301&amp;subd=3drenderblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I wanted to do some kind of real view, as though looking through the eyes of someone standing at the scene of the downed starship. This presents a few issues, scale, focal length and getting the materials and volumetrics to behave. All this within blender 2.57!</p>
<p>I spent some time modelling a helmet, this was a challenge for me but rewarding none the less,</p>
<p><a href="http://3drenderblog.files.wordpress.com/2011/06/helmetview.png"><img class="aligncenter size-full wp-image-302" title="HelmetView" src="http://3drenderblog.files.wordpress.com/2011/06/helmetview.png?w=640" alt=""   /></a>One helmet, as you can see i placed the camera inside it, the focal length of an eye is somewhere between 17 and 24mm however for a camera this doesnt appear to give the same sense of peripheral vision. So i made it shorter to get more of the scene in.</p>
<p>The next part is working out the reflections for the inside. Now i did a number of test renders with glass and the number of reflections where minimal, this is good you might say, as a helmet would hope to reduce the number of reflections as not to confuse the user. And you would be right&#8230; however, to have zero reflections is also not in my opinion realistic and takes away from the fact it is an inside helmet view.</p>
<p>I thus added a mix material of glass2 and a 1%mirror and tested that. I also placed a mesh face inside the helmet. As you can see the face is placed far far far behind and not exactly where the real viewing place would be. again, this will need some moving and adjusting.</p>
<p>The last thing i tried was to make a HUD, in order to have some kind of computer overlay to the scene, im not sure i like this but will at least keep it there for the time being.</p>
<p><a href="http://3drenderblog.files.wordpress.com/2011/06/helmetmesh.png"><img class="aligncenter size-full wp-image-303" title="HelmetMesh" src="http://3drenderblog.files.wordpress.com/2011/06/helmetmesh.png?w=640" alt=""   /></a></p>
<p>The last point to make is the volumetrics,</p>
<p>I initially had problems that the volumetrics would be reset when the light passes through the glass of the helmet&#8230; that is, the scattering simply would not be there and it would be perfect daylight outside. It appears that if a volume is planar and thin, then this can happen for a scene like this because of rounding errors and the step size of the volume. In total i had to use a thickness of 0.04 using the blender solidify tool, which is somewhat unphysical, but i will look at that later.</p>
<p>Here is the resulting 10hr render</p>
<p><a href="http://3drenderblog.files.wordpress.com/2011/06/new_landscape25-scene-01356.png"><img class="aligncenter size-full wp-image-304" title="New_Landscape25.Scene.01356" src="http://3drenderblog.files.wordpress.com/2011/06/new_landscape25-scene-01356.png?w=640&#038;h=448" alt="" width="640" height="448" /></a>As you can see i dint play around with all the materials this time, because im in blender 2.57 i have to rework all the materials. I think i need to raise the scattering a little bit, but other all, it isnt too bad a progression. The soil needs better detailing i think, probably a displacement map or higher bump map.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/3drenderblog.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/3drenderblog.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/3drenderblog.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/3drenderblog.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/3drenderblog.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/3drenderblog.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/3drenderblog.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/3drenderblog.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/3drenderblog.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/3drenderblog.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/3drenderblog.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/3drenderblog.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/3drenderblog.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/3drenderblog.wordpress.com/301/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=3drenderblog.wordpress.com&amp;blog=13643415&amp;post=301&amp;subd=3drenderblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://3drenderblog.wordpress.com/2011/06/09/wip-downed-starship-in-helmet-render/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/921548b02e3a9c70e8d0e34832c3fa17?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thefirstwarofmen</media:title>
		</media:content>

		<media:content url="http://3drenderblog.files.wordpress.com/2011/06/helmetview.png" medium="image">
			<media:title type="html">HelmetView</media:title>
		</media:content>

		<media:content url="http://3drenderblog.files.wordpress.com/2011/06/helmetmesh.png" medium="image">
			<media:title type="html">HelmetMesh</media:title>
		</media:content>

		<media:content url="http://3drenderblog.files.wordpress.com/2011/06/new_landscape25-scene-01356.png" medium="image">
			<media:title type="html">New_Landscape25.Scene.01356</media:title>
		</media:content>
	</item>
		<item>
		<title>LuxRender 0.8 Final</title>
		<link>http://3drenderblog.wordpress.com/2011/06/08/luxrender-0-8-final/</link>
		<comments>http://3drenderblog.wordpress.com/2011/06/08/luxrender-0-8-final/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 15:41:41 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
		
		<guid isPermaLink="false">http://3drenderblog.wordpress.com/?p=299</guid>
		<description><![CDATA[As the tile says, LuxRender 0.8 is finally released as a stable version. Barring any major bugfixes it is good to use. I suspect a 0.8.1 version will be released as appears traditional. To get hold of it, along with &#8230; <a href="http://3drenderblog.wordpress.com/2011/06/08/luxrender-0-8-final/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=3drenderblog.wordpress.com&amp;blog=13643415&amp;post=299&amp;subd=3drenderblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As the tile says, LuxRender 0.8 is finally released as a stable version. Barring any major bugfixes it is good to use. I suspect a 0.8.1 version will be released as appears traditional.</p>
<p>To get hold of it, along with the exporter of your choice, click this <a href="http://www.luxrender.net/en_GB/download">link</a></p>
<p>A number of things have been changed since 0.7.1 a few of which are listed below</p>
<ul>
<li>New GUI options for saving tonemapped images</li>
<li>render queues</li>
<li>new lightgroup handling, and GUI options</li>
<li>Glossy Translucent material</li>
<li>Band texture for complex gradients</li>
<li>Volume scattering (homogeneous)</li>
<li>ply mesh loader</li>
<li>on the fly microdisplacement subdivision</li>
</ul>
<p><span style="font-size:medium;"><span class="Apple-style-span" style="font-size:16px;line-height:24px;">The full list is rather long, but these are the ones that spring to mind as the major features as a user.</span></span></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/3drenderblog.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/3drenderblog.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/3drenderblog.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/3drenderblog.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/3drenderblog.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/3drenderblog.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/3drenderblog.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/3drenderblog.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/3drenderblog.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/3drenderblog.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/3drenderblog.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/3drenderblog.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/3drenderblog.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/3drenderblog.wordpress.com/299/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=3drenderblog.wordpress.com&amp;blog=13643415&amp;post=299&amp;subd=3drenderblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://3drenderblog.wordpress.com/2011/06/08/luxrender-0-8-final/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/921548b02e3a9c70e8d0e34832c3fa17?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thefirstwarofmen</media:title>
		</media:content>
	</item>
		<item>
		<title>Large Scale Test</title>
		<link>http://3drenderblog.wordpress.com/2011/05/30/large-scale-test/</link>
		<comments>http://3drenderblog.wordpress.com/2011/05/30/large-scale-test/#comments</comments>
		<pubDate>Mon, 30 May 2011 15:50:41 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
		
		<guid isPermaLink="false">http://3drenderblog.wordpress.com/?p=294</guid>
		<description><![CDATA[To continue my previous post, a little late however, here is a test i did of a blender generated terrain. I scaled it up so it is approximately 10km wide (from memory) and put it in the background of the &#8230; <a href="http://3drenderblog.wordpress.com/2011/05/30/large-scale-test/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=3drenderblog.wordpress.com&amp;blog=13643415&amp;post=294&amp;subd=3drenderblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>To continue my previous post, a little late however, here is a test i did of a blender generated terrain. I scaled it up so it is approximately 10km wide (from memory) and put it in the background of the scene. Here the scattering seems to give the sense of scale much clearer.</p>
<p>I am moving over to Blender2.57 and such the scene has slowed down a little once more as i try and match the luxblend settings.</p>
<p><a href="http://3drenderblog.files.wordpress.com/2011/05/downed_landscape.png"><img class="aligncenter size-full wp-image-295" title="Downed_landscape" src="http://3drenderblog.files.wordpress.com/2011/05/downed_landscape.png?w=640&#038;h=448" alt="" width="640" height="448" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/3drenderblog.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/3drenderblog.wordpress.com/294/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/3drenderblog.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/3drenderblog.wordpress.com/294/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/3drenderblog.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/3drenderblog.wordpress.com/294/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/3drenderblog.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/3drenderblog.wordpress.com/294/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/3drenderblog.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/3drenderblog.wordpress.com/294/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/3drenderblog.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/3drenderblog.wordpress.com/294/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/3drenderblog.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/3drenderblog.wordpress.com/294/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=3drenderblog.wordpress.com&amp;blog=13643415&amp;post=294&amp;subd=3drenderblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://3drenderblog.wordpress.com/2011/05/30/large-scale-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/921548b02e3a9c70e8d0e34832c3fa17?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thefirstwarofmen</media:title>
		</media:content>

		<media:content url="http://3drenderblog.files.wordpress.com/2011/05/downed_landscape.png" medium="image">
			<media:title type="html">Downed_landscape</media:title>
		</media:content>
	</item>
		<item>
		<title>[WIP] Downed starship revisited with LuxRender 0.8</title>
		<link>http://3drenderblog.wordpress.com/2011/05/09/wip-downed-starship-revisited-with-luxrender-0-8/</link>
		<comments>http://3drenderblog.wordpress.com/2011/05/09/wip-downed-starship-revisited-with-luxrender-0-8/#comments</comments>
		<pubDate>Mon, 09 May 2011 15:34:11 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Blender]]></category>
		<category><![CDATA[LuxRender]]></category>

		<guid isPermaLink="false">http://3drenderblog.wordpress.com/?p=288</guid>
		<description><![CDATA[With the inclusion or at least with the possibility of using scattering to create a dusty environment, I have revisited the previous project spoken about in a few posts - Example &#8211; . One thing that I always found difficult &#8230; <a href="http://3drenderblog.wordpress.com/2011/05/09/wip-downed-starship-revisited-with-luxrender-0-8/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=3drenderblog.wordpress.com&amp;blog=13643415&amp;post=288&amp;subd=3drenderblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>With the inclusion or at least with the possibility of using scattering to create a dusty environment, I have revisited the previous project spoken about in a few posts <a href="http://3drenderblog.wordpress.com/2010/11/10/exterior-scene/">- Example &#8211; </a>.</p>
<p>One thing that I always found difficult to create was a truly different or strange environment and make it look like i didnt just do something strange with the tone mapping.</p>
<p>I loaded up an old version of the scene and applied minimum settings for volumetric scattering. Here is the result.</p>
<p><a href="http://3drenderblog.files.wordpress.com/2011/05/starship_wscatter.png"><img class="aligncenter size-full wp-image-290" title="Starship_wScatter" src="http://3drenderblog.files.wordpress.com/2011/05/starship_wscatter.png?w=640&#038;h=360" alt="" width="640" height="360" /></a>The number of samples here is fairly low so it is very noisy, but despite that, the scattering gives a impressive glow from the sun and the sunsky. It also gives a slight perception of depth as the hill fades to the left of the scene.</p>
<p>Since then I decided the following</p>
<p>1) Make my own Environment exactly how i want it and to the scale i want it. The specs of this are approximately the following;</p>
<p>Scale -&gt; about 2km square<br />
Environement -&gt; A long trench drawn out be the ship/object, surface should be sandy with rocks and debris scattered.</p>
<p>I spent a little time trying to create this world, and imported the starship part. Once more i applied minimal settings for the scattering volume and hit go.</p>
<p><a href="http://3drenderblog.files.wordpress.com/2011/05/default.png"><img class="aligncenter size-full wp-image-291" title="Downed ship in new environment " src="http://3drenderblog.files.wordpress.com/2011/05/default.png?w=640&#038;h=329" alt="" width="640" height="329" /></a></p>
<p>One thing that always bothered me in my previous work with this type of scene is that ultimately the scene will be from someone looking out. So I used a cube as a setting device. The camera is located 1.7m above the ground, with the cube being 1m in dimensions set a short distance ahead so it is visible.</p>
<p>It is a start</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/3drenderblog.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/3drenderblog.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/3drenderblog.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/3drenderblog.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/3drenderblog.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/3drenderblog.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/3drenderblog.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/3drenderblog.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/3drenderblog.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/3drenderblog.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/3drenderblog.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/3drenderblog.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/3drenderblog.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/3drenderblog.wordpress.com/288/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=3drenderblog.wordpress.com&amp;blog=13643415&amp;post=288&amp;subd=3drenderblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://3drenderblog.wordpress.com/2011/05/09/wip-downed-starship-revisited-with-luxrender-0-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/921548b02e3a9c70e8d0e34832c3fa17?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thefirstwarofmen</media:title>
		</media:content>

		<media:content url="http://3drenderblog.files.wordpress.com/2011/05/starship_wscatter.png" medium="image">
			<media:title type="html">Starship_wScatter</media:title>
		</media:content>

		<media:content url="http://3drenderblog.files.wordpress.com/2011/05/default.png" medium="image">
			<media:title type="html">Downed ship in new environment </media:title>
		</media:content>
	</item>
	</channel>
</rss>
