|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OcCuller<T>
Interface, which supplies different techniques for traversing and OcTree and culling objects.
| Method Summary | |
|---|---|
Visibility |
checkCell(OcCell<T> cell)
Checks the cell and returns whether it should culled or not. |
Visibility |
checkNode(OcNode<T> node)
Checks the node and returns whether it should be culled or not. |
| Method Detail |
|---|
Visibility checkCell(OcCell<T> cell)
cell -
Visibility checkNode(OcNode<T> node)
node -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||