 |
HitTestOptionsOctTreeExpandChildBoundingBoxes Property |
ExpandChildBoundingBoxes is a float that defined how much the bounding boxes of node overlap.
By default the value is set to 0.2 - so each bounding box is extended for 20% (but it does not go out of the parent's bounding box).
This way the triangles that lay on node borders will be put into the child nodes instead of having them in the parent node (there we need to do a hit test every time).
Namespace: Ab4d.SharpEngine.CommonAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntaxpublic float OctTreeExpandChildBoundingBoxes { get; set; }
Property Value
Single[Missing <value> documentation for "P:Ab4d.SharpEngine.Common.HitTestOptions.OctTreeExpandChildBoundingBoxes"]
Remarks[Missing <remarks> documentation for "P:Ab4d.SharpEngine.Common.HitTestOptions.OctTreeExpandChildBoundingBoxes"]
See Also