Example usage for com.badlogic.gdx.maps MapRenderer interface-usage

List of usage examples for com.badlogic.gdx.maps MapRenderer interface-usage

Introduction

In this page you can find the example usage for com.badlogic.gdx.maps MapRenderer interface-usage.

Usage

From source file de.r2soft.empires.client.maps.sun.SolSystemRenderer.java

/**
 * A custom renderer that renders a solar system with a star in the middle and planets orbiting on circular paths around
 * the star.
 * 
 * @author Katharina
 * 

From source file halive.shootinoutside.game.map.GameMapRenderer.java

public class GameMapRenderer implements MapRenderer {

    private Pixmap textureSheetPixmap;
    private Texture textureSheet;

    private GameMapTileTextureHandler textureHandler;

From source file io.lonelyrobot.empires.client.maps.sun.SolSystemRenderer.java

/**
 * A custom renderer that renders a solar system with a star in the middle and planets orbiting on circular paths around
 * the star.
 * 
 * @author Katharina
 *