de.grogra.ray.intersection
Class EndlCellGenerator
java.lang.Object
de.grogra.ray.intersection.EndlCellGenerator
- All Implemented Interfaces:
- CellGenerator
public class EndlCellGenerator
- extends java.lang.Object
- implements CellGenerator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EndlCellGenerator
public EndlCellGenerator()
getBoxEnteringIntersection
public static void getBoxEnteringIntersection(EndlCellGenerator.BoxIntersectionInput input,
EndlCellGenerator.BoxIntersectionLocals local,
EndlCellGenerator.BoxIntersectionOutput output)
getBoxLeavingIntersection
public void getBoxLeavingIntersection(EndlCellGenerator.BoxIntersectionInput input,
EndlCellGenerator.BoxIntersectionLocals local,
EndlCellGenerator.BoxIntersectionOutput output)
initialize
public void initialize(OctreeCell sceneNode,
int maxDepth)
- Specified by:
initialize
in interface CellGenerator
nextCell
public void nextCell(CellGenerator.NextCellOutput output)
- Specified by:
nextCell
in interface CellGenerator
setRay
public void setRay(Ray ray)
- Specified by:
setRay
in interface CellGenerator