blur in surface shader?

   5557   1   0
User Avatar
Member
47 posts
Joined: Dec. 2008
Offline
is there a way to blur / filter / oversample a procedural in a surface / displacement shader?

i specifically want to smooth the bricker vop in a displacement shader.

thanks

-edit-

i know the texture vop has a pixel blur function… and the stone wall material has a blur function as well so i'm sure there must be a more generalized solution
to a man with only a hammer every problem looks like a nail.
User Avatar
Member
127 posts
Joined: July 2005
Offline
Hi,
if you dive into the bricker vop you'll find the horizontal and vertical stripe nodes with a blur setting on them to soften them a bit.

With the texture-vop the actual vex function texture() that is being called in the resulting code contains an optional pixelblur parameter. However with proceduals you have to control the interpolation of values yourself in code/vops. Most pattern vops have controls like this built in. Also the cellnoise vop contains a border softness input which is what controls the stone wall smoothness.

Good luck,
Fabian
  • Quick Links