Table of Contents

Enum SortingMethod

Namespace
HelixToolkit.SharpDX.Model.Scene
Assembly
HelixToolkit.SharpDX.dll

Used for geometry sorting

public enum SortingMethod
Extension Methods

Fields

BoundingBoxCenter = 0

Sort on the distance from camera to bounding bound center.

BoundingBoxCorners = 1

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

BoundingSphereSurface = 2

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