Uses of Class
de.grogra.ray.intersection.OctreeCell
-
Uses of OctreeCell in de.grogra.ray.intersection
Modifier and TypeFieldDescriptionEndlCellGenerator.DeterminingCellLocals.cell
EndlCellGenerator.LastCell.cell
DefaultCellGenerator.FirstCellLocals.cur_cell
DefaultCellGenerator.FirstCellLocals.lastFirstCellFromOutside
CellGenerator.NextCellOutput.nextCell
Modifier and TypeMethodDescriptionOctreeCell.getChild
(int index) OctreeCell.getNeighbourBack()
OctreeCell.getNeighbourBottom()
OctreeCell.getNeighbourFront()
OctreeCell.getNeighbourLeft()
OctreeCell.getNeighbourRight()
OctreeCell.getNeighbourTop()
Modifier and TypeMethodDescriptionvoid
CellGenerator.initialize
(OctreeCell sceneNode, int maxDepth) void
DefaultCellGenerator.initialize
(OctreeCell sceneNode, int maxDepth) void
EndlCellGenerator.initialize
(OctreeCell sceneNode, int maxDepth) void
OctreeCell.setNeighbours
(OctreeCell front, OctreeCell back, OctreeCell top, OctreeCell bottom, OctreeCell left, OctreeCell right)