Create an account


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Godot SDFGI

#1
Godot SDFGI

<div><p>Godot just got a new feature for the upcoming Godot 4.0 release, SDFGI, or Signed Distance Field Global Illumination.&nbsp; It is described accordingly on the <a href="https://godotengine.org/article/godot-40-gets-sdf-based-real-time-global-illumination">Godot website</a>:</p>
<blockquote readability="20">
<p>SDFGI stands for Signed Distance Field Global Illumination. It means this technique makes heavy use of Signed Distance Fields (an Euclidean distance based representation of the signed distance function of a grid) to create this lighting.</p>
<p>While implementation is not final, and there will probably be many improvements to quality and performance, it seems to be good enough for general use now.</p>
<p>I would like to thank hugely Matias Goldberg for his enormous help on this, our patrons for their continued support, and Tim Sweeney and Epic Games for their confidence in helping us finance our research via Epic Megagrant. This new technique was developed entirely in the open and implemented under our MIT license, so anyone is welcome to use it in their own engines and games.</p>
</blockquote>
<p>Now in terms of what SDFGI actually does:</p>
<blockquote readability="19">
<p>SDGFI is something akin to a dynamic real-time lightmap (but it does not require unwrapping, nor does it use textures). It’s enabled and it automatically works by generating global illumination for static objects. It <strong>does not require raytracing</strong>, and it runs in most current (and some years old) dedicated GPUs, <strong>even medium-end budget CPUs from some years ago</strong> (SDFGI was developed and tested on a GeForce 1060, running at a stable 60 FPS).</p>
<p>Light changes <strong>are real-time</strong>, meaning any change in lighting conditions will result in an <strong>immediate update</strong>. Dynamic objects are supported only for receiving light from the environment, but they don’t contribute to lighting. Some degree of support is planned for this eventually, but not immediately.</p>
</blockquote>
<p>In the <a href="https://www.youtube.com/watch?v=lQyi5K0Zj1c">video</a> below, we look at traditional Global Illumination, then show an example of the new SDFGI, including a small tutorial on how to use it.&nbsp; Godot creator Juan Linietsky also has a <a href="https://www.youtube.com/watch?v=ztkBRFocHww">video</a> on his channel about SDFGI should you wish to learn more.</p>
<p align="center"><iframe width="853" height="480" src="https://www.youtube.com/embed/lQyi5K0Zj1c" frameborder="0" allowfullscreen allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture">[embedded content]</iframe> </p>
<p class="under"> <span class="categories"><a href="https://www.gamefromscratch.com/category/GameDev-News.aspx">GameDev News</a></span> <span class="tags"><a href="https://www.gamefromscratch.com/?tag=/Godot" rel="tag">Godot</a></span> </p>
<hr>
<p> <!--
<script type="text/javascript"><!- - google_ad_client = "ca-pub-5156240514307514"; /* GFS 720 Post above Comments */ google_ad_slot = "5626844176"; google_ad_width = 728; google_ad_height = 90; //- ->
</script>
--></p>
</div>


https://www.sickgaming.net/blog/2020/06/30/godot-sdfgi/
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum software by © MyBB Theme © iAndrew 2016