Package Hexel.rendering.overlays

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

Related Classes of Hexel.rendering.overlays.GameOverlay

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.