Examples of Gravity3DStateFactory


Examples of barsuift.simLife.j3d.universe.physic.Gravity3DStateFactory


public class GravityStateFactory {

    public GravityState createGravityState() {
        Gravity3DStateFactory gravity3DFactory = new Gravity3DStateFactory();
        Gravity3DState gravity3D = gravity3DFactory.createGravity3DState();
        Set<TreeLeafState> fallingLeaves = new HashSet<TreeLeafState>();
        return new GravityState(gravity3D, fallingLeaves);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.