C# 클래스 Axiom.Core.SceneManager.ShadowCasterSceneQueryListener

Nested class to use as a callback for shadow caster scene query.
상속: ISceneQueryListener
파일 보기 프로젝트 열기: mono-soc-2011/axiom

보호된 프로퍼티들

프로퍼티 타입 설명
camera Camera
casterList List
farDistSquared float
isLightInFrustum bool
light Light
lightClipVolumeList PlaneBoundedVolumeList
sceneManager SceneManager

공개 메소드들

메소드 설명
OnQueryResult ( Axiom.Core.MovableObject sceneObject ) : bool
OnQueryResult ( SceneQuery fragment ) : bool
Prepare ( bool lightInFrustum, PlaneBoundedVolumeList lightClipVolumes, Light light, Camera camera, List shadowCasterList, float farDistSquared ) : void

Prepare the listener for use with a set of parameters.

ShadowCasterSceneQueryListener ( SceneManager sceneManager ) : System

메소드 상세

OnQueryResult() 공개 메소드

public OnQueryResult ( Axiom.Core.MovableObject sceneObject ) : bool
sceneObject Axiom.Core.MovableObject
리턴 bool

OnQueryResult() 공개 메소드

public OnQueryResult ( SceneQuery fragment ) : bool
fragment SceneQuery
리턴 bool

Prepare() 공개 메소드

Prepare the listener for use with a set of parameters.
public Prepare ( bool lightInFrustum, PlaneBoundedVolumeList lightClipVolumes, Light light, Camera camera, List shadowCasterList, float farDistSquared ) : void
lightInFrustum bool
lightClipVolumes PlaneBoundedVolumeList
light Light
camera Camera
shadowCasterList List
farDistSquared float
리턴 void

ShadowCasterSceneQueryListener() 공개 메소드

public ShadowCasterSceneQueryListener ( SceneManager sceneManager ) : System
sceneManager SceneManager
리턴 System

프로퍼티 상세

camera 보호되어 있는 프로퍼티

protected Camera,Axiom.Core camera
리턴 Camera

casterList 보호되어 있는 프로퍼티

protected List casterList
리턴 List

farDistSquared 보호되어 있는 프로퍼티

protected float farDistSquared
리턴 float

isLightInFrustum 보호되어 있는 프로퍼티

protected bool isLightInFrustum
리턴 bool

light 보호되어 있는 프로퍼티

protected Light light
리턴 Light

lightClipVolumeList 보호되어 있는 프로퍼티

protected PlaneBoundedVolumeList lightClipVolumeList
리턴 PlaneBoundedVolumeList

sceneManager 보호되어 있는 프로퍼티

protected SceneManager sceneManager
리턴 SceneManager