What is Value Noise?

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

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

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

    I appreciate your clear explanations of shader code. Also algorithm etc.

  • @shayan-gg
    @shayan-gg ปีที่แล้ว +3

    thanks for making this tutorial, learned a lot

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

    The `whiteNoise2x1` function uses this line to initialize the `random` variable:
    float random = dot(p, vec2(12., 78.));
    This will generate obvious patterns at higher resolutions. Using the more precise values (from the comment) fixes the issue:
    float random = dot(p, vec2(12.9898, 78.233));
    All good.

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

    Your videos are so helpful, please make more of them

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

      Learning Unity right now but I do plan to make videos about shaders in the future!

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

    great tutorial! thank you for sharing~

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

    This is awesome! What resources are you using to learn about Shaders?

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

      Thanks Rikin! I’ve linked the resources in the description of the video.
      Inigo Quilez, Art of Code, and Simon Dev all provide great tutorials.

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

    specially videos about shaders

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

    Wanted to say thanks for making these videos! Everything I have found so far either told me which libraries to use and didn't explain how it worked or was so heavy in math jargon I'm not currently able to understand. I know your channel will grow but as it is still relatively small I made sure to like subscribe and comment🫡

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

      Really appreciate the support, and I’m glad my teaching style helps you learn the concepts effectively!
      I’m currently learning WebGPU with TypeScript right so might make videos on that next, but I definitely plan to make more shader tutorials after that 😇

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

      I hope you do make the video bc I just got into typescript with nextjs coming from years of php websites. just turned on notifications so i'll be sure to get it if you do @@SuboptimalEng