3

I saw this question on how to blur an image texture, but how can I blur a defined input like a Fresnel input? When you set the Fresnel node to a value less than 1, it becomes sharp. However the color distribution is ideal for what I want. I just can't figure out how to adjust or even add a blur to that output.

Fresnel Example

I also could see this being very useful for other inputs, like the Wireframe node. You can get the wireframe lines very easily, however the transition has no way to be controlled currently.

Wireframe Example

J Sargent
  • 19,269
  • 9
  • 79
  • 131
  • AFAIK this isn't really possible. The accepted answer to the other question works by tweaking the mapping coordinates (if you zoom in you'll be able to see a noise pattern). But not sure how that would apply to a fresnel node.. Can I ask what you want to do this for? – gandalf3 Jan 18 '15 at 02:44
  • Specifically for a custom cartoon shader, but I run across this issue quite frequently. – J Sargent Jan 18 '15 at 02:49

1 Answers1

2

Unfortunately you can't. The answer you linked works by adjusting the mapping coordinates, but this isn't possible with the fresnel node.


Perhaps if we knew more about what kind of effect you were trying to get we could think of an alternate approach..

gandalf3
  • 157,169
  • 58
  • 601
  • 1,133