C# 클래스 TransvoxelXnaStudio.TransvoxelHelpers.FastFrustum

파일 보기 프로젝트 열기: BinaryConstruct/Transvoxel-XNA 1 사용 예제들

공개 메소드들

메소드 설명
FastFrustum ( BoundingFrustum source ) : System
FastFrustum ( Matrix &cameraMatrix ) : System
Intersects ( Microsoft.Xna.Framework.BoundingBox box ) : bool
Intersects ( BoundingSphere sphere ) : bool

메소드 상세

FastFrustum() 공개 메소드

public FastFrustum ( BoundingFrustum source ) : System
source BoundingFrustum
리턴 System

FastFrustum() 공개 메소드

public FastFrustum ( Matrix &cameraMatrix ) : System
cameraMatrix Matrix
리턴 System

Intersects() 공개 메소드

public Intersects ( Microsoft.Xna.Framework.BoundingBox box ) : bool
box Microsoft.Xna.Framework.BoundingBox
리턴 bool

Intersects() 공개 메소드

public Intersects ( BoundingSphere sphere ) : bool
sphere BoundingSphere
리턴 bool