Jump to content

Noise Visualization Strangeness


Recommended Posts

Hi!

 

I'm trying to visualize a Unified Noise with some particles. However when I do, the particles just go in one direction. If I, for example, plug in an Anti Aliased Noise of the same type (Perlin) instead it seems to work (see image below for comparison). What am I doing wrong? File attached.

 

Noise Visualization.hipnc

 

5c9b5051efaea_Noisecomparison.thumb.jpg.eb6532149ad52c89cce75b6b6732e24b.jpg

Best,

Nibbla

Edited by nibbla
Link to comment
Share on other sites

First of all, your noise output value is a float, which means it will put the same value into all 3 fields of the force vector - this is the reason why it goes in a same direction.

The reason why AA noise goes both ways (in the same direction) is that the output values are between -0.5 and 0.5 and unified noise output values are between 0 and 1.

What  you want to do is change the noise signature to 3d input, 3d noise and also potentially fit the output so its for example between -1 and 1.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...