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.
    • Field Detail

      • roulette

        protected java.util.List<SceneGraphNode> roulette
        Roulette list with the objects to process
      • lastNumberObjects

        protected int lastNumberObjects
        The number of objects added to render in the last frame
      • copy

        protected boolean copy
        Is this just a copy?
    • Constructor Detail

      • AbstractOctreeWrapper

        protected AbstractOctreeWrapper()
      • AbstractOctreeWrapper

        protected AbstractOctreeWrapper​(java.lang.String parentName,
                                        OctreeNode root)