Package rakama.worldtools.coord

Examples of rakama.worldtools.coord.Coordinate2D


        // relight each region
        while(regionIterator.hasNext())
        {           
            RegionInfo current = regionIterator.next();
            Coordinate2D coord = current.getRegionCoordinate();
           
            log("Re-Lighting " + current.getFile().getAbsolutePath());

            int x0 = coord.x << 5;
            int z0 = coord.z << 5;
View Full Code Here

TOP

Related Classes of rakama.worldtools.coord.Coordinate2D

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.