Package com.jme.scene.shape

Examples of com.jme.scene.shape.GeoSphere


    @Override
    protected void simpleInitGame() {
        // TODO Auto-generated method stub


        rootNode.attachChild(new GeoSphere("sd",false, 9));
       
    }
View Full Code Here

TOP

Related Classes of com.jme.scene.shape.GeoSphere

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.