NChartShadingModel Enumeration |
The NChartShadingModel provides constants for shading models used on 3D-models that are painted with this brush.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public enum NChartShadingModel
Public Enumeration NChartShadingModel
public enum class NChartShadingModel
Members
| Member name | Value | Description |
---|
| Plain | 0 |
Plain shading model just filling with the corresponding color / gradient / texture / etc.
|
| Phong | 1 |
Phong's shading model filling with the corresponding color / gradient / texture / etc while shaded.
|
See Also