Examples of Cinematic


Examples of com.jme3.cinematic.Cinematic

    private MotionEvent seagullCamMotion2;
    private final float overallTime = 36f;

    public GameStartCinematic(SimpleApplication myApp) {
        this.myApp = myApp;
        this.cinematic = new Cinematic(myApp.getRootNode(), overallTime, LoopMode.DontLoop);
        createCamMotionPath();
        createCinematic();
    }
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.