Examples of OverlayMap


Examples of engine.model.OverlayMap

 
  public Vec3f getLightPos(){
    return new Vec3f(this.currentCellx*this.gridSize*10f+this.gridSize*5.1f, 5f, this.currentCellz*this.gridSize*10f+this.gridSize*5.1f);
  }
  private void generateMinimap(){
    this.minimap = new OverlayMap(this.dungeon,this.gridSize);
  }
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.