What is Perlin Noise?

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

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

  • @akinoreh
    @akinoreh 3 หลายเดือนก่อน +4

    This was surprisingly explanatory. I recently started using perlin noise to generate random path/velocity for moving objects (bubbles). While I kind of made it work, I have no idea how the noise works. This shed some light.

    • @SuboptimalEng
      @SuboptimalEng  3 หลายเดือนก่อน

      Thank you! Appreciate your support 🫶

  • @Ruan-yd6fs
    @Ruan-yd6fs 8 หลายเดือนก่อน +4

    Thanks for making this video.
    I was struggling with understanding how Perlin noise works, but your video showed it with depth and simplicity.

    • @SuboptimalEng
      @SuboptimalEng  8 หลายเดือนก่อน

      Thanks, I’m glad the video was helpful!

  • @gehtsiegarnixan
    @gehtsiegarnixan 9 หลายเดือนก่อน +3

    very well explained and visalized thank you!

  • @OskarKassander
    @OskarKassander ปีที่แล้ว +8

    Great video and explanation once again!

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

    Thank you for this explanation! I'm new into programing (although I programmed in scratch when I was really young). That's realy good piece of knowledge :)

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

      Good luck on your programming journey!

  • @orbutbul908
    @orbutbul908 ปีที่แล้ว +4

    Amazing video! I was waiting for this one

  • @meijuta
    @meijuta 8 หลายเดือนก่อน +5

    it bothers me that the font on the thumbnail and start of video are different

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

    Great video!
    Why smoothstep/quintic fixes grid like pattern?

    • @SuboptimalEng
      @SuboptimalEng  5 หลายเดือนก่อน +1

      Hard to explain the math in a comment. I’d recommend trying out the shader and seeing why it works.

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

    This is similar-looking to diamond-square noise (aka plasma), but very different implementation

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

      @@eitantal726 Interesting I never heard about diamond square noise before. Adding that to my list of topics to study.

  • @tanloclai5111
    @tanloclai5111 10 หลายเดือนก่อน

    thank you very very much...........

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

    nice thanks

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

    more more more!!!

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

    i didnt understand how u got the distance

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

      Code is open source on my GitHub so hopefully you can learn it from there!

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

      ​@@SuboptimalEng I think its actually wrong because the distance in your video is uv-direction, which its not the distance to the corer. However, It should be uv-cornor_pos instead