C# Class Myre.Graphics.Geometry.Octree

Exibir arquivo Open project: TomGillen/Myre

Public Methods

Method Description
Add ( ICullable item ) : void
Octree ( ) : System
Octree ( Vector3 worldSize ) : System
Query ( List results, BoundingVolume volume ) : void
Remove ( ICullable item ) : void

Method Details

Add() public method

public Add ( ICullable item ) : void
item ICullable
return void

Octree() public method

public Octree ( ) : System
return System

Octree() public method

public Octree ( Vector3 worldSize ) : System
worldSize Vector3
return System

Query() public method

public Query ( List results, BoundingVolume volume ) : void
results List
volume BoundingVolume
return void

Remove() public method

public Remove ( ICullable item ) : void
item ICullable
return void