What is Perlin Noise?

Поділитися
Вставка
  • Опубліковано 2 жов 2024

КОМЕНТАРІ • 18

  • @akinoreh
    @akinoreh Місяць тому +3

    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  Місяць тому

      Thank you! Appreciate your support 🫶

  • @metactal
    @metactal 6 місяців тому +5

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

  • @gehtsiegarnixan
    @gehtsiegarnixan 8 місяців тому +3

    very well explained and visalized thank you!

  • @Ruan-yd6fs
    @Ruan-yd6fs 6 місяців тому +3

    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  6 місяців тому

      Thanks, I’m glad the video was helpful!

  • @GoldenTemplaNinja
    @GoldenTemplaNinja 21 день тому

    more more more!!!

  • @OskarKassander
    @OskarKassander Рік тому +8

    Great video and explanation once again!

  • @tortue5080
    @tortue5080 Рік тому +2

    nice thanks

  • @tatrix
    @tatrix 3 місяці тому

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

    • @SuboptimalEng
      @SuboptimalEng  3 місяці тому +1

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

  • @polandsilver3419
    @polandsilver3419 4 місяці тому

    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  3 місяці тому

      Good luck on your programming journey!

  • @orbutbul908
    @orbutbul908 Рік тому +4

    Amazing video! I was waiting for this one

  • @tanloclai5111
    @tanloclai5111 8 місяців тому

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

  • @iamtufa
    @iamtufa 11 місяців тому

    i didnt understand how u got the distance

    • @SuboptimalEng
      @SuboptimalEng  9 місяців тому

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

    • @RujipasThongpao
      @RujipasThongpao 4 місяці тому

      ​@@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