Examples of VoxelObject


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
Copyright © 2018 www.massapi.com. 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.