Package com.benkyou.client.systems

Examples of com.benkyou.client.systems.SkySystem


        camSys = new DefaultCamSystem(flyCam, cam);
        terrainSystem = new TerrainSystem(assetManager);
        rootNode.attachChild(terrainSystem.getTerrain());

        //craetes a simple sky for the world
        sky = new SkySystem(assetManager);
        rootNode.attachChild(getSky().getSky());
        //geom.setIgnoreTransform(false);


        //Sets up the list to be displayed in the class list
View Full Code Here

TOP

Related Classes of com.benkyou.client.systems.SkySystem

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.