Package wolf.gui

Examples of wolf.gui.Camera.render()


    final City city = new City((int)(1024*delta),(int)(1024*delta),1355838902284l);//System.currentTimeMillis());
    //1354815046011l
    city.generateRoadmap(true);
    final Camera cam = new Camera(city);
    while(true){
      cam.render();
    }
  }

}
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.