Home > 30 Render > Render Styles Standard > Simple shaded

 

Simple shaded

 

Simple shaded rendering style (flat, gouraud and phong modes).

 

Use smoothing: Specifies whether any smoothing of the shading is done. A value of false will mean that each polygon/facet is shaded in a single color, which will generally mean that the polygon/facet is clearly visible as a flat surface.

o Default : Off.
o Range: On / Off

Smoothing effect: If "use smoothing" is set to On, specifies the smoothing method used; 'color' (the color is interpolated between edges, i.e., a Gouraud effect), or 'color and surface' (the surface normal is interpolated between edges and the color calculated from that, i.e., a Phong effect).

o Default : Color.
o Range: Color / Color and surface