RendererShadingModel ==================== .. py:class:: ansys.stk.core.graphics.RendererShadingModel IntEnum .. py:currentmodule:: RendererShadingModel Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~FLAT` - Flat shading renders the primitive with one color across all of the vertices. * - :py:attr:`~GOURAUD` - Gouraud shading renders the primitive by interpolating the color between the vertices. Import detail ------------- .. code-block:: python from ansys.stk.core.graphics import RendererShadingModel