Метод |
Описание |
|
BSPTree ( IList nodes ) : System |
|
|
BSPTree ( short rootId, BSPNode nodes ) : System |
|
|
DumpBranchContents ( TextWriter file, BSPNode startAt, IList vectors ) : void |
|
|
FindRootNode ( IList nodes ) : short |
|
|
FirstPointOfIntersection ( Ray &ray, float &tMax, System.Vector3 vertices, System.Vector3 &pointOfIntersection ) : bool |
|
|
GetBranchContents ( short nodeId, IList vectors, ICollection vertices ) : void |
|
|
IntersectsWith ( Ray &ray, float &tMax, System.Vector3 vertices ) : bool |
|
|
VisitNodes ( short nodeId, Ray &ray, float &tMax, Action callback ) : void |
|
|