Package gaiasky.scene.component
Class Octree
java.lang.Object
gaiasky.scene.component.Octree
- All Implemented Interfaces:
com.badlogic.ashley.core.Component
-
Field Summary
Modifier and TypeFieldDescriptionboolean
Is this just a copy?Map<com.badlogic.ashley.core.Entity,
OctreeNode> Map with the parent for each node.The list with the currently observed objects. -
Constructor Summary
-
Method Summary
-
Field Details
-
roulette
The list with the currently observed objects. -
parenthood
Map with the parent for each node. -
copy
public boolean copyIs this just a copy?
-
-
Constructor Details
-
Octree
public Octree()Creates an empty octree.
-
-
Method Details
-
removeParenthood
public void removeParenthood(com.badlogic.ashley.core.Entity child)
-