de.grogra.ray.intersection
Class DefaultCellGenerator
java.lang.Object
de.grogra.ray.intersection.DefaultCellGenerator
- All Implemented Interfaces:
- CellGenerator
public class DefaultCellGenerator
- extends java.lang.Object
- implements CellGenerator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_different
public int m_different
m_same
public int m_same
DefaultCellGenerator
public DefaultCellGenerator()
getBoxEnteringIntersection
public static void getBoxEnteringIntersection(DefaultCellGenerator.BoxIntersectionInput input,
DefaultCellGenerator.BoxIntersectionLocals local,
DefaultCellGenerator.BoxIntersectionOutput output)
getBoxLeavingIntersection
public void getBoxLeavingIntersection(DefaultCellGenerator.BoxIntersectionInput input,
DefaultCellGenerator.BoxIntersectionLocals local,
DefaultCellGenerator.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