Free Houdini Tutorial: Particle Life in Houdini POPs

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

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

  • @gorantrpkov446
    @gorantrpkov446 11 месяцев назад +3

    Gave myself a challenge and tried to reproduce the same set up with pop vop instead of a wrangle. Took a while because "for each" loops with vops are the bane of me. I couldn't figure out for the life of me how to do the acc += dir (or to accumulate the accelerations for all the neighbors), but once I figured it out I started kicking myself for how simple it was. Plus some wrangle functions like "nearpoints" don't exist in vops, instead you need to use "pc find" which works pretty much in the same way. Anyways went a step further and defined a circular boundary of points that have sero acceleration at all time and all the Alive points are strongly repelled by them, so the effect is the petri dish on the thumbnail on this video. Thanks for this video, was a lot of fun and I learnt a bunch!

  • @wallasaurus
    @wallasaurus Год назад +2

    This was amazing - I tried it out and added some extras like loading the weights matrix from a texture using vex which was new for me, and therefore being simple to have 10 or more "types" - it got me starting to think about how to so this with a shader somehow - I am excited to see huge pool of digital primordial ooze form itself into things dynamically!

  • @AnsonSavage
    @AnsonSavage 7 месяцев назад

    Man, I love these kinds of tutorials! Especially all the explanations beforehand.

  • @jan-xyz
    @jan-xyz Год назад +1

    Oh man! This is gold! Can’t wait to loose my mind tweaking those parameters! Cheers

  • @yonlaycabrera4431
    @yonlaycabrera4431 Год назад +1

    And now for the next 5 years we will have many clients over and over again asking for a cell-like behavior using this tutorial as a reference 😂.

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

    I’m pogged like crazy. Thanks bro

  • @nobody-u-know
    @nobody-u-know Год назад

    Wow, thanks so much!

  • @pb-fo9rt
    @pb-fo9rt Год назад

    beautiful!

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

    Hey! Thank you for very informative and cool tutorial. May I ask what values did you use for the behaviour matrix in the intro video ? Or were those the same you represetend in the beginning while explaining how things work ?

  • @n-re-distribution
    @n-re-distribution Год назад

    Thank you!

  • @joestapleton6435
    @joestapleton6435 7 месяцев назад

    Awesome tutorial! I'm pretty new to Houdini (as you can tell from this question!) how would I render this with the octane plugin?

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

    Amazing!

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

    Im pogged thanks Christopher

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

    Fantastic tutorial, though right at the end I accidentally wrote force =+ acc and it didn't break at all, it just made for some weird circular behaviour.

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

    Very nice

  • @M4rt1nX
    @M4rt1nX Год назад +1

    Blender when?
    I love your explanation anyways. Great insights.

    • @احمدنیری-ح6ث
      @احمدنیری-ح6ث Год назад +1

      blender may not have the same capabilities
      I quited blender for these things
      anyway I hope there will be one for blender too
      good luck

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

    Any idea why my simulation stops at frame 2400? My timeline is set to 5000 frames. I can't find where the limit is specified. (Is it a Houdini apprentice limitation?)

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

    maybe this video help Houdini to make a icrease user 🥰

  • @value_exe
    @value_exe Год назад +1

    Another amazing tutorial. I was just asking myself if this could also be implemented in openCL for faster and bigger sims. After this video i came accross Tom Mohr's implementation of the algorithm and it's super fast: ruclips.net/video/p4YirERTVF0/видео.html . It would be really amazing to have this kind of speed in Houdini, since there are so many more possibilities with this in H. Thanks for your amazing content !:)