Class AbstractOctreeWrapper

  • All Implemented Interfaces:
    com.badlogic.gdx.utils.Disposable, IStarContainer, IPosition, java.lang.Iterable<OctreeNode>
    Direct Known Subclasses:
    OctreeWrapper

    public abstract class AbstractOctreeWrapper
    extends FadeNode
    implements java.lang.Iterable<OctreeNode>
    Abstract Octree wrapper with the common parts of the regular Octree wrapper and the concurrent one.