Content deleted Content added
No edit summary |
m Typo correction |
||
Line 7:
RenderMan Shading Language defines standalone functions and five types of shaders: surface, light, volume, imager and displacement shaders.
An example of a surface shader
surface metal(float Ka = 1; float Ks = 1; float roughness = 0.1;)
{
|