C# Class Myre.Graphics.Geometry.Octree

Afficher le fichier Open project: TomGillen/Myre

Méthodes publiques

Méthode 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 méthode

public Add ( ICullable item ) : void
item ICullable
Résultat void

Octree() public méthode

public Octree ( ) : System
Résultat System

Octree() public méthode

public Octree ( Vector3 worldSize ) : System
worldSize Vector3
Résultat System

Query() public méthode

public Query ( List results, BoundingVolume volume ) : void
results List
volume BoundingVolume
Résultat void

Remove() public méthode

public Remove ( ICullable item ) : void
item ICullable
Résultat void