Traverse from the bottom right of the scene graph (top visible node) up the tree determining which parent nodes are occluded by their children nodes.
n
in parent coordinates.Note that this is only detecting a subset of occlusions (parent, child), others such as overlapping siblings or cousins are not detected.
POcclusionDetection Class | UMD.HCIL.PiccoloX.Util Namespace