Package ponkOut.graphics

Examples of ponkOut.graphics.Cursor


  @Override
  public void init() {
    Lighting.init();
    Camera.init(new Vector3f(0.0f, 0.0f, posZ));

    cursor = new Cursor(new Color(0.4f, 0.5f, 1.0f), new Color(0.7f, 0.6f, 1.0f), 0.0f, 4.5f, -19.5f, 0.5f,
        goManager);
  }
View Full Code Here


    GameGraphicsObjectsManager.init();
    Font.init();
    Skybox.init();
    Lighting.init();

    cursor = new Cursor(new Color(0.4f, 0.5f, 1.0f), new Color(0.7f, 0.6f, 1.0f), -8.0f, -6.5f, -19.5f, 0.5f,
        goManager);

    rotateLeft();
  }
View Full Code Here

TOP

Related Classes of ponkOut.graphics.Cursor

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.