23 March 2011 - Andrea Brambilla - INF359 PA01

NPR Shading Algorithms





DVR of the reference model with semi-transparent skin and opaque bones; the scene is illuminated from the top-left and the colors are computed according to a simplified version of the Blinn-Phong model:
color = k_diffuse * base_color + k_specular * (1, 1, 1)
where base_color is computed from the transfer function.




<< Index - Contours >>