 |
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.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.1.9105.2048 (1.0.0.0)
Syntaxpublic bool CheckAllBoundingBoxCorners { get; set; }
Property Value
Boolean
See Also