Package org.xith3d.scenegraph

Examples of org.xith3d.scenegraph.Shape3D


    public TerrainGFX(int detail) {
       
        this.repeatCount = 8;
        this.detail = detail;
       
        terrainShape = new Shape3D();
        this.addChild(terrainShape);
       
    }
View Full Code Here

TOP

Related Classes of org.xith3d.scenegraph.Shape3D

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.