Click or drag to resize
AB4D logo

CameraDistanceSortedRenderingQueueCheckAllBoundingBoxCorners Property

Gets or sets a Boolean that specifies if all bounding box corners are checked to get distance to the camera. When false (by default) then center of the bounding box is used to get the distance to the camera (this is significantly faster).

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public bool CheckAllBoundingBoxCorners { get; set; }

Property Value

Boolean
See Also