[ENG] HOUDINI VEX Tutorial - Adjust volume voxel density base on it's distance to the nearest point

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ต.ค. 2024

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

  • @antonthorntonwallen4297
    @antonthorntonwallen4297 2 ปีที่แล้ว +2

    thank you for explaining every step on how you are are aproccing it. Great video! :)

  • @SeanHedman
    @SeanHedman 24 วันที่ผ่านมา

    Hey super handy, ben looking for an organic way to do a volume falloff that isnt done on the source and not using relbbox or remap by P components post-sim. Thanks ever so much!

  • @user-sl309jd90
    @user-sl309jd90 4 หลายเดือนก่อน

    Thank you for all the fun tips videos! I'm watching them all. One thing I'm curious is why you use nearpoint here instead of just referencing the single point as point(1, "P", 0) in the distance function? Is it because in real projects the target might not be a single point but multiple?

    • @quentinrossetto1899
      @quentinrossetto1899  4 หลายเดือนก่อน

      near point allow you to have more than one point on the second input, that way you can hide different things

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

    Thank you! Great explanation!

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

    Hi! Is there any way to know the max and min distance values? I'm trying to reduce density based on distance from camera. Thank you!

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

      Out of the top of my head, before this volumewrangle you could measure the distance between a bound and your camera, and then promote as a detail attribute the maximum value. You can then acces it with the detail function : detail("../mynode", "maxdistanceattribute",0)

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

    Brilliant!

  • @TheXZ111
    @TheXZ111 9 หลายเดือนก่อน

    you can use distance2 to gain a bit more optimization in terms of speed, FYI

    • @quentinrossetto1899
      @quentinrossetto1899  9 หลายเดือนก่อน

      oh ! thanks for the tips i'll try it out !

  • @sebastienlopez7803
    @sebastienlopez7803 2 ปีที่แล้ว +2

    Hello Prof ! 🤡

  • @Thomascourtois34
    @Thomascourtois34 9 หลายเดือนก่อน

    thank you

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

    thankyou!!!!

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

    Thanks!! When i use geo object ,how to write the vex ?

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

      hey, not sure where are you using a geo objet ? if it's to replace the second input, no problem. If it's to replace the first one, then work on the Alpha attribute instead of density

  • @troopxl666
    @troopxl666 2 ปีที่แล้ว

    Thanks!