
created this tutorial because manypeople in computergraphics fret greatly trying to make a wet looking shader. I also doit with a fast rendering shader that is easy and fast to set up,and doesn'tuse any plugins. It also doesn't hinder rendering speedlikea layeredshader can. Let's start.
I personally prefer to use the Hypeshadewindow so all of these images will refer to that. If you use the multi-lister the workflow will be slightly different but the connections are all the same.
Step 1. The base Shader We'll start by creating a
sphere and a regular
Blinn shader.
Also create two
distant lights and positionthem as you like to lightthe scene for render previewing.

basic scene setup.
Create a
Blinn Shader and assignit to the sphere.
Set the
Eccentricity to 0.500
Set the
Specular Roll Off to 0.
320These settings will give us a nice broad specular highlighton the base shader. Now we create a 2D Fractal texture to add colortothe base shader.

blinn shader next to rendered scene.
the image now and you will notice one problem. As the phongEgets the Blinn's specular and color output directly, it also gets the blinn'sshaded area as well as its own shading. What is happening technicallyis the darkness values for both the blin and the phongE are being multipliedinternally, thus resulting in nearly the same light value, but excessivlydark shadow values. You will notice this pointed out in the pictureat right See how the new connected phong's shadow area is much darkerthan the original blinn's used to be. We will fix this on the nextpage.

phongE's color mapped with blinn's
outColor attribute.

notice the overly dark areas of the phongE mapped with the blinn outColor
Comments
Nice and has been great for me, and I think it will work for any artist who love Maya. Thanks sdb1987.
Make sure to assign the PhongE to your surface! Great tutorial! Thank you for sharing!
Write a Comment