static ScheduledThreadPoolExecutor threadPool = new ScheduledThreadPoolExecutor(1);
private HashMap<VoxelChunkNode, Future<VoxelChunkNode>> futureChunks = new HashMap<>();
public VoxelObjectNode(float[][][] voxelData) {
this(new VoxelObject(voxelData));
}