How MINIMUM and MAXIMUM nodes Works in Blender - Geometry Nodes

Поделиться
HTML-код
  • Опубликовано: 5 окт 2024

Комментарии • 14

  • @Xan3D
    @Xan3D  4 месяца назад +1

    ⬇ Download all my projects and watch exclusive tutorials on my Patreon www.patreon.com/Xan3D

    • @anthonyzornig
      @anthonyzornig 4 месяца назад

      Hi Xan3D. I like your style. Straight forward, good looking projects and a lot of humor.
      I mostly jump right into your new tutorial when it surfaces.
      Blender Tutorials are not the most giving topics on yt. So I appreciate folks like you taking your time and picking interesting subjects.
      Keep it up. On my end I start this tutorial in a few minutes.
      Cheers.

  • @gabrielalvarez6175
    @gabrielalvarez6175 4 месяца назад

    You continue to astound me with your teachings....You give several examples on each node, you don't use any unnecessary big fancy words to explain something, and you make complicated things very simple. I foresee you becoming a top RUclips blender teacher, keep up the great work my friend...

    • @Xan3D
      @Xan3D  4 месяца назад

      Thank you mate, I appreciate your words and support ❤️

  • @s.patterson5698
    @s.patterson5698 4 месяца назад

    I really feel like I am back in school when I start watching one of your videos....just pure learning annnnd it is great! Although I have a tough memory, what I appreactiate is that you are giving us principles that we can then take to apply in other areas. You aren't just giving us the fish....you are TEACHING us how to be self-sufficient and fish to provide for oneself. 😊 I am really starting to appreciate nodes.

  • @oliviernetter4043
    @oliviernetter4043 4 месяца назад +2

    Thank you in my opinion the best channel about geo nodes because you start from the node and then you open to the possibilities.

  • @erkling5865
    @erkling5865 19 дней назад

    thank you very much...more geometry nodes usage tutorials please. 😢

  • @flavio8430
    @flavio8430 4 месяца назад

    Great lesson -- thanks for sharing!

  • @sherazkhan1438
    @sherazkhan1438 4 месяца назад

    Good job sir, but please explained the geometry node tree what is the first node and last nodes. A rules of the nodes we are use the blender nodes as an a seriel. Thanks You.

  • @dgc7419
    @dgc7419 4 месяца назад

    what would be the best way to change the range 'form'(?) using vector math minimum offset? say I want to have items bouncing inside an uv sphere

  • @1k.studio.official
    @1k.studio.official 4 месяца назад

  • @highlyevil9358
    @highlyevil9358 4 месяца назад

    Im curious why the point is put at .5 position when you plug it into the noise

    • @Xan3D
      @Xan3D  4 месяца назад +2

      Noise texture displace something between the values 0-1, it's the range of displacement if you don't add any node else. You can check it using a single point and offset it with Noise Texture with W in 4D.
      So, by default after connecting in offset, the points/geometry now it's in 0.5 in every axis because is the CENTER value between 0-1, the Noise texture effect.
      So, if you want to get back the geometry to the real centre 0,0,0, then you need to use Vector Math in Add to add -0.5,-0.5,-0.5, or Vector Math: Subtract to subtract 0.5, 0.5, 0.5. It's like saying: "Hey you! Come back here!".
      That's why :)

    • @highlyevil9358
      @highlyevil9358 4 месяца назад

      @@Xan3D got it 😀