C# Class Axiom.SceneManagers.Bsp.BspIntersectionSceneQuery

BSP specialisation of IntersectionSceneQuery.
Inheritance: Axiom.Core.DefaultIntersectionSceneQuery
Show file Open project: WolfgangSt/axiom Class Usage Examples

Public Methods

Method Description
BspIntersectionSceneQuery ( SceneManager creator ) : System
Execute ( IIntersectionSceneQueryListener listener ) : void

Go through each leaf node in BspLevel and check movables against each other and against BspBrush fragments. The bounding boxes of object are used when checking for the intersections.

Method Details

BspIntersectionSceneQuery() public method

public BspIntersectionSceneQuery ( SceneManager creator ) : System
creator Axiom.Core.SceneManager
return System

Execute() public method

Go through each leaf node in BspLevel and check movables against each other and against BspBrush fragments. The bounding boxes of object are used when checking for the intersections.
public Execute ( IIntersectionSceneQueryListener listener ) : void
listener IIntersectionSceneQueryListener
return void