RendererShadingModel#

class ansys.stk.core.graphics.RendererShadingModel#

IntEnum

Overview#

FLAT

Flat shading renders the primitive with one color across all of the vertices.

GOURAUD

Gouraud shading renders the primitive by interpolating the color between the vertices.

Import detail#

from ansys.stk.core.graphics import RendererShadingModel