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.cellEndlCellGenerator.LastCell.cellDefaultCellGenerator.FirstCellLocals.cur_cellDefaultCellGenerator.FirstCellLocals.lastFirstCellFromOutsideCellGenerator.NextCellOutput.nextCellMethods 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 TypeMethodDescriptionvoidCellGenerator.initialize(OctreeCell sceneNode, int maxDepth) voidDefaultCellGenerator.initialize(OctreeCell sceneNode, int maxDepth) voidEndlCellGenerator.initialize(OctreeCell sceneNode, int maxDepth) voidOctreeCell.setNeighbours(OctreeCell front, OctreeCell back, OctreeCell top, OctreeCell bottom, OctreeCell left, OctreeCell right)