Examples of GameOverlay


Examples of Hexel.rendering.overlays.GameOverlay

    this.engine = engine;

    this.window = new Window();
    this.chunkRenderer = new ChunkRenderer(engine, chunks);
    this.thingRenderer = new ThingRenderer(engine.thingSimulator);
    this.overlay = new GameOverlay(engine);

    this.window.getCanvas().addGLEventListener(this);

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