RendererShadingModel#
- class ansys.stk.core.graphics.RendererShadingModel#
IntEnum
Overview#
|
Flat shading renders the primitive with one color across all of the vertices. |
|
Gouraud shading renders the primitive by interpolating the color between the vertices. |
Import detail#
from ansys.stk.core.graphics import RendererShadingModel