Free Houdini Tutorial: Particle Life in Houdini POPs

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

КОМЕНТАРІ • 20

  • @gorantrpkov446
    @gorantrpkov446 6 місяців тому +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 7 місяців тому +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 2 місяці тому

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

  • @jan-xyz
    @jan-xyz 7 місяців тому +1

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

  • @yonlaycabrera4431
    @yonlaycabrera4431 7 місяців тому +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 7 місяців тому

    I’m pogged like crazy. Thanks bro

  • @psykoj
    @psykoj 6 місяців тому

    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?)

  • @joestapleton6435
    @joestapleton6435 2 місяці тому

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

  • @nobody-u-know
    @nobody-u-know 7 місяців тому

    Wow, thanks so much!

  • @pb-fo9rt
    @pb-fo9rt 7 місяців тому

    beautiful!

  • @jannesopanen8032
    @jannesopanen8032 7 місяців тому

    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 ?

  • @nataliarebrova8449
    @nataliarebrova8449 7 місяців тому

    Thank you!

  • @vanity_ibex
    @vanity_ibex 7 місяців тому

    Im pogged thanks Christopher

  • @TheInfinites
    @TheInfinites 7 місяців тому

    Amazing!

  • @KevRyanCG
    @KevRyanCG 6 місяців тому

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

    Very nice

  • @M4rt1nX
    @M4rt1nX 7 місяців тому +1

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

    • @user-wc6fk7ve5q
      @user-wc6fk7ve5q 7 місяців тому +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

  • @gakugoto
    @gakugoto 7 місяців тому

    maybe this video help Houdini to make a icrease user 🥰

  • @value_exe
    @value_exe 7 місяців тому +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: ua-cam.com/video/p4YirERTVF0/v-deo.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 !:)