Attract Particles to the Closest Point of an Objects Surface | Houdini 19.5

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ก.ย. 2024
  • In the last video we looked at the theory behind attracting particles to the surface of an object. This video builds upon that knowledge and looks at attracting particles to the closest point on an objects surface in Houdini 19.5.
    Support me on Patreon:
    / insidethemind
    Speed up your renders using AI (affiliate link)-
    www.topazlabs....
    Join this channel to get access to perks:
    / @insidethemindspace
    Join my Discord here:
    / discord
    Leave a like and a favorite if you enjoyed. Subscribe if you want to.
    Please let me know what you thought of the video.
    Follow me-
    insidethemind....
    / stormz3d
    / insidethemindspace
    www.artstation...
    #houdini #particles #simulation

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

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

    You answered the exact question I had, thank you. I thought I was going to be spending a lot more time hunting around for this solution

  • @mtk2productions143
    @mtk2productions143 10 หลายเดือนก่อน +1

    thanks man, great style of teaching :)

    • @InsideTheMindSpace
      @InsideTheMindSpace  10 หลายเดือนก่อน

      Thank you! Glad you found it useful

  • @Deepin2soul
    @Deepin2soul 10 หลายเดือนก่อน +1

    thank you very much!!!!!!!!!!!!!!!

  • @YuI-tj4nl
    @YuI-tj4nl ปีที่แล้ว

    Nice work!

  • @onkarbhade7277
    @onkarbhade7277 3 หลายเดือนก่อน

    Great

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

    great tutorial! if you had a particle sim with the forces and right behavior how would you convert them to rigid bodies?

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

      I'm not sure that you would really be able to easily since rigid bodies interact with each other and push themselves around and particles wouldn't have that interaction. You could maybe try to find a way to make a velocity field from your sim and get somewhat similar behavior but it wouldn't be exact.

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

    Hi, thanks for the follow up. A question though, do you have to get the position using the primuv function ? After all you are getting the mygoalprimuv from the xyzdist function and the pop attract is asking for a goaluv. Just curious what the difference between the mygoalprimuv and the position from the primuv function is.

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

      Thats somewhat of a complex thing to answer. You can certainly try it but I don't believe that works. I would recommend watching some things on the xyzdist function and primuv since that isn't necessarily the focus of this video and a dedicated video would give a better understanding than what I could give in a comment.

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

    08:16 you didn't assign a value to i@mygoalprim and v@mygoalprimuv, and then you define variables "goalprim" and "goalprimuv" without using them anywhere else in the code.. am I missing something?

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

      ok so apparently the xyzdist function will assign values to these variables/attributes for you... my bad!