Package de.nameless.graphicEngine.lib

Examples of de.nameless.graphicEngine.lib.NETopDownCamera


    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

Related Classes of de.nameless.graphicEngine.lib.NETopDownCamera

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.