falloff noise in a point VOP?

   3710   4   1
User Avatar
Member
3 posts
Joined: April 2017
Offline
I've created a bunch of grids fed through a copytopoints to create a cube made from thin planes.

Then I'm displacing the geometry, but I'd like to strength of the noise to reduce over the length of the plane. At the very beginning it should stay still and the end should only move. (see image)

In Cinema4D there is a very easy way to add a shape and use that to controll the faloff of the effect, I imagine in Houdini it's not too difficult but I have no clue where to look at.

Thanks in advance!

Attachments:
HHELP.png (1.2 MB)

User Avatar
Member
563 posts
Joined: Nov. 2016
Offline
Hey, here would be an easy way:

Attachments:
snapshot8.png (92.4 KB)

User Avatar
Member
563 posts
Joined: Nov. 2016
Offline
For more control on the shape you could connect your fit to a float ramp parameter.
User Avatar
Member
3 posts
Joined: April 2017
Offline
Hi Tanto, thanks for the setup

I've replicated your setup, but it doesn't seem to affect anything. Also I'm not entirely sure if there are any more steps included in your last comment. I've got a decent sense of what houdini wants me to do, but I just haven't got the slightest clue where to look.. Sorry about that.

Could you elaborate a bit, or supply a .hip so I can compare where the differences are?

Thanks!
User Avatar
Member
563 posts
Joined: Nov. 2016
Offline
Sure, here's a project file with the added ramp parameter.

So basically i'm taking the X component of the point position and normalizing it, by using the fit node and the minimum and maximum x values from the bounding box of the geo. I get a relative X position from 0 to 1, that I feed to the ramp parameter. This part is optional, but it allows you to reshape the falloff as you want it, instead of having it be linear. You'll see the control in the parameters of the VOP node itself. Finally, I multiply the noise by the result before adding it to the point position.

Attachments:
noise_falloff.hipnc (119.8 KB)

  • Quick Links