Enum SortingMethod
- Namespace
- HelixToolkit.Wpf
- Assembly
- HelixToolkit.Wpf.dll
Specifies the sorting method for the SortingVisual3D.
public enum SortingMethod
- Extension Methods
Fields
BoundingBoxCenter = 0Sort on the distance from camera to bounding box center.
BoundingBoxCorners = 1Sort on the minimum distance from camera to bounding box corners.
BoundingSphereSurface = 2Sort on the minimum distance from camera to bounding sphere surface.