C# 클래스 TerrainDemo.CDLOD.Node

파일 보기 프로젝트 열기: willcraftia/TestXna 1 사용 예제들

공개 메소드들

메소드 설명
Node ( int x, int y, int size, CreateDescription &createDescription ) : System
Select ( Selection selection, bool parentCompletelyInFrustum, bool ignoreVisibilityCheck ) : bool

비공개 메소드들

메소드 설명
GetBoundingBox ( Vector3 &terrainOffset, float patchScale, float heightScale, Microsoft.Xna.Framework.BoundingBox &boundingBox ) : void
GetBoundingSphere ( Vector3 &terrainOffset, float patchScale, float heightScale, BoundingSphere &sphere ) : void
PreSelect ( Selection selection, bool parentCompletelyInFrustum ) : bool

메소드 상세

Node() 공개 메소드

public Node ( int x, int y, int size, CreateDescription &createDescription ) : System
x int
y int
size int
createDescription CreateDescription
리턴 System

Select() 공개 메소드

public Select ( Selection selection, bool parentCompletelyInFrustum, bool ignoreVisibilityCheck ) : bool
selection Selection
parentCompletelyInFrustum bool
ignoreVisibilityCheck bool
리턴 bool