LightningChart .NET Help
Face culling determines which faces are not rendered based on their winding order. If model show wrong faces, culling may be an issue. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Views.View3D
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(Cull.Clockwise)]
public Cull Cull { get; set; }<DefaultValueAttribute(Cull.Clockwise)>
Public Property Cull As Cull
Get
Set
public:
[DefaultValueAttribute(Cull::Clockwise)]
property Cull Cull {
Cull get ();
void set (Cull value);
}Property Value
Type:
Cull
See Also