Animated Clouds with Flow Maps in Godot

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 พ.ย. 2024

ความคิดเห็น • 31

  • @mch43856
    @mch43856 5 หลายเดือนก่อน

    This tutorial is gold ty so much!

  • @yvanvan3729
    @yvanvan3729 2 ปีที่แล้ว +1

    Thank you for sharing this awesome knowledge with us !

  • @mightymochigames
    @mightymochigames 2 ปีที่แล้ว

    This is so super useful! Thanks so much for making this video. I have not found any other resource around that shows how to use it in godot.

  • @davidchaikovsky3625
    @davidchaikovsky3625 2 ปีที่แล้ว

    Have just made this, and it works!

  • @charlieking7600
    @charlieking7600 ปีที่แล้ว

    Looks weird, but anyway, combined with volumetric clouds and image based lighting it will look fantastic. Thanks for guide.

  • @jbhandler7369
    @jbhandler7369 2 หลายเดือนก่อน

    This really helped me figure out the basics of 2d flow maps, thanks Kasper.
    Any idea if a modified approach is feasible for subviewports in 4.3?

    • @KasperFrandsen
      @KasperFrandsen  2 หลายเดือนก่อน

      Pretty sure it works in 4.x now. When I did this video viewports didn't support HDR in 4.x, but I think they do now.

  • @freelearnerschannel
    @freelearnerschannel 2 ปีที่แล้ว

    This was amazingly great!!

  • @rumariomusic
    @rumariomusic 2 ปีที่แล้ว

    Thank you. I learned a lot

  • @rhapsodyaria
    @rhapsodyaria 2 ปีที่แล้ว +2

    I wonder if the weird delay issue is caused by the viewport needing to render first. Perhaps there's a way to grab the viewport itself and check for it to be ready before setting the texture?

  • @ordinaryguy5332
    @ordinaryguy5332 2 ปีที่แล้ว +2

    I've watched all your videos and the more I see, the more I am fascinated by your works.
    You've made such good Godot addons. I have a question, how do you make addons like the terrain system or the waterways addon. No need to be detailed. I just want to know the basic.

    • @KasperFrandsen
      @KasperFrandsen  2 ปีที่แล้ว +1

      Thanks a lot. I didn't make the terrain addon though. Zylann made that. I've just made Waterways and ShellFur. It's actually pretty easy to make addons in Godot. I'd suggest reading the manual page on addons and when you've followed that tutorial I'd suggest you look through the code of other addons to see how they work. I figured out how to do most of my addons by looking at already existing ones and asking people on the Godot discord how to do things.

  • @Paruthi.618
    @Paruthi.618 2 ปีที่แล้ว

    awesome tutorial.. thank you

  • @EeVeE3D
    @EeVeE3D 2 ปีที่แล้ว

    this is really cool...

  • @BeauSeymour
    @BeauSeymour 2 ปีที่แล้ว

    Awesome work :)

  • @rumariomusic
    @rumariomusic 2 ปีที่แล้ว

    Mmmh. I tried to implement this nice clouds into my VR app. But only one eye got an image rendered. If I activate the "arvr" option in the Viewport node everything is black. Any ideas?

    • @KasperFrandsen
      @KasperFrandsen  2 ปีที่แล้ว

      Hmm no i haven't done any vr Dev in Godot. Sounds like a bug though. Maybe check with people in the Godot discord channel and log a bug about it if you can't find an answer.

  • @doko3000
    @doko3000 11 หลายเดือนก่อน

    Hi Kasper. Is there a reason why you don't just plug the raw TIME directly into the flow as a multiplier? This crossfade trick, as you've noticed, creates a bit of ghosting. It feels a bit nauseous. I wonder if the clouds shouldn't just travel around forever, until they loop back (edit: how flowmaps are used for rivers, so the clouds would be treated like a river as well).

    • @KasperFrandsen
      @KasperFrandsen  11 หลายเดือนก่อน +1

      Hi, sorry I should have made that clearer, you can only slighly distort UVs with flowmaps before they become a warped mess and the texture stops looking like clouds at all. If you offsets UVs in a single axis you can loop them all the way around, but you can't with flowmaps.

  • @mr.kavanoz6225
    @mr.kavanoz6225 ปีที่แล้ว

    To indicate the location of the sun with the Krita program, you darkened the picture and illuminate. How did you do this?

    • @KasperFrandsen
      @KasperFrandsen  ปีที่แล้ว

      As I mention at around 2:20. I use the LUT management panel and a colour profile. The colour profile is linked in the video description.

    • @mr.kavanoz6225
      @mr.kavanoz6225 ปีที่แล้ว

      @@KasperFrandsen Thank you very much, Kasper.

  • @elarcadenoah9000
    @elarcadenoah9000 2 ปีที่แล้ว

    nice

  • @shubr2003
    @shubr2003 2 ปีที่แล้ว

    hi love you terrain video watched it twice also, can you make a day and night cycle

    • @KasperFrandsen
      @KasperFrandsen  2 ปีที่แล้ว +1

      Thanks. This approach doesn't really work well with a day night cycle. I think there are some good assets for making day night cycles in Godot, but it's not something I've experimented with yet.

  • @saul8510
    @saul8510 2 ปีที่แล้ว

    it awesome it looks like unreal engine 5

  • @juandedios
    @juandedios ปีที่แล้ว

    Will update this to Godot 4.1?

    • @KasperFrandsen
      @KasperFrandsen  ปีที่แล้ว

      I don't think Godot 4 has HDR viewports yet, so you have to implement your own viewport system in a compute shader or something nuts to do it at the moment 😅

  • @kelinci3867
    @kelinci3867 2 ปีที่แล้ว

    bro what version are u using

    • @KasperFrandsen
      @KasperFrandsen  2 ปีที่แล้ว

      This was made with Godot 3.4.3.

    • @kelinci3867
      @kelinci3867 2 ปีที่แล้ว

      @@KasperFrandsen ok