Houdini Quick Tutorial 1 - Procedural Snow Gather

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

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

  • @vger2
    @vger2 6 лет назад +9

    I like how these tutorials make great little systems to squirrel away for different usage in future projects (snow, ice, dust, grime, powdered sugar, sprinkled toppings, etc.).

    • @NineBetween
      @NineBetween  6 лет назад +3

      I figured it's more helpful having smaller systems that can be adapted than long winded tutorials that become too complex to reuse. Glad you appreciate this style of tutorial :)

  • @zoelavado4627
    @zoelavado4627 2 года назад

    you are awesome , this tutorial amazing , i am from peru and watching you doing this made love a bit more houdini

  • @davidprice8973
    @davidprice8973 6 лет назад +4

    Great tutorial! Very clear explanation, even an absolute beginner could understand.

  • @manuvlad
    @manuvlad 6 лет назад +3

    Great tutorial, man! A really like the way you make your tutorials. This one makes me think about lots of possibilities :)

    • @NineBetween
      @NineBetween  6 лет назад

      Thanks! Glad it has given you some ideas :)

  • @eternalsunshine2604
    @eternalsunshine2604 2 года назад

    Thank you for this awesome tutorial! 😆

  • @brianlafrance1130
    @brianlafrance1130 6 лет назад +1

    Awesome! very concise and informative. thanks much! please keep them coming.

  • @aliardalan810
    @aliardalan810 6 лет назад +1

    Thanks a lot! please more Quick Tutorial.

  • @Carteblanchefx
    @Carteblanchefx 6 лет назад +1

    Thanks a lot! Especially for great explanation and detailed illustration on you blog.

  • @abletonpower2558
    @abletonpower2558 6 лет назад +1

    Thanks !!!!!!!keep up the good stuff

  • @nykoedits
    @nykoedits 6 лет назад +3

    great tutorial, quick and to the point! instantly hit that sub button

  • @monas1510
    @monas1510 5 лет назад +1

    Awesome! Thanks!

  • @andr101
    @andr101 6 лет назад +1

    ahah first time ever I see using that "point generate" node. Nice tut! hope to see more from you! cheers

    • @NineBetween
      @NineBetween  6 лет назад

      Haha, yeah, its one of those nodes that you hardly ever see. Glad you enjoyed this tutorial!

  • @pizola3285
    @pizola3285 4 года назад

    Oh I had a similar aproach. But faster. Group by normal to the vertex facing up and scatter over them points. Thats about it. Your method however is more customizable and works better with lowpoly assets. Good job

  • @arikateno
    @arikateno 5 лет назад +2

    Exactly what i needed, please do more, im willing to pay! lol

  • @osha2203
    @osha2203 5 лет назад +1

    great tutorial! tutorial suggestion, a hands on walkthrough to achieve Procedural Rock formations as seen from SIGGRAPH 2017 talk (here on youtube). Maybe how to delete outer groups (not just outer faces) when doing a Voronoi Fracture etc. keep up the good work!

  • @MichalisGkiokas
    @MichalisGkiokas 6 лет назад +1

    Wondeful! keep up the good stuff :)

  • @9734429181
    @9734429181 4 года назад

    Hey guys awesome video. Wondering if you can do the same with VOPs instead using a wrangle, that way many noob ppl like me might understand better. LOL! .. However love all your tutorials.. easy to follow and to the point as always. Thanks again .

  • @SzaboLaszloCG
    @SzaboLaszloCG Год назад

    thanks!

  • @MultiMoM0
    @MultiMoM0 5 лет назад +1

    Thank you for the great tutorials. They are helping me a lot getting my foot into houdini. One question though regarding your multiple usages of rand('@ptnum') in one of the Attribute wrangle nodes. Doesn't this bias the results, as then e.g. @pscale and @orientation are 100%ly correlated, or is this intended?

  • @dongjoonhan3179
    @dongjoonhan3179 6 лет назад +1

    Thanks!!!

  • @Achildsan
    @Achildsan 6 лет назад +1

    Ok you got the tutoring gift! So i would like to see more please, i would really like to see a waterfall scene made procedural in houdini, where height and rock formations can be adjusted and even the water flow. Not sure how big or hard that may be able to do, i'm only 1 month into houdini.

    • @NineBetween
      @NineBetween  6 лет назад +2

      Thank for the feedback! The simplest way I can think of right now would be; to generate a rock-face (likely by copying geometry to points and converting to a vdb to smooth it off), it might be useful to add a boolean that cuts out a path for the water to follow, and then you would probably need an emitter for flip that finds the highest point of the rock-face. Perhaps you should try to do it as your own project and get help from the Houdini forums. Its a great way to learn. Just tackle a project that you don't know how to do and see where it takes you. Anyways, all the best with your learning :)

    • @Achildsan
      @Achildsan 6 лет назад +1

      @@NineBetween Thank you! True, projects are a great way to learn

  • @erikm9768
    @erikm9768 5 лет назад

    Would this work on a larger mountain range as a way of getting a realistic snow cover ?

  • @쩡-i4g
    @쩡-i4g 5 лет назад

    Thank you for your tutorial! but I have two questions! Why do you use v@dir=-v@N;
    ? not @N= -@N; !! v means exactly what? Please answer to my questions!

  • @TomCushwa
    @TomCushwa 6 лет назад +1

    sweet!!

  • @lsaifu12
    @lsaifu12 3 года назад

    hey this might be a stretch since its an old video, but just wondering if theres a way to scatter it regardless of topology? using your method on a house that I modeled there are many unevenly sized polygons across the house, so what i notice is that when i use the attribute wrangle node, the points become isolated onto areas with a vertices so it ends up looking very grid like in some areas that are not perfect quads?

    • @NineBetween
      @NineBetween  3 года назад

      Since this video, they have released the "scatter and align" and "spray paint" nodes. You can use those to put points on a geometry fairly evenly. Also, I'd recommend using a "vdb from points" now, instead of copying and then converting to vdb. Hope that helps a bit. Otherwise, try remeshing the house so that you have more points. Use the remeshed version for the snow and the original house for rendering. Basically, using a proxy to generate snow might help. Cheers!😁

    • @lsaifu12
      @lsaifu12 3 года назад

      @@NineBetween Thank you for the reply. Where would you insert the scatter and align or spray paint node in your network? Especially in conjunction with your attribute wrangle node, I'd like to keep that as it provides nice control over the falloff. My issue is right now once I apply the attribute wrangle node, all the points get constrained to vertices on the geometry causing a very repetitive pattern.

    • @kylemcneill5751
      @kylemcneill5751 11 месяцев назад

      Would love an updated tutorial on this method!@@NineBetween

  • @bombomb_001
    @bombomb_001 6 лет назад +1

    cool!

  • @supaflykai
    @supaflykai 5 лет назад

    Excellent tutorial, but I wonder, is there a way to do this on a larger scale that doesn't explode my computer? Haha.

  • @foolishonboards
    @foolishonboards 4 года назад

    Could this be imported in Unreal without being too heavy for the engine ?

    • @foolishonboards
      @foolishonboards 4 года назад

      Like does it increase a lot the size of the initial file to add snow on it ?

  • @abhigyangupta6509
    @abhigyangupta6509 6 лет назад

    amazing tutorial! buttt we need your intro tutorial please!

    • @NineBetween
      @NineBetween  6 лет назад

      Hi, we've been getting that request a lot. I'll try to make it our next tutorial :)

    • @abhigyangupta6509
      @abhigyangupta6509 6 лет назад +1

      @@NineBetween haha you said me the same thing over at Reddit, but nevertheless looking forward to your tutorials love them!

    • @NineBetween
      @NineBetween  6 лет назад

      @@abhigyangupta6509 haha, sorry about that, we just had tutorials scheduled. We currently don't have anything scheduled so I'll do my best to make sure the intro becomes our next tutorial

  • @gutpunkt
    @gutpunkt 5 лет назад +2

    This was a really nice tutorial so far, unfortunately I am stucked at the 8th minute when you program the mult ramp. All my points are affected by the value all the way left in the ramp, even though the normals of the points show all different kinds of directions. Here i got a screenrecord: ruclips.net/video/8Gnl1XlnuWo/видео.html
    do you have any idea what I did wrong?
    Thank you

    • @iEPICxTAC0
      @iEPICxTAC0 4 года назад +1

      If you're still having this issue, make sure your geo node doesn't have transforms. All transform need to come from that transform node

    • @TheTropical100
      @TheTropical100 3 года назад +2

      had a similar issue, but it was bc i added the normals to vertices and not normals in the normal node

    • @FaustiArri
      @FaustiArri 2 года назад +1

      @@TheTropical100 THANK YOU!! I was stuck here too until I saw your comment! :)

  • @SeeNoNames
    @SeeNoNames 6 лет назад +1

    Спасиба)))👍

  • @umpaumpaify
    @umpaumpaify 6 лет назад

    Why just not scatter by group N.y>0 for example?

    • @NineBetween
      @NineBetween  6 лет назад +2

      Hey, if we do that, it works, but we don't end up with the geometry blocking certain areas. The ray sop ensures that only the top surface has points scattered. If you have a geometry that doesn't block its own surfaces, then the @N.y > var would work :)

  • @1minutevfx
    @1minutevfx 6 лет назад

    Great explanation; can you show us how to do it in Maya?? Haha just kidding...

    • @NineBetween
      @NineBetween  6 лет назад +1

      lol, if only I knew how, thanks for watching!

  • @scaduxx9040
    @scaduxx9040 3 года назад

    can this work on animated geometry?