Package Client

Examples of Client.RenderTest


 
  public static void main(String args[]) throws IOException,InterruptedException {
   
   
    //key's and mouse are released to gameState
    render=new RenderTest();
    game = new ClientGameState("127.0.0.1", null, null);
    game.start();
    //render, renders texture's and other such things
   
    TestClient3 t=new TestClient3();
View Full Code Here

TOP

Related Classes of Client.RenderTest

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.