Class OctreeNode

java.lang.Object
com.marginallyclever.ro3.apps.pathtracer.spatialaccelerationstructure.OctreeNode
All Implemented Interfaces:
SpatialAccelerationStructure

public class OctreeNode extends Object implements SpatialAccelerationStructure
OctreeNode is a node in an octree structure used for spatial partitioning.