<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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>Comments on: First screenshots</title>
	<atom:link href="https://ranmantaru.com/blog/2011/06/03/first-screenshots/feed/" rel="self" type="application/rss+xml" />
	<link>https://ranmantaru.com/blog/2011/06/03/first-screenshots/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=first-screenshots</link>
	<description></description>
	<lastBuildDate>Mon, 13 Oct 2014 19:26:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: e-dog</title>
		<link>https://ranmantaru.com/blog/2011/06/03/first-screenshots/#comment-162</link>
		<dc:creator>e-dog</dc:creator>
		<pubDate>Mon, 02 Apr 2012 01:07:23 +0000</pubDate>
		<guid isPermaLink="false">http://ranmantaru.com/?p=16#comment-162</guid>
		<description>Well, the water simulation &lt;b&gt;is&lt;/b&gt; CPU-heavy. Can be optimized for multi-core CPUs though.

Yeah, it&#039;s all shaders. You can find some info in the blog here. Also, paid version comes with HLSL shader sources that can be tweaked.

There are only two textures now: the land detail texture is from a free texture library, and the water foam texture is generated with Filter Forge.
The post-processing effect makes it look better than it actually is :) You can turn it off with F5 in the demo.</description>
		<content:encoded><![CDATA[<p>Well, the water simulation <b>is</b> CPU-heavy. Can be optimized for multi-core CPUs though.</p>
<p>Yeah, it&#8217;s all shaders. You can find some info in the blog here. Also, paid version comes with HLSL shader sources that can be tweaked.</p>
<p>There are only two textures now: the land detail texture is from a free texture library, and the water foam texture is generated with Filter Forge.<br />
The post-processing effect makes it look better than it actually is <img src='https://ranmantaru.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  You can turn it off with F5 in the demo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: QosmicSmickel</title>
		<link>https://ranmantaru.com/blog/2011/06/03/first-screenshots/#comment-161</link>
		<dc:creator>QosmicSmickel</dc:creator>
		<pubDate>Sun, 01 Apr 2012 19:17:27 +0000</pubDate>
		<guid isPermaLink="false">http://ranmantaru.com/?p=16#comment-161</guid>
		<description>Maybe you can do the map minecraft style, so saving it to chunks. And make islands of set max size, so you can always control the size of fluid simulation(don&#039;t do on water :)) Just a thought.

I downloaded your demo, its stunning! I have no idea how did you did this fluid simulation. Going over all verts has to be heavy on the cpu. 
I also love your overal color style. And the fog:) Is it done in the glsl(shader)?

And the textures. I dont even know where to start to make something similar. 

You got some skills:)

Good luck with the rest of it! I cant wait and will pay for the full version:)</description>
		<content:encoded><![CDATA[<p>Maybe you can do the map minecraft style, so saving it to chunks. And make islands of set max size, so you can always control the size of fluid simulation(don&#8217;t do on water <img src='https://ranmantaru.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ) Just a thought.</p>
<p>I downloaded your demo, its stunning! I have no idea how did you did this fluid simulation. Going over all verts has to be heavy on the cpu.<br />
I also love your overal color style. And the fog:) Is it done in the glsl(shader)?</p>
<p>And the textures. I dont even know where to start to make something similar. </p>
<p>You got some skills:)</p>
<p>Good luck with the rest of it! I cant wait and will pay for the full version:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: e-dog</title>
		<link>https://ranmantaru.com/blog/2011/06/03/first-screenshots/#comment-155</link>
		<dc:creator>e-dog</dc:creator>
		<pubDate>Fri, 30 Mar 2012 10:43:40 +0000</pubDate>
		<guid isPermaLink="false">http://ranmantaru.com/?p=16#comment-155</guid>
		<description>Thanks!
I&#039;m actually in the process of adding some objects right now. It&#039;ll be some stones at first, and then some trees. It&#039;ll need a lot of research for good lighting/shadows.

The world is not infinite, but it&#039;s wrapped around. It&#039;s rather small actually (256x256 heightmap), because larger world means more CPU-consuming water/lava simulation.</description>
		<content:encoded><![CDATA[<p>Thanks!<br />
I&#8217;m actually in the process of adding some objects right now. It&#8217;ll be some stones at first, and then some trees. It&#8217;ll need a lot of research for good lighting/shadows.</p>
<p>The world is not infinite, but it&#8217;s wrapped around. It&#8217;s rather small actually (256&#215;256 heightmap), because larger world means more CPU-consuming water/lava simulation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: QosmicSmickel</title>
		<link>https://ranmantaru.com/blog/2011/06/03/first-screenshots/#comment-154</link>
		<dc:creator>QosmicSmickel</dc:creator>
		<pubDate>Fri, 30 Mar 2012 09:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://ranmantaru.com/?p=16#comment-154</guid>
		<description>My good sir, I have no words to describe the beauty of this. The lightning is awesome! The mood is already here. Do not change that:) I saw your new spell system(water and fireballs) It is amazing! I have no idea how you achieved leveling water and how it is not affecting framerate in any visible way. Yer a wizard!
I tried to do procedural land generation without any marching cubes but it didn&#039;t went well., maybe because I don&#039;t have a degree in CS, or me be stupid derp :) 
I wonder if you tried to add some foliage to this, or similar features. I think there would be some heavy optimalisation in that. And some suicidal thoughts while doing that:) 

Oh, and is this world infinite? If yes, then how do you store chunk info? Do you merge chunks borders? If yes then how? This is all beyond my skills and level of programming and as you see I would really want to know :D

Anyway, sorry for my english and I hope you will make this dream happen! I would really want to play this in its final form!</description>
		<content:encoded><![CDATA[<p>My good sir, I have no words to describe the beauty of this. The lightning is awesome! The mood is already here. Do not change that:) I saw your new spell system(water and fireballs) It is amazing! I have no idea how you achieved leveling water and how it is not affecting framerate in any visible way. Yer a wizard!<br />
I tried to do procedural land generation without any marching cubes but it didn&#8217;t went well., maybe because I don&#8217;t have a degree in CS, or me be stupid derp <img src='https://ranmantaru.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
I wonder if you tried to add some foliage to this, or similar features. I think there would be some heavy optimalisation in that. And some suicidal thoughts while doing that:) </p>
<p>Oh, and is this world infinite? If yes, then how do you store chunk info? Do you merge chunks borders? If yes then how? This is all beyond my skills and level of programming and as you see I would really want to know <img src='https://ranmantaru.com/wordpress/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Anyway, sorry for my english and I hope you will make this dream happen! I would really want to play this in its final form!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
