Package org.jdesktop.mtgame.WorldManager

Examples of org.jdesktop.mtgame.WorldManager.ConfigLoadListener


            logger.warning("MTG files require OpenGL 2.0");
            return (rootNode);
        }
       
        rootEntity.addComponent(RenderComponent.class, ClientContextJME.getWorldManager().getRenderManager().createRenderComponent(rootNode));
        ClientContextJME.getWorldManager().loadConfiguration(url, new ConfigLoadListener() {

            public void configLoaded(ConfigInstance ci) {
//                System.out.println("Loaded: " + ci.getEntity());
            }
        });
View Full Code Here

TOP

Related Classes of org.jdesktop.mtgame.WorldManager.ConfigLoadListener

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.