Click or drag to resize
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
Members
  Member nameValueDescription
Plain0 Plain shading model just filling with the corresponding color / gradient / texture / etc.
Phong1 Phong's shading model filling with the corresponding color / gradient / texture / etc while shaded.
See Also