Jump to content

Anti-Aliased Noise


Recommended Posts

Please look at sample_1 and sample_2.
I don't understand why if I connect node like sample_1 is working but sample_2 is not working.
Can anyone logically explain why we need to use ADD node?
Why if I connect aanoise to P directory is not working properly.

sample_2.thumb.PNG.a39ad013e3d9984863fe2a1802446784.PNGsample_1.thumb.PNG.06609df70694a379a593255719fbf843.PNG

Link to comment
Share on other sites

Noises are just a functions that returns a value between 0 and 1 (or -1 1 or -0.5 0.5) depending on the position.
So by connecting a noise directly to the position you overwrite all position values between 0 and 1 (or -1 1 or -0.5 0.5), totaly loosing the original shape.

It's why the correct qorkflow is to add the noise values to the orginal values.

  • Like 2
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...