<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Godot on Steven&#39;s blog</title>
    <link>https://landow.dev/tags/godot/</link>
    <description>Recent content in Godot on Steven&#39;s blog</description>
    <generator>Hugo -- 0.152.2</generator>
    <language>en</language>
    <lastBuildDate>Tue, 04 Jul 2023 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://landow.dev/tags/godot/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Faking Buoyancy</title>
      <link>https://landow.dev/posts/buoyancy/</link>
      <pubDate>Tue, 04 Jul 2023 00:00:00 +0000</pubDate>
      <guid>https://landow.dev/posts/buoyancy/</guid>
      <description>&lt;video style=&#34;width: 100%&#34;, src=&#34;demo.webm&#34; autoplay muted loop&gt;&lt;/video&gt;

&lt;p&gt;During the intro to a game I (perodically) work on, the player starts on a
pirate ship. Realistic water doesn&amp;rsquo;t fit the style, and scroling textures on a
big plane looked pretty boring. To make things a bit angrier I needed intense
waves, and I needed those waved to actually affect the world.&lt;/p&gt;
&lt;h2 id=&#34;waves&#34;&gt;Waves&lt;/h2&gt;
&lt;p&gt;To keep it simple, I just did procedural heightmap; i.e. set the vertical
coorinate to be a function of the horizontal position and time.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Non-Destructive Terrain Editor</title>
      <link>https://landow.dev/posts/terrain/</link>
      <pubDate>Sun, 01 Jan 2023 00:00:00 +0000</pubDate>
      <guid>https://landow.dev/posts/terrain/</guid>
      <description>&lt;p&gt;I am not a good artist. One of the reason 3D is a bit more
attractive to me is that I can usually build something rather
than draw it or sculpt it. Digital art gives you an &amp;ldquo;undo&amp;rdquo;
button, but being able to undo or redo things out of order makes
it even easier to experiment.&lt;/p&gt;
&lt;p&gt;Most of the terrain tools out there have a destructive workflow. Using various
brushes, you write directly to a heightmap. Including the concept of &amp;ldquo;layers&amp;rdquo;
can help here, but I want something closer to modeling.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Triplanar with Deep Parallax in Godot</title>
      <link>https://landow.dev/posts/triplanar/</link>
      <pubDate>Fri, 23 Dec 2022 00:00:00 +0000</pubDate>
      <guid>https://landow.dev/posts/triplanar/</guid>
      <description>&lt;p&gt;Triplanar mapping is already expensive, and multiplying that by the samples for
paralax occlusion mapping is probably a bad idea. It was fun to implement this
anyway, even if I don&amp;rsquo;t use it in a game.&lt;/p&gt;
&lt;p&gt;In my current WFC prototypes, I&amp;rsquo;m re-using models and rotating them. At some
point I&amp;rsquo;ll need to handle also transforming the UVs based on the rotation of
the tiles&amp;rsquo; models, but for now triplanar mapping is a quick way to get an idea
of how things might look.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
