Click or drag to resize

MeshModelCull Property

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.

Namespace:  Arction.Wpf.Charting.Views.View3D
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(Cull.Clockwise)]
public Cull Cull { get; set; }

Property Value

Type: Cull
See Also