Package de.venjinx.core

Examples of de.venjinx.core.VoxelObject


    static ScheduledThreadPoolExecutor threadPool = new ScheduledThreadPoolExecutor(1);
    private HashMap<VoxelChunkNode, Future<VoxelChunkNode>> futureChunks = new HashMap<>();

    public VoxelObjectNode(float[][][] voxelData) {
        this(new VoxelObject(voxelData));
    }
View Full Code Here

TOP

Related Classes of de.venjinx.core.VoxelObject

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.