C# 클래스 Axiom.SceneManagers.Bsp.BspIntersectionSceneQuery

BSP specialisation of IntersectionSceneQuery.
상속: Axiom.Core.DefaultIntersectionSceneQuery
파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

BspIntersectionSceneQuery() 공개 메소드

public BspIntersectionSceneQuery ( SceneManager creator ) : System
creator Axiom.Core.SceneManager
리턴 System

Execute() 공개 메소드

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
리턴 void