Package barsuift.simLife.j3d.environment

Examples of barsuift.simLife.j3d.environment.Sun3DStateFactory


    // TODO 025. the sun sliders should be able to be decorrelated from auto move
    public SunState createSunState() {
        BigDecimal brightness = PercentHelper.getDecimalValue(100);
        BigDecimal riseAngle = PercentHelper.getDecimalValue(25);
        BigDecimal zenithAngle = PercentHelper.getDecimalValue(50);
        Sun3DStateFactory sun3DStateFactory = new Sun3DStateFactory();
        Sun3DState sun3DState = sun3DStateFactory.createSpecificSun3DState();
        return new SunState(brightness, riseAngle, zenithAngle, sun3DState);
    }
View Full Code Here

TOP

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

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.