Table of Contents

Enum SortingMethod

Namespace
HelixToolkit.Wpf
Assembly
HelixToolkit.Wpf.dll

Specifies the sorting method for the SortingVisual3D.

public enum SortingMethod
Extension Methods

Fields

BoundingBoxCenter = 0

Sort on the distance from camera to bounding box center.

BoundingBoxCorners = 1

Sort on the minimum distance from camera to bounding box corners.

BoundingSphereSurface = 2

Sort on the minimum distance from camera to bounding sphere surface.