|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OcCallback<T>
Simple interface used to handle callbacks when traversing an OcTree.
| Method Summary | |
|---|---|
void |
done()
Called when the traversal is complete. |
void |
hit(Visibility visibility,
OcNode<T> node)
Called when the octree traversal picks a node. |
| Method Detail |
|---|
void hit(Visibility visibility,
OcNode<T> node)
visibility - NO_CLIP, SOME_CLIP, NOT_VISIBLEnode - The node picked by the OcCullervoid done()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||