C# 클래스 TerrainDisplay.MPQ.WMO.Components.BSPTree

파일 보기 프로젝트 열기: WCell/WCell-Terrain 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
nodes List
rootId short

공개 메소드들

메소드 설명
BSPTree ( List nodes ) : System
BSPTree ( List nodes, short rootId ) : System

비공개 메소드들

메소드 설명
FindRootNodeId ( IList nodes ) : short
VisitNodes ( BSPNode node, Ray ray, float tMax, Action callback ) : void

메소드 상세

BSPTree() 공개 메소드

public BSPTree ( List nodes ) : System
nodes List
리턴 System

BSPTree() 공개 메소드

public BSPTree ( List nodes, short rootId ) : System
nodes List
rootId short
리턴 System

프로퍼티 상세

nodes 공개적으로 프로퍼티

public List nodes
리턴 List

rootId 공개적으로 프로퍼티

public short rootId
리턴 short