Examples of NEAnimationManager


Examples of de.nameless.graphicEngine.animation.NEAnimationManager

   * Initialisiert alle teile des NEGraphicServer
   */
  public NEGraphicServer() {   
    gojManager=new NEGraphicalObjectManager();
    textureManager = NEMaterialManager.getInstance();
    aManager = new NEAnimationManager();   
    gojManager.setAnimationManager(aManager);
   
    camera = new NETopDownCamera(0,0,100);
    this.addGraphicObject(camera);
  }
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.