Uses of Class
de.grogra.ray.intersection.OctreeCell
Packages that use OctreeCell
-
Uses of OctreeCell in de.grogra.ray.intersection
Fields in de.grogra.ray.intersection declared as OctreeCellModifier and TypeFieldDescriptionEndlCellGenerator.DeterminingCellLocals.cell
EndlCellGenerator.LastCell.cell
DefaultCellGenerator.FirstCellLocals.cur_cell
DefaultCellGenerator.FirstCellLocals.lastFirstCellFromOutside
CellGenerator.NextCellOutput.nextCell
Methods in de.grogra.ray.intersection that return OctreeCellModifier and TypeMethodDescriptionOctreeCell.getChild
(int index) OctreeCell.getNeighbourBack()
OctreeCell.getNeighbourBottom()
OctreeCell.getNeighbourFront()
OctreeCell.getNeighbourLeft()
OctreeCell.getNeighbourRight()
OctreeCell.getNeighbourTop()
Methods in de.grogra.ray.intersection with parameters of type OctreeCellModifier 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)