Alexander Weber
N9Alex
About Me
Connect
LOCATION
Cologne,
Not Specified
ウェブサイト
Houdini Engine
Availability
I am currently a student at PIXLVISN
Recent Forum Posts
Day 2 | Model: SOPS | FURNITURE | Image 2025年3月2日11:14
My first entry:
Here’s a chair I saw a design student create as a project.
I’m going to try to find his video on it.
Here’s a chair I saw a design student create as a project.
I’m going to try to find his video on it.
For each Loop and using attributes on the outside. 2024年8月6日13:35
PaQ WaKThanks a lot!
Hello
If all you do is transforming the object you want to copy, you don't need to use a loop at all.
"Just" set the appropriate attribute on the point cloud (pscale,scale,N,up,orient etc).
Here's an example of a fountain type emitter, where the boxes a aligned to the velocity, and scaled by the velocity length.
The random hscript expression can be replaced by "rand(@ptnum)" in vex, that will return a random float based on the particle id for example.
For each Loop and using attributes on the outside. 2024年7月25日9:35
Hello there,
I'm quite new to VFX and really took a liking to Houdini,
Question:
As shown in my image, I'm trying to use a "For Each Point" loop to copy some geometry onto points. I've gotten most of it to work and understand what's happening. Now, I want the geometry to scale according to the velocity of the points.
What I don't know is how to transfer the velocity of the points to the scale, which I'd like to multiply using a function like length($VX, $VY, $VZ). My understanding is that I need to extract this value from the loop because it is point-specific. If this doesn't have to be done, I would appreciate any alternative solutions. However, I would still like to know: Is it possible to access attributes after the "For Each Begin" node?
Thanks a lot
Alex
I'm quite new to VFX and really took a liking to Houdini,
Question:
As shown in my image, I'm trying to use a "For Each Point" loop to copy some geometry onto points. I've gotten most of it to work and understand what's happening. Now, I want the geometry to scale according to the velocity of the points.
What I don't know is how to transfer the velocity of the points to the scale, which I'd like to multiply using a function like length($VX, $VY, $VZ). My understanding is that I need to extract this value from the loop because it is point-specific. If this doesn't have to be done, I would appreciate any alternative solutions. However, I would still like to know: Is it possible to access attributes after the "For Each Begin" node?
Thanks a lot
Alex