Package de.IF_EF.BermudaThings

Examples of de.IF_EF.BermudaThings.Cube


    cubes.add(null);
  }

  public static void addCube(int x, int y, int z, String filepath)
  {
    cubes.add(new Cube(filepath));
    int id = cubes.size() -1;
    if(Raster.setCubeId(x, y, z, id))
    {
     
    }
View Full Code Here

TOP

Related Classes of de.IF_EF.BermudaThings.Cube

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.