Im so glad you found the content useful! Really appreciate it! :-)
@yapudi4 жыл бұрын
Your videos are incredible! Do you have any videos about using vex or Houdini python on object culling using created box or sphere via bbox intersection or overlapping?
@IndiePixel3D4 жыл бұрын
I don't currently have a video up for that particular effect. What are your trying to achieve with the culling?
@arsensuleymanov79354 жыл бұрын
Thanks a lot! You've used if statement to assign @P, but I tried withoy "if" and just written @P = hitpos; Another has the same result. Is there a huge need in "if" or it's your own way of doing it? Thanks again!
@IndiePixel3D4 жыл бұрын
So I'd recommend using the if statement when using the intersect function....the reason is that it returns the prim number that was hit...if you didnt hit anything then it returns negative 1...so we check for that and assign @P appropriately.
@HangYuriYangFX6 жыл бұрын
Wow, this is cool
@IndiePixel3D6 жыл бұрын
Well, glad you are likin the vids! Let me know if you have any questions! I try to respond as fast as I can. Thanks again! :-)