Package barsuift.simLife.j3d.environment

Examples of barsuift.simLife.j3d.environment.BasicEnvironment3D


        if (state == null) {
            throw new IllegalArgumentException("Null environment state");
        }
        this.state = state;
        this.sun = new BasicSun(state.getSunState());
        this.env3D = new BasicEnvironment3D(state.getEnvironment3DState(), this);
    }
View Full Code Here

TOP

Related Classes of barsuift.simLife.j3d.environment.BasicEnvironment3D

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.