Package barsuift.simLife.j3d.environment

Examples of barsuift.simLife.j3d.environment.MockSun3D


    private SunColorPanel display;

    protected void setUp() throws Exception {
        super.setUp();
        mockSun = new MockSun3D();
        display = new SunColorPanel(mockSun);
    }
View Full Code Here

TOP

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

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.