Package org.xith3d.scenegraph

Examples of org.xith3d.scenegraph.Appearance


       
        geom.setOptimization(Optimization.USE_DISPLAY_LISTS);
       
        terrainShape.setGeometry(geom);
       
        Appearance app = new Appearance();
        app.setMaterial(new Material());
        app.getMaterial().setDiffuseColor(new Colorf(0.6313726f, 0.28627452f, 0.07058824f));
       
        terrainShape.setAppearance(app);
       
    }
View Full Code Here

TOP

Related Classes of org.xith3d.scenegraph.Appearance

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.