Package barsuift.simLife.j3d.environment

Examples of barsuift.simLife.j3d.environment.Environment3DStateFactory


public class EnvironmentStateFactory {

    public EnvironmentState createEnvironmentState() {
        SunStateFactory sunStateFactory = new SunStateFactory();
        SunState sunState = sunStateFactory.createSunState();
        Environment3DStateFactory env3DStateFactory = new Environment3DStateFactory();
        Environment3DState env3DState = env3DStateFactory.createEnvironment3DState();
        return new EnvironmentState(sunState, env3DState);
    }
View Full Code Here

TOP

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

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.