VOP POP Turbulence/Noise

   10456   5   2
User Avatar
Member
164 posts
Joined: Feb. 2014
Offline
I'm using noises/turbulence in Pop Vops. The noise patterns these push the particles towards the positive X,Y,Z.

How can I get the noises patterns to work so the distribution is even?

Attachments:
Screen Shot 2015-03-01 at 12.01.37.png (197.1 KB)

http://simonfarussell.com [simonfarussell.com]
User Avatar
Member
4189 posts
Joined: June 2012
Offline
You can set the Noise Type to ‘Original Perlin Noise’. This outputs noise with a range of -1 to 1, whereas Perlin Noise will output only positive numbers.
User Avatar
Member
443 posts
Joined: Sept. 2012
Offline
You can also use popforce dop if you want to avoid popvop.
You can also use VEXpressions there to contraol thing in your way.
User Avatar
Member
164 posts
Joined: Feb. 2014
Offline
MartybNz
You can set the Noise Type to ‘Original Perlin Noise’. This outputs noise with a range of -1 to 1, whereas Perlin Noise will output only positive numbers.

PradeepBarua
You can also use popforce dop if you want to avoid popvop.
You can also use VEXpressions there to contraol thing in your way.

Thanks very much guys.

I've used popforce, I just wanted to try out some different styles of turbulence.

Are certain types of noise just not suited to particles or is it a matter of getting a bit deeper into how they operate?

I tried subtracting .5 from the noise output and using a vex fit01 to adjust the ranges from 0 to 1 to -1 to 1 but with no joy.
http://simonfarussell.com [simonfarussell.com]
User Avatar
Staff
2540 posts
Joined: July 2005
Offline
In the houdini snapshot you posted you are wiring the turbulence in to the output v attribute. Try wiring the vector noise in to force as well to see the difference.

The POP Force DOP writes ultimately to the force output. Almost all pre-built POP DOPs write behaviour to force.

Writing to v or force will give you dramatically different results.

Inside the POP Solver DOP the force is mapped in to v to move the particles forward in an organic way.
There's at least one school like the old school!
User Avatar
Member
164 posts
Joined: Feb. 2014
Offline
Great, thanks all
http://simonfarussell.com [simonfarussell.com]
  • Quick Links