Package barsuift.simLife.j3d.universe.environment

Examples of barsuift.simLife.j3d.universe.environment.BasicLights


        elements3D = new HashSet<Node>();
        physics = new BasicPhysics(this);
    }

    public void initFromUniverse(Universe universe) {
        lights = new BasicLights(universe.getEnvironment().getSun().getSun3D());
        addElement3D(lights.getLightsGroup());

        for (Tree tree : universe.getTrees()) {
            addTree(tree);
        }
View Full Code Here


        elements3D = new HashSet<Node>();
        physics = new BasicPhysics(this);
    }

    public void initFromUniverse(Universe universe) {
        lights = new BasicLights(universe.getEnvironment().getSun().getSun3D());
        addElement3D(lights.getLightsGroup());

        for (Tree tree : universe.getTrees()) {
            addTree(tree);
        }
View Full Code Here

TOP

Related Classes of barsuift.simLife.j3d.universe.environment.BasicLights

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.