Name | Description |
---|---|
KdAcceleratorNode | |
KdTree | The KdTreeAccelerator aggregate speeds up intersectiontesting substantially by py putting a big bounding box around the whole scene and then cutting it down into several smaller boxes recursively, so that intersection testing is sped up pretty fast. |
KdTree.KdToDo |