Top   Module   Use   Manual   Index 

com :: sun :: star :: drawing ::

enum ShadeMode


Description
The ShadeMode determines the quality of displaying the object.


Values

FLAT
Description
With FLAT shading, the faces of the object are rendered in a solid color.
PHONG
Description
With PHONG shading, the normal itself is interpolated to get more realistic colors and light reflections.
SMOOTH
Description
With SMOOTH shading, the colors of the lit vertiecs is interpolated.
DRAFT
Description
DRAFT is a special mode which uses a BSP tree and triangle subdivision for displaying.
Top of Page