C# 클래스 Myre.Graphics.Geometry.Octree

파일 보기 프로젝트 열기: TomGillen/Myre

공개 메소드들

메소드 설명
Add ( ICullable item ) : void
Octree ( ) : System
Octree ( Vector3 worldSize ) : System
Query ( List results, BoundingVolume volume ) : void
Remove ( ICullable item ) : void

메소드 상세

Add() 공개 메소드

public Add ( ICullable item ) : void
item ICullable
리턴 void

Octree() 공개 메소드

public Octree ( ) : System
리턴 System

Octree() 공개 메소드

public Octree ( Vector3 worldSize ) : System
worldSize Vector3
리턴 System

Query() 공개 메소드

public Query ( List results, BoundingVolume volume ) : void
results List
volume BoundingVolume
리턴 void

Remove() 공개 메소드

public Remove ( ICullable item ) : void
item ICullable
리턴 void