Package engine

Examples of engine.Map


  @Override
  public void init() {
    setClearColor(new Vector3f(1.0f, 0.866f, 0.698f));
   
    map = new Map();
    terrain = new Terrain(Map.mapWidth*10, Map.mapHeight*10);
    terrain.setPosition(0, -0.137f,0);
   
    gameCameraMultipliers = new Vector2f((float) (-Math.PI/4.0), 3f);

View Full Code Here

TOP

Related Classes of engine.Map

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.