de.grogra.ray.intersection
Interface CellGenerator

All Known Implementing Classes:
DefaultCellGenerator, EndlCellGenerator

public interface CellGenerator


Nested Class Summary
static class CellGenerator.NextCellOutput
           
 
Method Summary
 void initialize(OctreeCell sceneNode, int maxDepth)
           
 void nextCell(CellGenerator.NextCellOutput output)
           
 void setRay(Ray ray)
           
 

Method Detail

initialize

void initialize(OctreeCell sceneNode,
                int maxDepth)

nextCell

void nextCell(CellGenerator.NextCellOutput output)

setRay

void setRay(Ray ray)