C# Class Axiom.SceneManagers.Bsp.BspIntersectionSceneQuery

BSP specialisation of IntersectionSceneQuery.
Inheritance: Axiom.Core.DefaultIntersectionSceneQuery
Afficher le fichier Open project: WolfgangSt/axiom Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public BspIntersectionSceneQuery ( SceneManager creator ) : System
creator Axiom.Core.SceneManager
Résultat System

Execute() public méthode

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
Résultat void