|
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.0.8865.1045
Syntax public bool CheckAllBoundingBoxCorners { get; set; }
Property Value
BooleanSee Also