Package net.anzix.fsz.voxelworld.features

Examples of net.anzix.fsz.voxelworld.features.LayerBasedTerrain


            VoxelBlockPool voxelBlockPool = new VoxelBlockPool(this, new DetailLevel(i), layerBlockPool);
            layerPoolContainer.add(layerBlockPool);
            voxelPoolContainer.add(voxelBlockPool);
        }

        features.add(new LayerBasedTerrain());
        //features.add(new RockyMountain());
       
        //features.add(new Tree(new Vector3(-20,0,50),10,3));
        //features.add(new Tree(new Vector3(-40,0,-10),10,2));
View Full Code Here

TOP

Related Classes of net.anzix.fsz.voxelworld.features.LayerBasedTerrain

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.